misc: add missing quotes to labels in dockerfiles
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user