Skip to content

Commit

Permalink
misc: add missing quotes to labels in dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
xoxys committed Feb 8, 2022
1 parent 76424fd commit 0de062b
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 30 deletions.
10 changes: 5 additions & 5 deletions jibri/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
LABEL org.opencontainers.image.title=Jitsi Broadcasting Infrastructure (jibri)
LABEL org.opencontainers.image.description=Components for recording and/or streaming a conference.
LABEL org.opencontainers.image.url=https://github.com/jitsi/jibri
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 Broadcasting Infrastructure (jibri)"
LABEL org.opencontainers.image.description="Components for recording and/or streaming a conference."
LABEL org.opencontainers.image.url="https://github.com/jitsi/jibri"
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
Expand Down
10 changes: 5 additions & 5 deletions jicofo/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
LABEL org.opencontainers.image.title=Jitsi Conference Focus (jicofo)
LABEL org.opencontainers.image.description=Server-side focus component that manages media sessions and acts as load balancer.
LABEL org.opencontainers.image.url=https://github.com/jitsi/jicofo
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 Conference Focus (jicofo)"
LABEL org.opencontainers.image.description="Server-side focus component that manages media sessions and acts as load balancer."
LABEL org.opencontainers.image.url="https://github.com/jitsi/jicofo"
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
Expand Down
10 changes: 5 additions & 5 deletions jigasi/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 5 additions & 5 deletions jvb/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
LABEL org.opencontainers.image.title=Jitsi Videobridge (jvb)
LABEL org.opencontainers.image.description=WebRTC compatible server designed to route video streams amongst participants in a conference.
LABEL org.opencontainers.image.url=https://jitsi.org/jitsi-videobridge/
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 Videobridge (jvb)"
LABEL org.opencontainers.image.description="WebRTC compatible server designed to route video streams amongst participants in a conference."
LABEL org.opencontainers.image.url="https://jitsi.org/jitsi-videobridge/"
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
Expand Down
10 changes: 5 additions & 5 deletions prosody/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
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/
LABEL org.opencontainers.image.title="Prosody IM"
LABEL org.opencontainers.image.description="XMPP 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
Expand Down
10 changes: 5 additions & 5 deletions web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
LABEL org.opencontainers.image.title=Jitsi Meet
LABEL org.opencontainers.image.description=WebRTC compatible JavaScript application that uses Jitsi Videobridge to provide high quality, scalable video conferences.
LABEL org.opencontainers.image.url=https://jitsi.org/jitsi-meet/
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 Meet"
LABEL org.opencontainers.image.description="WebRTC compatible JavaScript application that uses Jitsi Videobridge to provide high quality, scalable video conferences."
LABEL org.opencontainers.image.url="https://jitsi.org/jitsi-meet/"
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
Expand Down

0 comments on commit 0de062b

Please sign in to comment.