2022-05-17 06:19:50 UTC
70.9 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
S6_BEHAVIOUR_IF_STAGE2_FAILS2
[#000] sha256:214ca5fb90323fe769c63a12af092f2572bf1c6b300263e09883909fc865d260 - 42.21% (29.9 MB)
[#001] sha256:43453347937270f3a4455c96e13630b3dbc6e106dfe17c12e12e02b25f06d30f - 2.57% (1.82 MB)
[#002] sha256:c680619cc8fef25faf5036e94dc4d14d8d8a4d6a4bf2016d9901f789935dc80b - 0.0% (721 Bytes)
[#003] sha256:ae22480249bdc28c0816cecad8d505d62faa105e118ed3deb5b256dbe364ee4a - 12.61% (8.94 MB)
[#004] sha256:9f4c81d4831e7a4e4c8aa91d45a67f978f5335d3a61b471855e5dab2a4dba65c - 19.28% (13.7 MB)
[#005] sha256:a3c455e415ac69c0530a0bd1c91886603e3d460b40043e8518681ed1cf3a11c9 - 22.94% (16.3 MB)
[#006] sha256:b3c472b01c140c04186ecc344e1fd3b9f933bdc3bd4cde38d260056521c2b183 - 0.01% (6.19 KB)
[#007] sha256:138ffaaaaa7a1d80f88d67b227f38505cf47808c639ef3dad1c9e3c111b066b9 - 0.15% (105 KB)
[#008] sha256:ecf2e4db170da399d04a3be17f9fb4958b29c45a4cf85a801af17aadb4935748 - 0.23% (168 KB)
/bin/sh -c #(nop) ADD file:4a0bb88956083aa56032fdd9601d9b66c39b18c896ba35ea33594cd75621640a in /
2022-05-11 01:20:16 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-05-17 06:18:36 UTC (buildkit.dockerfile.v0)ARG JITSI_RELEASE=stable
2022-05-17 06:18:36 UTC (buildkit.dockerfile.v0)ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
2022-05-17 06:18:36 UTC (buildkit.dockerfile.v0)ADD https://github.com/jitsi/tpl/releases/download/v1.0.1/tpl-linux-amd64 /usr/bin/tpl # buildkit
2022-05-17 06:18:36 UTC (buildkit.dockerfile.v0)COPY rootfs / # buildkit
2022-05-17 06:18:48 UTC (buildkit.dockerfile.v0)RUN |1 JITSI_RELEASE=unstable /bin/sh -c apt-dpkg-wrap apt-get update && apt-dpkg-wrap apt-get install -y apt-transport-https apt-utils ca-certificates gnupg wget && wget -qO - https://github.com/just-containers/s6-overlay/releases/download/v1.22.1.0/s6-overlay-amd64.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-05-17 06:18:54 UTC (buildkit.dockerfile.v0)RUN |1 JITSI_RELEASE=unstable /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-05-17 06:18:54 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/init"]
2022-05-17 06:19:41 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.title=Prosody IM
2022-05-17 06:19:41 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.description=XMPP server used for signalling.
2022-05-17 06:19:41 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.url=https://prosody.im/
2022-05-17 06:19:41 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.source=https://github.com/jitsi/docker-jitsi-meet
2022-05-17 06:19:41 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.documentation=https://jitsi.github.io/handbook/
2022-05-17 06:19:41 UTC (buildkit.dockerfile.v0)ARG VERSION_MATRIX_USER_VERIFICATION_SERVICE_PLUGIN=1.7.0
2022-05-17 06:19: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-0.12 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-05-17 06:19:41 UTC (buildkit.dockerfile.v0)COPY rootfs/ / # buildkit
2022-05-17 06:19:50 UTC (buildkit.dockerfile.v0)COPY /usr/local/lib/lua /usr/local/lib/lua # buildkit
2022-05-17 06:19:50 UTC (buildkit.dockerfile.v0)COPY /usr/local/share/lua /usr/local/share/lua # buildkit
2022-05-17 06:19:50 UTC (buildkit.dockerfile.v0)EXPOSE map[5222/tcp:{} 5280/tcp:{}]
2022-05-17 06:19:50 UTC (buildkit.dockerfile.v0)VOLUME [/config /prosody-plugins-custom]
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.