Namespace
jitsi
Image / Tag
prosody:unstable-2022-10-01
Content Digest
sha256:6a56c80b5ff69da53ca1beb57a3adfcf3b63a67c27e3c46c66b76674a13ed08b
Details
Created

2022-10-01 06:37:16 UTC

Size

69.5 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:31b3f1ad4ce1f369084d0f959813c51df0ca17d9877d5ee88c2db6ff88341430 - 43.11% (29.9 MB)

[#001] sha256:78058a808edab65053c4bba16e9facc97752b1521ae0d0d44186c262069a03f4 - 0.0% (720 Bytes)

[#002] sha256:1b310bd7cbf773d29c0f817a7816483e688f2b31f82fbc35ce6b8a580429108e - 13.15% (9.13 MB)

[#003] sha256:1348ae044746136fe0350aea5f828556342a4979f5bbacb61bee255896052c40 - 19.68% (13.7 MB)

[#004] sha256:37adf39239f50d1c1ae757457f338a5847b13201c288dbc8824a42488bb7f710 - 23.81% (16.5 MB)

[#005] sha256:2e05f581ce4540a38bd9c32353a202db1df4b8345ae75406655557b4b0d452ab - 0.01% (7.12 KB)

[#006] sha256:94fd66b8cd13edb4d43871925d13f2fbd52d3e8a095a5aa5f0df9e7a9e086728 - 0.02% (13.6 KB)

[#007] sha256:b22e0c96d8514243b55151cc1328fdad411211d0dd07f9e05620d67ad8531c00 - 0.23% (164 KB)


History
2022-09-13 00:56:29 UTC

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

2022-09-13 00:56:29 UTC

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

2022-10-01 06:33:30 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2022-10-01 06:33:30 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2022-10-01 06:33:30 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2022-10-01 06:33:30 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2022-10-01 06:33:43 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-10-01 06:33:49 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-10-01 06:33:49 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2022-10-01 06:37:05 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.title=Prosody IM

2022-10-01 06:37:05 UTC (buildkit.dockerfile.v0)

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

2022-10-01 06:37:05 UTC (buildkit.dockerfile.v0)

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

2022-10-01 06:37:05 UTC (buildkit.dockerfile.v0)

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

2022-10-01 06:37:05 UTC (buildkit.dockerfile.v0)

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

2022-10-01 06:37:05 UTC (buildkit.dockerfile.v0)

ARG VERSION_MATRIX_USER_VERIFICATION_SERVICE_PLUGIN=1.8.0

2022-10-01 06:37:05 UTC (buildkit.dockerfile.v0)

RUN |1 VERSION_MATRIX_USER_VERIFICATION_SERVICE_PLUGIN=1.8.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 libldap-common sasl2-bin libsasl2-modules-ldap lua-cyrussasl lua-inspect lua-ldap lua-luaossl 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 -rf /tmp/pkg /var/cache/apt && apt-cleanup && rm -rf /etc/prosody && mv /usr/share/lua/5.3/inspect.lua /usr/share/lua/5.4/ && rm -rf /usr/lib/lua/{5.1,5.2,5.3} && rm -rf /usr/share/lua/{5.1,5.2,5.3} && 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 && 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-10-01 06:37:05 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2022-10-01 06:37:16 UTC (buildkit.dockerfile.v0)

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

2022-10-01 06:37:16 UTC (buildkit.dockerfile.v0)

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

2022-10-01 06:37:16 UTC (buildkit.dockerfile.v0)

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

2022-10-01 06:37:16 UTC (buildkit.dockerfile.v0)

VOLUME [/config /prosody-plugins-custom]

Details
Created

2022-10-01 06:39:15 UTC

Size

68.1 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:3d898485473e3507374cea2e09f019c2ff5728f0911aa36c70b7a7235e9bc8ac - 42.06% (28.7 MB)

[#001] sha256:78058a808edab65053c4bba16e9facc97752b1521ae0d0d44186c262069a03f4 - 0.0% (720 Bytes)

[#002] sha256:ceeab057b9051f4e131e7bb174ddb2f76e96635ba2aa4be9d6b96817a52a62af - 13.38% (9.12 MB)

[#003] sha256:624c427a13bc3b84a05e7b5ddcd3cab372f3c4a86e0c7131520a1d7fb7694b7e - 20.14% (13.7 MB)

[#004] sha256:f8d3864bc8a2f7b819143a58a204f881adcb919e71126f813fa69e73c8667d4b - 24.16% (16.5 MB)

[#005] sha256:2e05f581ce4540a38bd9c32353a202db1df4b8345ae75406655557b4b0d452ab - 0.01% (7.12 KB)

[#006] sha256:5eab715683a0c24103643998e1331d48bb5d0b43605932d60bd720bca72efc5f - 0.02% (13.9 KB)

[#007] sha256:657440c767a401f9abcc95ca094cf6d6a5c0fbda42711d0f312d50946627c8ae - 0.24% (164 KB)


History
2022-09-13 02:10:56 UTC

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

2022-09-13 02:10:56 UTC

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

2022-10-01 06:33:30 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2022-10-01 06:33:30 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2022-10-01 06:33:30 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2022-10-01 06:33:30 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2022-10-01 06:35:21 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-10-01 06:36:05 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-10-01 06:36:05 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2022-10-01 06:38:11 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.title=Prosody IM

2022-10-01 06:38:11 UTC (buildkit.dockerfile.v0)

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

2022-10-01 06:38:11 UTC (buildkit.dockerfile.v0)

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

2022-10-01 06:38:11 UTC (buildkit.dockerfile.v0)

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

2022-10-01 06:38:11 UTC (buildkit.dockerfile.v0)

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

2022-10-01 06:38:11 UTC (buildkit.dockerfile.v0)

ARG VERSION_MATRIX_USER_VERIFICATION_SERVICE_PLUGIN=1.8.0

2022-10-01 06:38:11 UTC (buildkit.dockerfile.v0)

RUN |1 VERSION_MATRIX_USER_VERIFICATION_SERVICE_PLUGIN=1.8.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 libldap-common sasl2-bin libsasl2-modules-ldap lua-cyrussasl lua-inspect lua-ldap lua-luaossl 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 -rf /tmp/pkg /var/cache/apt && apt-cleanup && rm -rf /etc/prosody && mv /usr/share/lua/5.3/inspect.lua /usr/share/lua/5.4/ && rm -rf /usr/lib/lua/{5.1,5.2,5.3} && rm -rf /usr/share/lua/{5.1,5.2,5.3} && 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 && 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-10-01 06:38:11 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2022-10-01 06:39:15 UTC (buildkit.dockerfile.v0)

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

2022-10-01 06:39:15 UTC (buildkit.dockerfile.v0)

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

2022-10-01 06:39:15 UTC (buildkit.dockerfile.v0)

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

2022-10-01 06:39:15 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