ソースを参照

chore: add opencontainers labels to Dockerfiles

Robert Kaussow 3 年 前
コミット
76424fda5d
6 ファイル変更36 行追加0 行削除
  1. 6 0
      jibri/Dockerfile
  2. 6 0
      jicofo/Dockerfile
  3. 6 0
      jigasi/Dockerfile
  4. 6 0
      jvb/Dockerfile
  5. 6 0
      prosody/Dockerfile
  6. 6 0
      web/Dockerfile

+ 6 - 0
jibri/Dockerfile

@@ -1,3 +1,9 @@
+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
 FROM ${JITSI_REPO}/base-java:${BASE_TAG}

+ 6 - 0
jicofo/Dockerfile

@@ -1,3 +1,9 @@
+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
 FROM ${JITSI_REPO}/base-java:${BASE_TAG}

+ 6 - 0
jigasi/Dockerfile

@@ -1,3 +1,9 @@
+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
 FROM ${JITSI_REPO}/base:${BASE_TAG}

+ 6 - 0
jvb/Dockerfile

@@ -1,3 +1,9 @@
+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
 FROM ${JITSI_REPO}/base-java:${BASE_TAG}

+ 6 - 0
prosody/Dockerfile

@@ -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
 

+ 6 - 0
web/Dockerfile

@@ -1,3 +1,9 @@
+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
 FROM ${JITSI_REPO}/base:${BASE_TAG}