add lables

This commit is contained in:
holzi1005 2025-01-07 16:16:19 +01:00
parent f0b07c66ca
commit 83371efb36

View file

@ -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