misc: add missing quotes to labels in dockerfiles

This commit is contained in:
Robert Kaussow
2022-02-08 10:41:03 +01:00
committed by GitHub
parent 76424fda5d
commit 0de062ba64
6 changed files with 30 additions and 30 deletions

View File

@@ -1,8 +1,8 @@
LABEL org.opencontainers.image.title=Jitsi Gateway to SIP (jigasi)
LABEL org.opencontainers.image.description=Server-side application that allows regular SIP clients to join conferences.
LABEL org.opencontainers.image.url=https://github.com/jitsi/jigasi
LABEL org.opencontainers.image.source=https://github.com/jitsi/docker-jitsi-meet
LABEL org.opencontainers.image.documentation=https://jitsi.github.io/handbook/
LABEL org.opencontainers.image.title="Jitsi Gateway to SIP (jigasi)"
LABEL org.opencontainers.image.description="Server-side application that allows regular SIP clients to join conferences."
LABEL org.opencontainers.image.url="https://github.com/jitsi/jigasi"
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