Details
Created
2025-03-27 23:39:06 UTC
Content Digest
Labels
-
com.vmware.cp.artifact.flavor
sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83
-
org.opencontainers.image.base.name
docker.io/bitnami/minideb:bookworm
-
org.opencontainers.image.created
2025-03-27T23:38:29Z
-
org.opencontainers.image.description
Application packaged by Broadcom, Inc.
-
org.opencontainers.image.documentation
https://github.com/bitnami/containers/tree/main/bitnami/etcd/README.md
-
org.opencontainers.image.ref.name
3.5.21-debian-12-r0
-
org.opencontainers.image.source
https://github.com/bitnami/containers/tree/main/bitnami/etcd
-
org.opencontainers.image.title
etcd
-
org.opencontainers.image.vendor
Broadcom, Inc.
-
org.opencontainers.image.version
3.5.21
Environment
APP_VERSION
3.5.21
BITNAMI_APP_NAME
etcd
ETCDCTL_API
3
HOME
/
OS_ARCH
amd64
OS_FLAVOUR
debian-12
OS_NAME
linux
PATH
/opt/bitnami/common/bin:/opt/bitnami/etcd/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Layers
[#000] sha256:8ee13d11b5419271d791c48fec6434d8b94232cdd481cd90daea2ae6d1e50117 - 100.0% (63.7 MB)
History
0001-01-01 00:00:00 UTC ([{"created":"2025-03-16T00:07:13.442643889Z","comment":"from Bitnami with love"},{"created":"2025-03-27T23:38:54.589738879Z","created_by":"ARG DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-03-27T23:38:54.589738879Z","created_by":"ARG TARGETARCH=amd64","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-03-27T23:38:54.589738879Z","created_by":"LABEL com.vmware.cp.artifact.flavor=sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83 org.opencontainers.image.base.name=docker.io/bitnami/minideb:bookworm org.opencontainers.image.created=2025-03-27T23:38:29Z org.opencontainers.image.description=Application packaged by Broadcom, Inc. org.opencontainers.image.documentation=https://github.com/bitnami/containers/tree/main/bitnami/etcd/README.md org.opencontainers.image.ref.name=3.5.21-debian-12-r0 org.opencontainers.image.source=https://github.com/bitnami/containers/tree/main/bitnami/etcd org.opencontainers.image.title=etcd org.opencontainers.image.vendor=Broadcom, Inc. org.opencontainers.image.version=3.5.21","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-03-27T23:38:54.589738879Z","created_by":"ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-12 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-03-27T23:38:54.589738879Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-03-27T23:38:54.589738879Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-03-27T23:38:59.104064395Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c install_packages ca-certificates curl procps # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-03-27T23:39:01.554958659Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; COMPONENTS=( \"yq-4.45.1-6-linux-${OS_ARCH}-debian-12\" \"etcd-3.5.21-0-linux-${OS_ARCH}-debian-12\" ) ; for COMPONENT in \"${COMPONENTS[@]}\"; do if [ ! -f \"${COMPONENT}.tar.gz\" ]; then curl -SsLf \"https://${DOWNLOADS_URL}/${COMPONENT}.tar.gz\" -O ; curl -SsLf \"https://${DOWNLOADS_URL}/${COMPONENT}.tar.gz.sha256\" -O ; fi ; sha256sum -c \"${COMPONENT}.tar.gz.sha256\" ; tar -zxf \"${COMPONENT}.tar.gz\" -C /opt/bitnami --strip-components=2 --no-same-owner ; rm -rf \"${COMPONENT}\".tar.gz{,.sha256} ; done # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-03-27T23:39:04.93011634Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c apt-get autoremove --purge -y ca-certificates curl \u0026\u0026 apt-get update \u0026\u0026 apt-get upgrade -y \u0026\u0026 apt-get clean \u0026\u0026 rm -rf /var/lib/apt/lists /var/cache/apt/archives # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-03-27T23:39:05.293288246Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-03-27T23:39:05.725536066Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c find / -perm /6000 -type f -exec chmod a-s {} \\; || true # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-03-27T23:39:06.049256533Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-03-27T23:39:06.423816904Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c /opt/bitnami/scripts/etcd/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-03-27T23:39:06.423816904Z","created_by":"ENV APP_VERSION=3.5.21 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","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-03-27T23:39:06.423816904Z","created_by":"EXPOSE map[2379/tcp:{} 2380/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-03-27T23:39:06.744095403Z","created_by":"WORKDIR /opt/bitnami/etcd","comment":"buildkit.dockerfile.v0"},{"created":"2025-03-27T23:39:06.744095403Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-03-27T23:39:06.744095403Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/etcd/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-03-27T23:39:06.744095403Z","created_by":"CMD [\"/opt/bitnami/scripts/etcd/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])
crane flatten sha256:b5d1d49a2c7c6c0f902c975d38d0501923bc896a4f3f1aa9c5b9153fa91d9433
Details
Created
2025-03-27 23:40:33 UTC
Content Digest
Labels
-
com.vmware.cp.artifact.flavor
sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83
-
org.opencontainers.image.base.name
docker.io/bitnami/minideb:bookworm
-
org.opencontainers.image.created
2025-03-27T23:38:29Z
-
org.opencontainers.image.description
Application packaged by Broadcom, Inc.
-
org.opencontainers.image.documentation
https://github.com/bitnami/containers/tree/main/bitnami/etcd/README.md
-
org.opencontainers.image.ref.name
3.5.21-debian-12-r0
-
org.opencontainers.image.source
https://github.com/bitnami/containers/tree/main/bitnami/etcd
-
org.opencontainers.image.title
etcd
-
org.opencontainers.image.vendor
Broadcom, Inc.
-
org.opencontainers.image.version
3.5.21
Environment
APP_VERSION
3.5.21
BITNAMI_APP_NAME
etcd
ETCDCTL_API
3
HOME
/
OS_ARCH
arm64
OS_FLAVOUR
debian-12
OS_NAME
linux
PATH
/opt/bitnami/common/bin:/opt/bitnami/etcd/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Layers
[#000] sha256:d787579b2e03b0aecdea119137727fe194632bc66843cc172a715be3b420c9ad - 100.0% (61.7 MB)
History
0001-01-01 00:00:00 UTC ([{"created":"2025-03-16T00:07:18.934795304Z","comment":"from Bitnami with love"},{"created":"2025-03-27T23:38:54.300343117Z","created_by":"ARG DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-03-27T23:38:54.300343117Z","created_by":"ARG TARGETARCH=arm64","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-03-27T23:38:54.300343117Z","created_by":"LABEL com.vmware.cp.artifact.flavor=sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83 org.opencontainers.image.base.name=docker.io/bitnami/minideb:bookworm org.opencontainers.image.created=2025-03-27T23:38:29Z org.opencontainers.image.description=Application packaged by Broadcom, Inc. org.opencontainers.image.documentation=https://github.com/bitnami/containers/tree/main/bitnami/etcd/README.md org.opencontainers.image.ref.name=3.5.21-debian-12-r0 org.opencontainers.image.source=https://github.com/bitnami/containers/tree/main/bitnami/etcd org.opencontainers.image.title=etcd org.opencontainers.image.vendor=Broadcom, Inc. org.opencontainers.image.version=3.5.21","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-03-27T23:38:54.300343117Z","created_by":"ENV HOME=/ OS_ARCH=arm64 OS_FLAVOUR=debian-12 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-03-27T23:38:54.300343117Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-03-27T23:38:54.300343117Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-03-27T23:39:46.79638876Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c install_packages ca-certificates curl procps # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-03-27T23:39:52.837281946Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; COMPONENTS=( \"yq-4.45.1-6-linux-${OS_ARCH}-debian-12\" \"etcd-3.5.21-0-linux-${OS_ARCH}-debian-12\" ) ; for COMPONENT in \"${COMPONENTS[@]}\"; do if [ ! -f \"${COMPONENT}.tar.gz\" ]; then curl -SsLf \"https://${DOWNLOADS_URL}/${COMPONENT}.tar.gz\" -O ; curl -SsLf \"https://${DOWNLOADS_URL}/${COMPONENT}.tar.gz.sha256\" -O ; fi ; sha256sum -c \"${COMPONENT}.tar.gz.sha256\" ; tar -zxf \"${COMPONENT}.tar.gz\" -C /opt/bitnami --strip-components=2 --no-same-owner ; rm -rf \"${COMPONENT}\".tar.gz{,.sha256} ; done # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-03-27T23:40:23.764199115Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c apt-get autoremove --purge -y ca-certificates curl \u0026\u0026 apt-get update \u0026\u0026 apt-get upgrade -y \u0026\u0026 apt-get clean \u0026\u0026 rm -rf /var/lib/apt/lists /var/cache/apt/archives # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-03-27T23:40:31.703830492Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-03-27T23:40:32.489920534Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c find / -perm /6000 -type f -exec chmod a-s {} \\; || true # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-03-27T23:40:32.824562553Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-03-27T23:40:33.444527405Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c /opt/bitnami/scripts/etcd/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-03-27T23:40:33.444527405Z","created_by":"ENV APP_VERSION=3.5.21 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","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-03-27T23:40:33.444527405Z","created_by":"EXPOSE map[2379/tcp:{} 2380/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-03-27T23:40:33.775000662Z","created_by":"WORKDIR /opt/bitnami/etcd","comment":"buildkit.dockerfile.v0"},{"created":"2025-03-27T23:40:33.775000662Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-03-27T23:40:33.775000662Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/etcd/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-03-27T23:40:33.775000662Z","created_by":"CMD [\"/opt/bitnami/scripts/etcd/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])
crane flatten sha256:a4bb3886e7159e3cefb4565ac3d22e84a66f4f657c9ac03267b959f4a8681f5c