Namespace
jitsi
Image / Tag
prosody:stable-8044-1
Content Digest
sha256:3aa55373645d7e8574faa35a91f6444a1580d439d395ea937ba3ba1f1a05b7da
Details
Created

2022-11-25 13:34:41 UTC

Size

56 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:a603fa5e3b4127f210503aaa6189abf6286ee5a73deeaab460f8f33ebc6b64e2 - 53.51% (30 MB)

[#001] sha256:147cb8c245b132e8abddd5bde5b124811c26ed746f8eaf29e3983854c9da78a9 - 0.0% (745 Bytes)

[#002] sha256:d0070070327db81ccec40118afaf99f3962db3958156713bc2ddbaf251d67ff9 - 15.97% (8.94 MB)

[#003] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#004] sha256:3e1e59bba8a2054001b7ae2acf8fd90aacc0f43eafd6ebcc09b32a3e1e63ac32 - 30.2% (16.9 MB)

[#005] sha256:8205a177ba2472eab76beb96ac4215e934a04189479903070f7216efdecb7913 - 0.01% (7.17 KB)

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

[#007] sha256:d242cab06dfed99a34be6861ad48e0e6d6c0c1b4f519fce7a88b096b2f68025d - 0.29% (164 KB)


History
2022-11-15 04:04:54 UTC

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

2022-11-15 04:04:54 UTC

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

2022-11-15 09:42:03 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2022-11-15 09:42:03 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2022-11-15 09:42:03 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2022-11-15 09:42:03 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2022-11-15 09:42:16 UTC (buildkit.dockerfile.v0)

RUN |2 JITSI_RELEASE=stable 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-11-15 09:42:17 UTC (buildkit.dockerfile.v0)

RUN |2 JITSI_RELEASE=stable 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-11-15 09:42:17 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2022-11-25 13:34:41 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.title=Prosody IM

2022-11-25 13:34:41 UTC (buildkit.dockerfile.v0)

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

2022-11-25 13:34:41 UTC (buildkit.dockerfile.v0)

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

2022-11-25 13:34:41 UTC (buildkit.dockerfile.v0)

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

2022-11-25 13:34:41 UTC (buildkit.dockerfile.v0)

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

2022-11-25 13:34:41 UTC (buildkit.dockerfile.v0)

ARG VERSION_MATRIX_USER_VERIFICATION_SERVICE_PLUGIN=1.8.0

2022-11-25 13:34:41 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-11-25 13:34:41 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2022-11-25 13:34:41 UTC (buildkit.dockerfile.v0)

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

2022-11-25 13:34:41 UTC (buildkit.dockerfile.v0)

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

2022-11-25 13:34:41 UTC (buildkit.dockerfile.v0)

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

2022-11-25 13:34:41 UTC (buildkit.dockerfile.v0)

VOLUME [/config /prosody-plugins-custom]

Details
Created

2022-11-25 13:37:56 UTC

Size

54.6 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:f3ac85625e767ee0ec42b5a2ef93880251cd973b86f77124c4ed39bccd2f8bf9 - 52.48% (28.7 MB)

[#001] sha256:147cb8c245b132e8abddd5bde5b124811c26ed746f8eaf29e3983854c9da78a9 - 0.0% (745 Bytes)

[#002] sha256:7df14da4fb8903cab3f556edb671983f26ccb278e7fc83340d11f6ebac968321 - 16.33% (8.92 MB)

[#003] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#004] sha256:6b73f7af604da1f8e084408fcbdfac60bbabf9042cb11743caf461c10e78e9e4 - 30.85% (16.9 MB)

[#005] sha256:8205a177ba2472eab76beb96ac4215e934a04189479903070f7216efdecb7913 - 0.01% (7.17 KB)

[#006] sha256:6149ab114dd31ecdd89f97ceec92a1b13c4ddd83f2bf4a8fc308c8ea77f07238 - 0.02% (13.9 KB)

[#007] sha256:878c9a1f0408433008938d51987cefb68d27511a4e92ae4a7653ce63f4a8d765 - 0.29% (164 KB)


History
2022-11-15 01:41:20 UTC

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

2022-11-15 01:41:20 UTC

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

2022-11-15 09:42:03 UTC (buildkit.dockerfile.v0)

ARG JITSI_RELEASE=stable

2022-11-15 09:42:03 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM

2022-11-15 09:42:03 UTC (buildkit.dockerfile.v0)

ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2022-11-15 09:42:03 UTC (buildkit.dockerfile.v0)

COPY rootfs / # buildkit

2022-11-15 09:43:43 UTC (buildkit.dockerfile.v0)

RUN |2 JITSI_RELEASE=stable 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-11-15 09:43:43 UTC (buildkit.dockerfile.v0)

RUN |2 JITSI_RELEASE=stable 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-11-15 09:43:43 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2022-11-25 13:37:56 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.title=Prosody IM

2022-11-25 13:37:56 UTC (buildkit.dockerfile.v0)

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

2022-11-25 13:37:56 UTC (buildkit.dockerfile.v0)

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

2022-11-25 13:37:56 UTC (buildkit.dockerfile.v0)

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

2022-11-25 13:37:56 UTC (buildkit.dockerfile.v0)

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

2022-11-25 13:37:56 UTC (buildkit.dockerfile.v0)

ARG VERSION_MATRIX_USER_VERIFICATION_SERVICE_PLUGIN=1.8.0

2022-11-25 13:37:56 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-11-25 13:37:56 UTC (buildkit.dockerfile.v0)

COPY rootfs/ / # buildkit

2022-11-25 13:37:56 UTC (buildkit.dockerfile.v0)

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

2022-11-25 13:37:56 UTC (buildkit.dockerfile.v0)

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

2022-11-25 13:37:56 UTC (buildkit.dockerfile.v0)

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

2022-11-25 13:37:56 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