chore: add opencontainers labels to Dockerfiles

This commit is contained in:
Robert Kaussow
2022-02-05 13:39:49 +01:00
committed by Saúl Ibarra Corretgé
parent 3b8ed7ed2b
commit 76424fda5d
6 changed files with 36 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
LABEL org.opencontainers.image.title=Prosody IM
LABEL org.opencontainers.image.descriptionXMPP server used for signalling.
LABEL org.opencontainers.image.url=https://prosody.im/
LABEL org.opencontainers.image.source=https://github.com/jitsi/docker-jitsi-meet
LABEL org.opencontainers.image.documentation=https://jitsi.github.io/handbook/
ARG JITSI_REPO=jitsi
ARG BASE_TAG=latest