Details
Created
2023-06-23 06:31:55 UTC
Content Digest
Labels
-
org.opencontainers.image.base.name
docker.io/bitnami/minideb:bullseye
-
org.opencontainers.image.created
2023-06-23T06:30:57Z
-
org.opencontainers.image.description
Application packaged by VMware, Inc
-
org.opencontainers.image.licenses
Apache-2.0
-
org.opencontainers.image.ref.name
3.4.26-debian-11-r15
-
org.opencontainers.image.title
etcd
-
org.opencontainers.image.vendor
VMware, Inc.
-
org.opencontainers.image.version
3.4.26
Environment
APP_VERSION
3.4.26
BITNAMI_APP_NAME
etcd
ETCDCTL_API
3
HOME
/
OS_ARCH
amd64
OS_FLAVOUR
debian-11
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:1d5d33e7451979c975a7a0d89bd3bbeb72b2f77eb53dc6bde8c941b4968128a9 - 100.0% (49.6 MB)
History
0001-01-01 00:00:00 UTC ([{"created":"2023-06-23T00:14:15.770040478Z","comment":"from Bitnami with love"},{"created":"2023-06-23T06:31:47.472089907Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-06-23T06:31:47.472089907Z","created_by":"LABEL org.opencontainers.image.base.name=docker.io/bitnami/minideb:bullseye org.opencontainers.image.created=2023-06-23T06:30:57Z org.opencontainers.image.description=Application packaged by VMware, Inc org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=3.4.26-debian-11-r15 org.opencontainers.image.title=etcd org.opencontainers.image.vendor=VMware, Inc. org.opencontainers.image.version=3.4.26","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-06-23T06:31:47.472089907Z","created_by":"ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-11 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-06-23T06:31:47.472089907Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-06-23T06:31:47.472089907Z","created_by":"SHELL [/bin/bash -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-06-23T06:31:52.026944311Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c install_packages ca-certificates curl procps # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-06-23T06:31:52.946785651Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ \u0026\u0026 cd /tmp/bitnami/pkg/cache/ \u0026\u0026 COMPONENTS=( \"yq-4.34.1-0-linux-${OS_ARCH}-debian-11\" \"etcd-3.4.26-2-linux-${OS_ARCH}-debian-11\" ) \u0026\u0026 for COMPONENT in \"${COMPONENTS[@]}\"; do if [ ! -f \"${COMPONENT}.tar.gz\" ]; then curl -SsLf \"https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz\" -O ; curl -SsLf \"https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz.sha256\" -O ; fi \u0026\u0026 sha256sum -c \"${COMPONENT}.tar.gz.sha256\" \u0026\u0026 tar -zxf \"${COMPONENT}.tar.gz\" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' \u0026\u0026 rm -rf \"${COMPONENT}\".tar.gz{,.sha256} ; done # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-06-23T06:31:55.490528139Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -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":"2023-06-23T06:31:55.573666573Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-06-23T06:31:55.611115367Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-06-23T06:31:55.704263833Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c /opt/bitnami/scripts/etcd/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-06-23T06:31:55.704263833Z","created_by":"ENV APP_VERSION=3.4.26 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":"2023-06-23T06:31:55.704263833Z","created_by":"EXPOSE map[2379/tcp:{} 2380/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-06-23T06:31:55.741209956Z","created_by":"WORKDIR /opt/bitnami/etcd","comment":"buildkit.dockerfile.v0"},{"created":"2023-06-23T06:31:55.741209956Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-06-23T06:31:55.741209956Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/etcd/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-06-23T06:31:55.741209956Z","created_by":"CMD [\"/opt/bitnami/scripts/etcd/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])
crane flatten sha256:33bfb36f0120d91439273d8f80d6538336c25e9ede3607227d70211ca981492e
Details
Created
2023-06-23 06:33:09 UTC
Content Digest
Labels
-
org.opencontainers.image.base.name
docker.io/bitnami/minideb:bullseye
-
org.opencontainers.image.created
2023-06-23T06:30:57Z
-
org.opencontainers.image.description
Application packaged by VMware, Inc
-
org.opencontainers.image.licenses
Apache-2.0
-
org.opencontainers.image.ref.name
3.4.26-debian-11-r15
-
org.opencontainers.image.title
etcd
-
org.opencontainers.image.vendor
VMware, Inc.
-
org.opencontainers.image.version
3.4.26
Environment
APP_VERSION
3.4.26
BITNAMI_APP_NAME
etcd
ETCDCTL_API
3
HOME
/
OS_ARCH
arm64
OS_FLAVOUR
debian-11
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:b6b00b72545637677de764b6e6f2796c283b833e6bfe97d36aea675cdf81aedc - 100.0% (46.9 MB)
History
0001-01-01 00:00:00 UTC ([{"created":"2023-06-23T00:16:38.950434862Z","comment":"from Bitnami with love"},{"created":"2023-06-23T06:31:47.468024096Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-06-23T06:31:47.468024096Z","created_by":"LABEL org.opencontainers.image.base.name=docker.io/bitnami/minideb:bullseye org.opencontainers.image.created=2023-06-23T06:30:57Z org.opencontainers.image.description=Application packaged by VMware, Inc org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=3.4.26-debian-11-r15 org.opencontainers.image.title=etcd org.opencontainers.image.vendor=VMware, Inc. org.opencontainers.image.version=3.4.26","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-06-23T06:31:47.468024096Z","created_by":"ENV HOME=/ OS_ARCH=arm64 OS_FLAVOUR=debian-11 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-06-23T06:31:47.468024096Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-06-23T06:31:47.468024096Z","created_by":"SHELL [/bin/bash -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-06-23T06:32:42.064570465Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c install_packages ca-certificates curl procps # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-06-23T06:32:46.059692507Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ \u0026\u0026 cd /tmp/bitnami/pkg/cache/ \u0026\u0026 COMPONENTS=( \"yq-4.34.1-0-linux-${OS_ARCH}-debian-11\" \"etcd-3.4.26-2-linux-${OS_ARCH}-debian-11\" ) \u0026\u0026 for COMPONENT in \"${COMPONENTS[@]}\"; do if [ ! -f \"${COMPONENT}.tar.gz\" ]; then curl -SsLf \"https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz\" -O ; curl -SsLf \"https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz.sha256\" -O ; fi \u0026\u0026 sha256sum -c \"${COMPONENT}.tar.gz.sha256\" \u0026\u0026 tar -zxf \"${COMPONENT}.tar.gz\" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' \u0026\u0026 rm -rf \"${COMPONENT}\".tar.gz{,.sha256} ; done # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-06-23T06:33:08.547500233Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -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":"2023-06-23T06:33:08.705642494Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-06-23T06:33:08.746762716Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-06-23T06:33:09.056515632Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c /opt/bitnami/scripts/etcd/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-06-23T06:33:09.056515632Z","created_by":"ENV APP_VERSION=3.4.26 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":"2023-06-23T06:33:09.056515632Z","created_by":"EXPOSE map[2379/tcp:{} 2380/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-06-23T06:33:09.097564529Z","created_by":"WORKDIR /opt/bitnami/etcd","comment":"buildkit.dockerfile.v0"},{"created":"2023-06-23T06:33:09.097564529Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-06-23T06:33:09.097564529Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/etcd/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-06-23T06:33:09.097564529Z","created_by":"CMD [\"/opt/bitnami/scripts/etcd/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])
crane flatten sha256:97f42e607964a27d8cf9d2be2ae2bcaec484e6749f346a2c8857dc5ed1669956