add lables
This commit is contained in:
parent
f0b07c66ca
commit
83371efb36
1 changed files with 14 additions and 0 deletions
14
Dockerfile
14
Dockerfile
|
@ -1,5 +1,19 @@
|
|||
FROM alpine:3.20
|
||||
|
||||
ARG VERSION
|
||||
|
||||
LABEL version="${VERSION}" \
|
||||
Maintainer="H2 invent GmbH" \
|
||||
Description="Meetling Livekit Recording Uploader" \
|
||||
org.opencontainers.version="${VERSION}" \
|
||||
org.opencontainers.image.title="Meetling Livekit Recording Uploader" \
|
||||
org.opencontainers.image.license="AGPLv3" \
|
||||
org.opencontainers.image.vendor="H2 invent GmbH" \
|
||||
org.opencontainers.image.authors="Andreas Holzmann <support@h2-invent.com>" \
|
||||
org.opencontainers.image.source="https://github.com/h2-invent/jitsi-admin" \
|
||||
org.opencontainers.image.documentation="https://meetling.de" \
|
||||
org.opencontainers.image.url="https://meetling.de"
|
||||
|
||||
COPY inotiy.sh /inotiy.sh
|
||||
|
||||
RUN CHOWN +x /inotiy.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue