diff --git a/jibri/Dockerfile b/jibri/Dockerfile index e5fb7cc..2c021ac 100644 --- a/jibri/Dockerfile +++ b/jibri/Dockerfile @@ -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 diff --git a/jicofo/Dockerfile b/jicofo/Dockerfile index e5279f5..0487193 100644 --- a/jicofo/Dockerfile +++ b/jicofo/Dockerfile @@ -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 diff --git a/jigasi/Dockerfile b/jigasi/Dockerfile index 7b73da4..86a8207 100644 --- a/jigasi/Dockerfile +++ b/jigasi/Dockerfile @@ -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 diff --git a/jvb/Dockerfile b/jvb/Dockerfile index 0416711..90b01dc 100644 --- a/jvb/Dockerfile +++ b/jvb/Dockerfile @@ -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 diff --git a/prosody/Dockerfile b/prosody/Dockerfile index e9efdda..8810010 100644 --- a/prosody/Dockerfile +++ b/prosody/Dockerfile @@ -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 diff --git a/web/Dockerfile b/web/Dockerfile index 7100b5e..c047732 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -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