misc: fix label order in dockerfiles
This commit is contained in:
@@ -1,13 +1,13 @@
|
|||||||
|
ARG JITSI_REPO=jitsi
|
||||||
|
ARG BASE_TAG=latest
|
||||||
|
FROM ${JITSI_REPO}/base-java:${BASE_TAG}
|
||||||
|
|
||||||
LABEL org.opencontainers.image.title="Jitsi Broadcasting Infrastructure (jibri)"
|
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.description="Components for recording and/or streaming a conference."
|
||||||
LABEL org.opencontainers.image.url="https://github.com/jitsi/jibri"
|
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.source="https://github.com/jitsi/docker-jitsi-meet"
|
||||||
LABEL org.opencontainers.image.documentation="https://jitsi.github.io/handbook/"
|
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}
|
|
||||||
|
|
||||||
RUN apt-dpkg-wrap apt-get update && \
|
RUN apt-dpkg-wrap apt-get update && \
|
||||||
apt-dpkg-wrap apt-get install -y jibri libgl1-mesa-dri procps jitsi-upload-integrations jq && \
|
apt-dpkg-wrap apt-get install -y jibri libgl1-mesa-dri procps jitsi-upload-integrations jq && \
|
||||||
apt-cleanup
|
apt-cleanup
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
|
ARG JITSI_REPO=jitsi
|
||||||
|
ARG BASE_TAG=latest
|
||||||
|
FROM ${JITSI_REPO}/base-java:${BASE_TAG}
|
||||||
|
|
||||||
LABEL org.opencontainers.image.title="Jitsi Conference Focus (jicofo)"
|
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.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.url="https://github.com/jitsi/jicofo"
|
||||||
LABEL org.opencontainers.image.source="https://github.com/jitsi/docker-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.documentation="https://jitsi.github.io/handbook/"
|
||||||
|
|
||||||
ARG JITSI_REPO=jitsi
|
|
||||||
ARG BASE_TAG=latest
|
|
||||||
FROM ${JITSI_REPO}/base-java:${BASE_TAG}
|
|
||||||
|
|
||||||
RUN apt-dpkg-wrap apt-get update && \
|
RUN apt-dpkg-wrap apt-get update && \
|
||||||
apt-dpkg-wrap apt-get install -y jicofo && \
|
apt-dpkg-wrap apt-get install -y jicofo && \
|
||||||
apt-cleanup
|
apt-cleanup
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
|
ARG JITSI_REPO=jitsi
|
||||||
|
ARG BASE_TAG=latest
|
||||||
|
FROM ${JITSI_REPO}/base:${BASE_TAG}
|
||||||
|
|
||||||
LABEL org.opencontainers.image.title="Jitsi Gateway to SIP (jigasi)"
|
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.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.url="https://github.com/jitsi/jigasi"
|
||||||
LABEL org.opencontainers.image.source="https://github.com/jitsi/docker-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.documentation="https://jitsi.github.io/handbook/"
|
||||||
|
|
||||||
ARG JITSI_REPO=jitsi
|
|
||||||
ARG BASE_TAG=latest
|
|
||||||
FROM ${JITSI_REPO}/base:${BASE_TAG}
|
|
||||||
|
|
||||||
ENV GOOGLE_APPLICATION_CREDENTIALS /config/key.json
|
ENV GOOGLE_APPLICATION_CREDENTIALS /config/key.json
|
||||||
|
|
||||||
# Jigasi doesn't yet work well with Java 11, let's ccontinue to use 8.
|
# Jigasi doesn't yet work well with Java 11, let's ccontinue to use 8.
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
|
ARG JITSI_REPO=jitsi
|
||||||
|
ARG BASE_TAG=latest
|
||||||
|
FROM ${JITSI_REPO}/base-java:${BASE_TAG}
|
||||||
|
|
||||||
LABEL org.opencontainers.image.title="Jitsi Videobridge (jvb)"
|
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.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.url="https://jitsi.org/jitsi-videobridge/"
|
||||||
LABEL org.opencontainers.image.source="https://github.com/jitsi/docker-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.documentation="https://jitsi.github.io/handbook/"
|
||||||
|
|
||||||
ARG JITSI_REPO=jitsi
|
|
||||||
ARG BASE_TAG=latest
|
|
||||||
FROM ${JITSI_REPO}/base-java:${BASE_TAG}
|
|
||||||
|
|
||||||
RUN apt-dpkg-wrap apt-get update && \
|
RUN apt-dpkg-wrap apt-get update && \
|
||||||
apt-dpkg-wrap apt-get install -y jitsi-videobridge2 jq curl iproute2 dnsutils && \
|
apt-dpkg-wrap apt-get install -y jitsi-videobridge2 jq curl iproute2 dnsutils && \
|
||||||
apt-cleanup
|
apt-cleanup
|
||||||
|
|||||||
@@ -1,9 +1,3 @@
|
|||||||
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 JITSI_REPO=jitsi
|
||||||
ARG BASE_TAG=latest
|
ARG BASE_TAG=latest
|
||||||
|
|
||||||
@@ -24,6 +18,12 @@ RUN apt-dpkg-wrap apt-get update && \
|
|||||||
|
|
||||||
FROM ${JITSI_REPO}/base:${BASE_TAG}
|
FROM ${JITSI_REPO}/base:${BASE_TAG}
|
||||||
|
|
||||||
|
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/"
|
||||||
|
|
||||||
ENV XMPP_CROSS_DOMAIN="false"
|
ENV XMPP_CROSS_DOMAIN="false"
|
||||||
|
|
||||||
RUN wget -qO /etc/apt/trusted.gpg.d/prosody.gpg https://prosody.im/files/prosody-debian-packages.key && \
|
RUN wget -qO /etc/apt/trusted.gpg.d/prosody.gpg https://prosody.im/files/prosody-debian-packages.key && \
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
|
ARG JITSI_REPO=jitsi
|
||||||
|
ARG BASE_TAG=latest
|
||||||
|
FROM ${JITSI_REPO}/base:${BASE_TAG}
|
||||||
|
|
||||||
LABEL org.opencontainers.image.title="Jitsi Meet"
|
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.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.url="https://jitsi.org/jitsi-meet/"
|
||||||
LABEL org.opencontainers.image.source="https://github.com/jitsi/docker-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.documentation="https://jitsi.github.io/handbook/"
|
||||||
|
|
||||||
ARG JITSI_REPO=jitsi
|
|
||||||
ARG BASE_TAG=latest
|
|
||||||
FROM ${JITSI_REPO}/base:${BASE_TAG}
|
|
||||||
|
|
||||||
ADD https://raw.githubusercontent.com/acmesh-official/acme.sh/2.8.8/acme.sh /opt
|
ADD https://raw.githubusercontent.com/acmesh-official/acme.sh/2.8.8/acme.sh /opt
|
||||||
COPY rootfs/ /
|
COPY rootfs/ /
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user