Namespace
jitsi
Image / Tag
prosody:unstable-2022-07-30
Content Digest
sha256:b272fbdba013771c7858a3ad7b1f7d13d9c9e9b5bded6f2321f2384a9b5a27dd
Details
Created

2022-07-30 06:20:58 UTC

Size

69.3 MB

Content Digest
Labels
  • org.opencontainers.image.description
    XMPP server used for signalling.
  • org.opencontainers.image.documentation
    https://jitsi.github.io/handbook/
  • org.opencontainers.image.source
    https://github.com/jitsi/docker-jitsi-meet
  • org.opencontainers.image.title
    Prosody IM
  • org.opencontainers.image.url
    https://prosody.im/

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

S6_BEHAVIOUR_IF_STAGE2_FAILS

2


Layers

[#000] sha256:461246efe0a75316d99afdbf348f7063b57b0caeee8daab775f1f08152ea36f4 - 43.19% (29.9 MB)

[#001] sha256:44c45694e1dad9b342c24f52164d565e5967e04d6ba4c7b78082408eb8cacd78 - 0.0% (722 Bytes)

[#002] sha256:28ce30c4eceaa886bd722eecbde3d7be8ec1eb70ba8d1b4eda8f03e06afefd62 - 13.19% (9.13 MB)

[#003] sha256:df94bdf94654dbe0d32b42357cd41d396395bdd2755f1186d4adcf6ec02a442c - 19.74% (13.7 MB)

[#004] sha256:c357a1fe69e9d41a5bde39a98324fe2565eb36cd32766eb756a4d4770c5652bd - 23.49% (16.3 MB)

[#005] sha256:e4b25ae2c4b40a4db30faeb0f60e035d349f2d25273a269d3364a5a3c8ebea0e - 0.01% (6.67 KB)

[#006] sha256:8ad0db4e26031ced619725d9ea897b6381b54c56a2e7da8ce31cd62ac895d785 - 0.15% (106 KB)

[#007] sha256:55105822fba87fc6a30f93f9adf299a33648c7f182e9fbcd60ca272a779694b4 - 0.24% (168 KB)


History
2022-07-12 01:20:10 UTC

/bin/sh -c #(nop) ADD file:d978f6d3025a06f5142a0c13c98bf12fbd47cdf9162ed31fbc05c86983b0a679 in /

2022-07-12 01:20:10 UTC

/bin/sh -c #(nop) CMD ["bash"]

2022-07-30 06:16:10 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2022-07-30 06:16:10 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2022-07-30 06:16:10 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2022-07-30 06:16:10 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2022-07-30 06:16:24 UTC (buildkit.dockerfile.v0)

RUN |2 JITSI_RELEASE=unstable TARGETPLATFORM=linux/amd64 /bin/sh -c case ${TARGETPLATFORM} in "linux/amd64") TPL_ARCH=amd64 ;; "linux/arm64") TPL_ARCH=arm64 ;; esac && case ${TARGETPLATFORM} in "linux/amd64") S6_ARCH=amd64 ;; "linux/arm64") S6_ARCH=aarch64 ;; esac && apt-dpkg-wrap apt-get update && apt-dpkg-wrap apt-get install -y apt-transport-https apt-utils ca-certificates gnupg wget && wget -qO /usr/bin/tpl https://github.com/jitsi/tpl/releases/download/v1.0.1/tpl-linux-${TPL_ARCH} && wget -qO - https://github.com/just-containers/s6-overlay/releases/download/v1.22.1.0/s6-overlay-${S6_ARCH}.tar.gz | tar xfz - -C / && wget -qO - https://download.jitsi.org/jitsi-key.gpg.key | gpg --dearmour > /etc/apt/trusted.gpg.d/jitsi.gpg && echo "deb https://download.jitsi.org $JITSI_RELEASE/" > /etc/apt/sources.list.d/jitsi.list && echo "deb http://ftp.debian.org/debian bullseye-backports main" > /etc/apt/sources.list.d/backports.list && apt-dpkg-wrap apt-get update && apt-dpkg-wrap apt-get dist-upgrade -y && apt-cleanup && chmod +x /usr/bin/tpl # buildkit

2022-07-30 06:16:32 UTC (buildkit.dockerfile.v0)

RUN |2 JITSI_RELEASE=unstable TARGETPLATFORM=linux/amd64 /bin/sh -c [ "$JITSI_RELEASE" = "unstable" ] && apt-dpkg-wrap apt-get update && apt-dpkg-wrap apt-get install -y jq procps curl vim iputils-ping net-tools && apt-cleanup || true # buildkit

2022-07-30 06:16:32 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2022-07-30 06:20:41 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.title=Prosody IM

2022-07-30 06:20:41 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.description=XMPP server used for signalling.

2022-07-30 06:20:41 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.url=https://prosody.im/

2022-07-30 06:20:41 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.source=https://github.com/jitsi/docker-jitsi-meet

2022-07-30 06:20:41 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.documentation=https://jitsi.github.io/handbook/

2022-07-30 06:20:41 UTC (buildkit.dockerfile.v0)

ARG VERSION_MATRIX_USER_VERIFICATION_SERVICE_PLUGIN=1.7.0

2022-07-30 06:20:41 UTC (buildkit.dockerfile.v0)

RUN |1 VERSION_MATRIX_USER_VERIFICATION_SERVICE_PLUGIN=1.7.0 /bin/sh -c wget -qO /etc/apt/trusted.gpg.d/prosody.gpg https://prosody.im/files/prosody-debian-packages.key && echo "deb http://packages.prosody.im/debian bullseye main" > /etc/apt/sources.list.d/prosody.list && apt-dpkg-wrap apt-get update && apt-dpkg-wrap apt-get install -y lua5.4 prosody libssl1.1 libldap-common sasl2-bin libsasl2-modules-ldap lua-basexx lua-ldap lua-sec lua-unbound && apt-dpkg-wrap apt-get -d install -y jitsi-meet-prosody && dpkg -x /var/cache/apt/archives/jitsi-meet-prosody*.deb /tmp/pkg && mv /tmp/pkg/usr/share/jitsi-meet/prosody-plugins /prosody-plugins && rm -f /prosody-plugins/token/util.lib.lua && wget -qO /prosody-plugins/token/util.lib.lua https://raw.githubusercontent.com/jitsi/jitsi-meet/46dd88c91b63988f516114daee65ff8995c74c56/resources/prosody-plugins/token/util.lib.lua && wget -qO /prosody-plugins/mod_auth_cyrus.lua https://hg.prosody.im/prosody-modules/raw-file/65438e4ba563/mod_auth_cyrus/mod_auth_cyrus.lua && wget -qO /prosody-plugins/sasl_cyrus.lua https://hg.prosody.im/prosody-modules/raw-file/65438e4ba563/mod_auth_cyrus/sasl_cyrus.lua && apt-cleanup && rm -rf /tmp/pkg /var/cache/apt && rm -rf /etc/prosody && wget https://github.com/matrix-org/prosody-mod-auth-matrix-user-verification/archive/refs/tags/v$VERSION_MATRIX_USER_VERIFICATION_SERVICE_PLUGIN.tar.gz && tar -xf v$VERSION_MATRIX_USER_VERIFICATION_SERVICE_PLUGIN.tar.gz && mv prosody-mod-auth-matrix-user-verification-$VERSION_MATRIX_USER_VERIFICATION_SERVICE_PLUGIN/mod_auth_matrix_user_verification.lua /prosody-plugins && mv prosody-mod-auth-matrix-user-verification-$VERSION_MATRIX_USER_VERIFICATION_SERVICE_PLUGIN/mod_matrix_power_sync.lua /prosody-plugins && rm -rf prosody-mod-auth-matrix-user-verification-$VERSION_MATRIX_USER_VERIFICATION_SERVICE_PLUGIN v$VERSION_MATRIX_USER_VERIFICATION_SERVICE_PLUGIN.tar.gz # buildkit

2022-07-30 06:20:41 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2022-07-30 06:20:58 UTC (buildkit.dockerfile.v0)

COPY /usr/local/lib/lua /usr/local/lib/lua # buildkit

2022-07-30 06:20:58 UTC (buildkit.dockerfile.v0)

COPY /usr/local/share/lua /usr/local/share/lua # buildkit

2022-07-30 06:20:58 UTC (buildkit.dockerfile.v0)

EXPOSE map[5222/tcp:{} 5280/tcp:{}]

2022-07-30 06:20:58 UTC (buildkit.dockerfile.v0)

VOLUME [/config /prosody-plugins-custom]

Details
Created

2022-07-30 06:23:53 UTC

Size

68 MB

Content Digest
Labels
  • org.opencontainers.image.description
    XMPP server used for signalling.
  • org.opencontainers.image.documentation
    https://jitsi.github.io/handbook/
  • org.opencontainers.image.source
    https://github.com/jitsi/docker-jitsi-meet
  • org.opencontainers.image.title
    Prosody IM
  • org.opencontainers.image.url
    https://prosody.im/

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

S6_BEHAVIOUR_IF_STAGE2_FAILS

2


Layers

[#000] sha256:60197a4c18d4b386d371cf39d01c48e98c357bba06da0b070a3c1f75006fd838 - 42.17% (28.7 MB)

[#001] sha256:44c45694e1dad9b342c24f52164d565e5967e04d6ba4c7b78082408eb8cacd78 - 0.0% (722 Bytes)

[#002] sha256:94ffcef005bc6e6676223c9ec0c95b69666ba478be9e1a0dd24de801e21c768d - 13.41% (9.12 MB)

[#003] sha256:a05c1190536b0371895603a03338c9d448f4df66056890d6696c7c4274a448e7 - 20.19% (13.7 MB)

[#004] sha256:cfc6c2ed245fd50225c415395c788caba0113c0e3be595f2b427347f62e24f44 - 23.84% (16.2 MB)

[#005] sha256:e4b25ae2c4b40a4db30faeb0f60e035d349f2d25273a269d3364a5a3c8ebea0e - 0.01% (6.67 KB)

[#006] sha256:9ce0368b0e4a0979f97935d03417afe61a35f403e381fabfad43d92a59324fc8 - 0.15% (103 KB)

[#007] sha256:ceff0ac732447e8072cbcf3f4be79cfebab80d0a17ee015940ec032391659529 - 0.24% (168 KB)


History
2022-07-12 00:40:34 UTC

/bin/sh -c #(nop) ADD file:f3a33075f4c3324c6a634ef37a1965ddd5606b4449c0f5909ce18eeb8268b612 in /

2022-07-12 00:40:35 UTC

/bin/sh -c #(nop) CMD ["bash"]

2022-07-30 06:16:10 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2022-07-30 06:16:10 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2022-07-30 06:16:10 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2022-07-30 06:16:10 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2022-07-30 06:18:41 UTC (buildkit.dockerfile.v0)

RUN |2 JITSI_RELEASE=unstable TARGETPLATFORM=linux/arm64 /bin/sh -c case ${TARGETPLATFORM} in "linux/amd64") TPL_ARCH=amd64 ;; "linux/arm64") TPL_ARCH=arm64 ;; esac && case ${TARGETPLATFORM} in "linux/amd64") S6_ARCH=amd64 ;; "linux/arm64") S6_ARCH=aarch64 ;; esac && apt-dpkg-wrap apt-get update && apt-dpkg-wrap apt-get install -y apt-transport-https apt-utils ca-certificates gnupg wget && wget -qO /usr/bin/tpl https://github.com/jitsi/tpl/releases/download/v1.0.1/tpl-linux-${TPL_ARCH} && wget -qO - https://github.com/just-containers/s6-overlay/releases/download/v1.22.1.0/s6-overlay-${S6_ARCH}.tar.gz | tar xfz - -C / && wget -qO - https://download.jitsi.org/jitsi-key.gpg.key | gpg --dearmour > /etc/apt/trusted.gpg.d/jitsi.gpg && echo "deb https://download.jitsi.org $JITSI_RELEASE/" > /etc/apt/sources.list.d/jitsi.list && echo "deb http://ftp.debian.org/debian bullseye-backports main" > /etc/apt/sources.list.d/backports.list && apt-dpkg-wrap apt-get update && apt-dpkg-wrap apt-get dist-upgrade -y && apt-cleanup && chmod +x /usr/bin/tpl # buildkit

2022-07-30 06:19:41 UTC (buildkit.dockerfile.v0)

RUN |2 JITSI_RELEASE=unstable TARGETPLATFORM=linux/arm64 /bin/sh -c [ "$JITSI_RELEASE" = "unstable" ] && apt-dpkg-wrap apt-get update && apt-dpkg-wrap apt-get install -y jq procps curl vim iputils-ping net-tools && apt-cleanup || true # buildkit

2022-07-30 06:19:41 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2022-07-30 06:21:53 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.title=Prosody IM

2022-07-30 06:21:53 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.description=XMPP server used for signalling.

2022-07-30 06:21:53 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.url=https://prosody.im/

2022-07-30 06:21:53 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.source=https://github.com/jitsi/docker-jitsi-meet

2022-07-30 06:21:53 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.documentation=https://jitsi.github.io/handbook/

2022-07-30 06:21:53 UTC (buildkit.dockerfile.v0)

ARG VERSION_MATRIX_USER_VERIFICATION_SERVICE_PLUGIN=1.7.0

2022-07-30 06:21:53 UTC (buildkit.dockerfile.v0)

RUN |1 VERSION_MATRIX_USER_VERIFICATION_SERVICE_PLUGIN=1.7.0 /bin/sh -c wget -qO /etc/apt/trusted.gpg.d/prosody.gpg https://prosody.im/files/prosody-debian-packages.key && echo "deb http://packages.prosody.im/debian bullseye main" > /etc/apt/sources.list.d/prosody.list && apt-dpkg-wrap apt-get update && apt-dpkg-wrap apt-get install -y lua5.4 prosody libssl1.1 libldap-common sasl2-bin libsasl2-modules-ldap lua-basexx lua-ldap lua-sec lua-unbound && apt-dpkg-wrap apt-get -d install -y jitsi-meet-prosody && dpkg -x /var/cache/apt/archives/jitsi-meet-prosody*.deb /tmp/pkg && mv /tmp/pkg/usr/share/jitsi-meet/prosody-plugins /prosody-plugins && rm -f /prosody-plugins/token/util.lib.lua && wget -qO /prosody-plugins/token/util.lib.lua https://raw.githubusercontent.com/jitsi/jitsi-meet/46dd88c91b63988f516114daee65ff8995c74c56/resources/prosody-plugins/token/util.lib.lua && wget -qO /prosody-plugins/mod_auth_cyrus.lua https://hg.prosody.im/prosody-modules/raw-file/65438e4ba563/mod_auth_cyrus/mod_auth_cyrus.lua && wget -qO /prosody-plugins/sasl_cyrus.lua https://hg.prosody.im/prosody-modules/raw-file/65438e4ba563/mod_auth_cyrus/sasl_cyrus.lua && apt-cleanup && rm -rf /tmp/pkg /var/cache/apt && rm -rf /etc/prosody && wget https://github.com/matrix-org/prosody-mod-auth-matrix-user-verification/archive/refs/tags/v$VERSION_MATRIX_USER_VERIFICATION_SERVICE_PLUGIN.tar.gz && tar -xf v$VERSION_MATRIX_USER_VERIFICATION_SERVICE_PLUGIN.tar.gz && mv prosody-mod-auth-matrix-user-verification-$VERSION_MATRIX_USER_VERIFICATION_SERVICE_PLUGIN/mod_auth_matrix_user_verification.lua /prosody-plugins && mv prosody-mod-auth-matrix-user-verification-$VERSION_MATRIX_USER_VERIFICATION_SERVICE_PLUGIN/mod_matrix_power_sync.lua /prosody-plugins && rm -rf prosody-mod-auth-matrix-user-verification-$VERSION_MATRIX_USER_VERIFICATION_SERVICE_PLUGIN v$VERSION_MATRIX_USER_VERIFICATION_SERVICE_PLUGIN.tar.gz # buildkit

2022-07-30 06:21:53 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2022-07-30 06:23:53 UTC (buildkit.dockerfile.v0)

COPY /usr/local/lib/lua /usr/local/lib/lua # buildkit

2022-07-30 06:23:53 UTC (buildkit.dockerfile.v0)

COPY /usr/local/share/lua /usr/local/share/lua # buildkit

2022-07-30 06:23:53 UTC (buildkit.dockerfile.v0)

EXPOSE map[5222/tcp:{} 5280/tcp:{}]

2022-07-30 06:23:53 UTC (buildkit.dockerfile.v0)

VOLUME [/config /prosody-plugins-custom]

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete