2025-04-16 00:49:30 -0700
971 MB
/data
LANGC.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:2726e237d1a374379e783053d93d0345c8a3bf3c57b5d35b099de1ad777486ee - 2.92% (28.3 MB)
[#001] sha256:9fe4a9ac0ba20c3986aba25b234ebd8a72646b9df8a3b0465e5375aad190f7a1 - 7.7% (74.7 MB)
[#002] sha256:459f56a9940aa4143008ea5bb8b98a1d3e073a8d825a876e37d1d19cd9f5b05f - 10.94% (106 MB)
[#003] sha256:35ea5673da345efc59d54b974916e8ef2cbea082b56b9b437e64229cbd9a1f85 - 0.0% (465 Bytes)
[#004] sha256:2db01c9d3c0c375074d13bfc9bc4495ac91fb57b4119a286b32d6d6e6955821b - 78.44% (761 MB)
[#005] sha256:b2b805f2c964824cf5e9f1739f7c8665a54a1078a4e1390326e49b46577eb928 - 0.0% (5.98 KB)
[#006] sha256:4c2f87dd352a9f02ffb7452a57d9ef11b6ee0150480f8c1262df38531202f1d8 - 0.0% (685 Bytes)
/bin/sh -c #(nop) ARG RELEASE
2025-04-08 10:43:12 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2025-04-08 10:43:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2025-04-08 10:43:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2025-04-08 10:43:14 UTC/bin/sh -c #(nop) ADD file:1d7c45546e94b90e941c5bf5c7a5d415d7b868581ad96171d4beb76caa8ab683 in /
2025-04-08 10:43:15 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-04-15 23:53:23 -0700 (buildkit.dockerfile.v0)ENV LANG=C.UTF-8
2025-04-15 23:53:23 -0700 (buildkit.dockerfile.v0)ARG UBUNTU_MIRROR
2025-04-15 23:53:23 -0700 (buildkit.dockerfile.v0)RUN |1 UBUNTU_MIRROR= /bin/sh -c { [ ! "$UBUNTU_MIRROR" ] || sed -i "s|http://\(\w*\.\)*archive\.ubuntu\.com/ubuntu/\? |$UBUNTU_MIRROR |" /etc/apt/sources.list; } && apt-get -q update && apt-get -q dist-upgrade -y && DEBIAN_FRONTEND=noninteractive apt-get -q install --no-install-recommends -y ca-certificates git locales python3 sudo tzdata && touch /var/mail/ubuntu && chown ubuntu /var/mail/ubuntu && userdel -r ubuntu && useradd -d /home/zulip -m zulip -u 1000 # buildkit
2025-04-15 23:53:23 -0700 (buildkit.dockerfile.v0)ENV DATA_DIR=/data
2025-04-16 00:13:13 -0700 (buildkit.dockerfile.v0)COPY /tmp/zulip-server-docker.tar.gz /root/ # buildkit
2025-04-16 00:13:13 -0700 (buildkit.dockerfile.v0)COPY custom_zulip_files/ /root/custom_zulip # buildkit
2025-04-16 00:13:13 -0700 (buildkit.dockerfile.v0)ARG CUSTOM_CA_CERTIFICATES
2025-04-16 00:49:28 -0700 (buildkit.dockerfile.v0)RUN |2 UBUNTU_MIRROR= CUSTOM_CA_CERTIFICATES= /bin/sh -c dpkg-divert --add --rename /etc/init.d/nginx && ln -s /bin/true /etc/init.d/nginx && mkdir -p "$DATA_DIR" && cd /root && tar -xf zulip-server-docker.tar.gz && rm -f zulip-server-docker.tar.gz && mv zulip-server-docker zulip && cp -rf /root/custom_zulip/* /root/zulip && rm -rf /root/custom_zulip && /root/zulip/scripts/setup/install --hostname="$(hostname)" --email="docker-zulip" --puppet-classes="zulip::profile::docker" --postgresql-version=14 && rm -f /etc/zulip/zulip-secrets.conf /etc/zulip/settings.py && apt-get -qq autoremove --purge -y && apt-get -qq clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* # buildkit
2025-04-16 00:49:30 -0700 (buildkit.dockerfile.v0)COPY entrypoint.sh /sbin/entrypoint.sh # buildkit
2025-04-16 00:49:30 -0700 (buildkit.dockerfile.v0)COPY certbot-deploy-hook /sbin/certbot-deploy-hook # buildkit
2025-04-16 00:49:30 -0700 (buildkit.dockerfile.v0)VOLUME [/data]
2025-04-16 00:49:30 -0700 (buildkit.dockerfile.v0)EXPOSE map[443/tcp:{} 80/tcp:{}]
2025-04-16 00:49:30 -0700 (buildkit.dockerfile.v0)ENTRYPOINT ["/sbin/entrypoint.sh"]
2025-04-16 00:49:30 -0700 (buildkit.dockerfile.v0)CMD ["app:run"]
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.