2025-12-01 03:53:56 UTC
57.2 MB
3.5.25
BITNAMI_APP_NAMEetcd
ETCDCTL_API3
HOME/
OS_ARCH_RAWlinux/amd64
OS_FLAVOURubuntu-22.04
OS_NAMElinux
PATH/opt/bitnami/common/bin:/opt/bitnami/etcd/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:7e49dc6156b0b532730614d83a65ae5e7ce61e966b0498703d333b4d03505e4f - 49.27% (28.2 MB)
[#001] sha256:639b33c0cbbc15a01e5913a89be1e8d2a9de1c75f962874860bad5714644cf8b - 0.03% (15.4 KB)
[#002] sha256:1978d2457d345693559f3f73a50ff9ef045794a5168ed95005df5a02e201619e - 4.35% (2.49 MB)
[#003] sha256:24bb9f5f031d99093c8198964f6a49b31c465555f212d5cba9e9edd558547f21 - 37.93% (21.7 MB)
[#004] sha256:1e13c54ecbfaf93cb4279ad01fdd2908daf412b23e5795242c107df3343e105f - 7.79% (4.45 MB)
[#005] sha256:fc8bef30322d23b76af2186e33b1faa35b17363fac8e5014d0dc718cec847fb5 - 0.63% (367 KB)
[#006] sha256:4bc910cdd1abbfcb2f6915cb7f952a792de2fcba933c6b1c3d84f2b1bd7410d7 - 0.0% (123 Bytes)
[#007] sha256:88ac8d8e50f00c9b95ba21c586a7fb0cef03e8c3c1f9f93cc489b59e33bbe678 - 0.01% (8.43 KB)
[#008] sha256:51a1176500d9d0b0fc54ac9447a6b294fa706726375ddaaebeb3403d957056bd - 0.0% (200 Bytes)
[#009] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
/bin/sh -c #(nop) ARG RELEASE
2025-10-13 17:23:18 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2025-10-13 17:23:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2025-10-13 17:23:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2025-10-13 17:23:20 UTC/bin/sh -c #(nop) ADD file:d025507456f1d7d19195885b1c02a346454d60c9348cbd3be92431f2d7e2666e in /
2025-10-13 17:23:20 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-12-01 03:53:41 UTC (buildkit.dockerfile.v0)ARG TARGETARCH=linux/amd64
2025-12-01 03:53:41 UTC (buildkit.dockerfile.v0)LABEL maintainer=Team DevOps of Zilliz <devops@zilliz.com org.opencontainers.image.authors=https://bitnami.com/contact org.opencontainers.image.description=Application packaged by Bitnami, polished by zilliztech org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.source=https://github.com/milvus-io/bitnami-docker-etcd org.opencontainers.image.ref.name=3.5.25-r1 org.opencontainers.image.title=etcd org.opencontainers.image.vendor=VMware, Inc. org.opencontainers.image.version=3.5.25-r1
2025-12-01 03:53:41 UTC (buildkit.dockerfile.v0)ENV HOME=/ OS_ARCH_RAW=linux/amd64 OS_FLAVOUR=ubuntu-22.04 OS_NAME=linux
2025-12-01 03:53:41 UTC (buildkit.dockerfile.v0)COPY prebuildfs / # buildkit
2025-12-01 03:53:41 UTC (buildkit.dockerfile.v0)SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]
2025-12-01 03:53:49 UTC (buildkit.dockerfile.v0)RUN |1 TARGETARCH=linux/amd64 /bin/bash -o errexit -o nounset -o pipefail -c install_packages ca-certificates curl procps # buildkit
2025-12-01 03:53:50 UTC (buildkit.dockerfile.v0)RUN |1 TARGETARCH=linux/amd64 /bin/bash -o errexit -o nounset -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && OS_ARCH=`echo ${OS_ARCH_RAW}| sed 's|/|-|'` && curl -SsLf https://github.com/etcd-io/etcd/releases/download/v3.5.25/etcd-v3.5.25-${OS_ARCH}.tar.gz -O && tar -zxf "etcd-v3.5.25-${OS_ARCH}.tar.gz" && mkdir -p /opt/bitnami/etcd/bin && mv ./etcd-v3.5.25-${OS_ARCH}/etcd /opt/bitnami/etcd/bin/etcd && mv ./etcd-v3.5.25-${OS_ARCH}/etcdctl /opt/bitnami/etcd/bin/etcdctl && mv ./etcd-v3.5.25-${OS_ARCH}/etcdutl /opt/bitnami/etcd/bin/etcdutl && rm -rf "etcd-v3.5.25-${OS_ARCH}.tar.gz" # buildkit
2025-12-01 03:53:50 UTC (buildkit.dockerfile.v0)RUN |1 TARGETARCH=linux/amd64 /bin/bash -o errexit -o nounset -o pipefail -c cd /tmp/bitnami/pkg/cache/ && OS_ARCH=`echo ${OS_ARCH_RAW}| sed 's|/|_|'` && if [ ! -f "yq_${OS_ARCH}.tar.gz" ]; then curl -SsLf "https://github.com/mikefarah/yq/releases/download/v4.47.2/yq_${OS_ARCH}" -O ; fi && mkdir -p /opt/bitnami/common/bin/ && mv "yq_${OS_ARCH}" /opt/bitnami/common/bin/yq # buildkit
2025-12-01 03:53:56 UTC (buildkit.dockerfile.v0)RUN |1 TARGETARCH=linux/amd64 /bin/bash -o errexit -o nounset -o pipefail -c apt-get autoremove --purge -y curl ca-certificates && apt-get update && apt-get upgrade -y && apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives # buildkit
2025-12-01 03:53:56 UTC (buildkit.dockerfile.v0)RUN |1 TARGETARCH=linux/amd64 /bin/bash -o errexit -o nounset -o pipefail -c chmod g+rwX /opt/bitnami # buildkit
2025-12-01 03:53:56 UTC (buildkit.dockerfile.v0)COPY rootfs / # buildkit
2025-12-01 03:53:56 UTC (buildkit.dockerfile.v0)RUN |1 TARGETARCH=linux/amd64 /bin/bash -o errexit -o nounset -o pipefail -c /opt/bitnami/scripts/etcd/postunpack.sh # buildkit
2025-12-01 03:53:56 UTC (buildkit.dockerfile.v0)ENV APP_VERSION=3.5.25 BITNAMI_APP_NAME=etcd ETCDCTL_API=3 PATH=/opt/bitnami/common/bin:/opt/bitnami/etcd/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2025-12-01 03:53:56 UTC (buildkit.dockerfile.v0)EXPOSE [2379/tcp 2380/tcp]
2025-12-01 03:53:56 UTC (buildkit.dockerfile.v0)WORKDIR /opt/bitnami/etcd
2025-12-01 03:53:56 UTC (buildkit.dockerfile.v0)USER 1001
2025-12-01 03:53:56 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/opt/bitnami/scripts/etcd/entrypoint.sh"]
2025-12-01 03:53:56 UTC (buildkit.dockerfile.v0)CMD ["/opt/bitnami/scripts/etcd/run.sh"]
2025-12-01 03:55:49 UTC
53 MB
3.5.25
BITNAMI_APP_NAMEetcd
ETCDCTL_API3
HOME/
OS_ARCH_RAWlinux/arm64
OS_FLAVOURubuntu-22.04
OS_NAMElinux
PATH/opt/bitnami/common/bin:/opt/bitnami/etcd/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:0ec3d86457676c7af7a3b6d29565e0e8b30ed98afe5d606e00e565101f812623 - 49.31% (26.1 MB)
[#001] sha256:e919ecaa01f7baaf5c998b82938f0d05194ce5576fc620367ee5647b7c5b3dab - 0.03% (15.4 KB)
[#002] sha256:192bf18f5ad554c8c519d2707db9319139d7959145b443870152f0918f46060d - 4.65% (2.46 MB)
[#003] sha256:3e0ba9304db91ab3e248765d01887ee1fedfdbf1d2267a353a55343dd5fcf465 - 37.64% (19.9 MB)
[#004] sha256:f42521a2308fa3368b49e8babebfe8b0eec6da1e776692697779c2bd0e92e32f - 7.68% (4.07 MB)
[#005] sha256:2551bf98971f3335883b4ececfe225b96bf2b6d3950486b5b6535bb97e5aa127 - 0.68% (367 KB)
[#006] sha256:ab1ae1abf24d0e3df029535515c64831091295d731a90ccfee8842e873d8e0e9 - 0.0% (123 Bytes)
[#007] sha256:cf6feca2c63ae41ab829fb3c0a68806b6eb19509c256a04ae5f627a4a16e4b6c - 0.02% (8.43 KB)
[#008] sha256:04444fe39f37d6a9edf7e60f96195afc003d6281d6e9349c0566092bc72bcf32 - 0.0% (200 Bytes)
[#009] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
/bin/sh -c #(nop) ARG RELEASE
2025-10-13 17:25:16 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2025-10-13 17:25:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2025-10-13 17:25:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2025-10-13 17:25:18 UTC/bin/sh -c #(nop) ADD file:2e0e653363da35febc0204e69cb713c0d1497720522f79d3d531980a7f291a39 in /
2025-10-13 17:25:18 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-12-01 03:53:38 UTC (buildkit.dockerfile.v0)ARG TARGETARCH=linux/arm64
2025-12-01 03:53:38 UTC (buildkit.dockerfile.v0)LABEL maintainer=Team DevOps of Zilliz <devops@zilliz.com org.opencontainers.image.authors=https://bitnami.com/contact org.opencontainers.image.description=Application packaged by Bitnami, polished by zilliztech org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.source=https://github.com/milvus-io/bitnami-docker-etcd org.opencontainers.image.ref.name=3.5.25-r1 org.opencontainers.image.title=etcd org.opencontainers.image.vendor=VMware, Inc. org.opencontainers.image.version=3.5.25-r1
2025-12-01 03:53:38 UTC (buildkit.dockerfile.v0)ENV HOME=/ OS_ARCH_RAW=linux/arm64 OS_FLAVOUR=ubuntu-22.04 OS_NAME=linux
2025-12-01 03:53:38 UTC (buildkit.dockerfile.v0)COPY prebuildfs / # buildkit
2025-12-01 03:53:38 UTC (buildkit.dockerfile.v0)SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]
2025-12-01 03:55:00 UTC (buildkit.dockerfile.v0)RUN |1 TARGETARCH=linux/arm64 /bin/bash -o errexit -o nounset -o pipefail -c install_packages ca-certificates curl procps # buildkit
2025-12-01 03:55:04 UTC (buildkit.dockerfile.v0)RUN |1 TARGETARCH=linux/arm64 /bin/bash -o errexit -o nounset -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && OS_ARCH=`echo ${OS_ARCH_RAW}| sed 's|/|-|'` && curl -SsLf https://github.com/etcd-io/etcd/releases/download/v3.5.25/etcd-v3.5.25-${OS_ARCH}.tar.gz -O && tar -zxf "etcd-v3.5.25-${OS_ARCH}.tar.gz" && mkdir -p /opt/bitnami/etcd/bin && mv ./etcd-v3.5.25-${OS_ARCH}/etcd /opt/bitnami/etcd/bin/etcd && mv ./etcd-v3.5.25-${OS_ARCH}/etcdctl /opt/bitnami/etcd/bin/etcdctl && mv ./etcd-v3.5.25-${OS_ARCH}/etcdutl /opt/bitnami/etcd/bin/etcdutl && rm -rf "etcd-v3.5.25-${OS_ARCH}.tar.gz" # buildkit
2025-12-01 03:55:06 UTC (buildkit.dockerfile.v0)RUN |1 TARGETARCH=linux/arm64 /bin/bash -o errexit -o nounset -o pipefail -c cd /tmp/bitnami/pkg/cache/ && OS_ARCH=`echo ${OS_ARCH_RAW}| sed 's|/|_|'` && if [ ! -f "yq_${OS_ARCH}.tar.gz" ]; then curl -SsLf "https://github.com/mikefarah/yq/releases/download/v4.47.2/yq_${OS_ARCH}" -O ; fi && mkdir -p /opt/bitnami/common/bin/ && mv "yq_${OS_ARCH}" /opt/bitnami/common/bin/yq # buildkit
2025-12-01 03:55:48 UTC (buildkit.dockerfile.v0)RUN |1 TARGETARCH=linux/arm64 /bin/bash -o errexit -o nounset -o pipefail -c apt-get autoremove --purge -y curl ca-certificates && apt-get update && apt-get upgrade -y && apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives # buildkit
2025-12-01 03:55:48 UTC (buildkit.dockerfile.v0)RUN |1 TARGETARCH=linux/arm64 /bin/bash -o errexit -o nounset -o pipefail -c chmod g+rwX /opt/bitnami # buildkit
2025-12-01 03:55:48 UTC (buildkit.dockerfile.v0)COPY rootfs / # buildkit
2025-12-01 03:55:49 UTC (buildkit.dockerfile.v0)RUN |1 TARGETARCH=linux/arm64 /bin/bash -o errexit -o nounset -o pipefail -c /opt/bitnami/scripts/etcd/postunpack.sh # buildkit
2025-12-01 03:55:49 UTC (buildkit.dockerfile.v0)ENV APP_VERSION=3.5.25 BITNAMI_APP_NAME=etcd ETCDCTL_API=3 PATH=/opt/bitnami/common/bin:/opt/bitnami/etcd/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2025-12-01 03:55:49 UTC (buildkit.dockerfile.v0)EXPOSE [2379/tcp 2380/tcp]
2025-12-01 03:55:49 UTC (buildkit.dockerfile.v0)WORKDIR /opt/bitnami/etcd
2025-12-01 03:55:49 UTC (buildkit.dockerfile.v0)USER 1001
2025-12-01 03:55:49 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/opt/bitnami/scripts/etcd/entrypoint.sh"]
2025-12-01 03:55:49 UTC (buildkit.dockerfile.v0)CMD ["/opt/bitnami/scripts/etcd/run.sh"]
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.