Namespace
bitnamilegacy
Image / Tag
etcd:3.3.27-debian-11-r36
Content Digest
sha256:f34b61da8da5d188e8daa5f65842ab2fb620a4615ccb3ace20991567e1414bb6
Details
Created

2022-09-11 12:34:37 UTC

Size

69.4 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    https://bitnami.com/contact
  • org.opencontainers.image.description
    Application packaged by Bitnami
  • org.opencontainers.image.ref.name
    3.3.27-debian-11-r36
  • org.opencontainers.image.source
    https://github.com/bitnami/containers/tree/main/bitnami/etcd
  • org.opencontainers.image.title
    etcd
  • org.opencontainers.image.vendor
    VMware, Inc.
  • org.opencontainers.image.version
    3.3.27

Environment
APP_VERSION

3.3.27

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:3b5e91f25ce64a67644c45c771f24a33c8e5662d758e73e6edc4236e64d3c536 - 42.39% (29.4 MB)

[#001] sha256:f348303caa205e8cc9d93019a58ecfd09ea9e2fb820ceecc573188b696cd6c62 - 57.61% (40 MB)


History
2022-07-20 00:12:01 UTC (from Bitnami with love)

2022-09-11 12:34:09 UTC

/bin/sh -c #(nop) ARG TARGETARCH

2022-09-11 12:34:09 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=https://bitnami.com/contact org.opencontainers.image.description=Application packaged by Bitnami org.opencontainers.image.ref.name=3.3.27-debian-11-r36 org.opencontainers.image.source=https://github.com/bitnami/containers/tree/main/bitnami/etcd org.opencontainers.image.title=etcd org.opencontainers.image.vendor=VMware, Inc. org.opencontainers.image.version=3.3.27

2022-09-11 12:34:09 UTC

/bin/sh -c #(nop) ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-11 OS_NAME=linux

2022-09-11 12:34:10 UTC

/bin/sh -c #(nop) COPY dir:13602c3bf17d15882cb0672cd1c86ac389ca7b44e8e883c163a9f278b6a18a1d in /

2022-09-11 12:34:10 UTC

/bin/bash -o pipefail -c #(nop) SHELL [/bin/bash -o pipefail -c]

2022-09-11 12:34:15 UTC

/bin/bash -o pipefail -c install_packages acl ca-certificates curl gzip procps tar

2022-09-11 12:34:17 UTC

/bin/bash -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && if [ ! -f yq-4.27.5-0-linux-${OS_ARCH}-debian-11.tar.gz ]; then curl -SsLf https://downloads.bitnami.com/files/stacksmith/yq-4.27.5-0-linux-${OS_ARCH}-debian-11.tar.gz -O ; curl -SsLf https://downloads.bitnami.com/files/stacksmith/yq-4.27.5-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; fi && sha256sum -c yq-4.27.5-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && tar -zxf yq-4.27.5-0-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && rm -rf yq-4.27.5-0-linux-${OS_ARCH}-debian-11.tar.gz

2022-09-11 12:34:18 UTC

/bin/bash -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && if [ ! -f gosu-1.14.0-154-linux-${OS_ARCH}-debian-11.tar.gz ]; then curl -SsLf https://downloads.bitnami.com/files/stacksmith/gosu-1.14.0-154-linux-${OS_ARCH}-debian-11.tar.gz -O ; curl -SsLf https://downloads.bitnami.com/files/stacksmith/gosu-1.14.0-154-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; fi && sha256sum -c gosu-1.14.0-154-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && tar -zxf gosu-1.14.0-154-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && rm -rf gosu-1.14.0-154-linux-${OS_ARCH}-debian-11.tar.gz

2022-09-11 12:34:20 UTC

/bin/bash -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && if [ ! -f etcd-3.3.27-154-linux-${OS_ARCH}-debian-11.tar.gz ]; then curl -SsLf https://downloads.bitnami.com/files/stacksmith/etcd-3.3.27-154-linux-${OS_ARCH}-debian-11.tar.gz -O ; curl -SsLf https://downloads.bitnami.com/files/stacksmith/etcd-3.3.27-154-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; fi && sha256sum -c etcd-3.3.27-154-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && tar -zxf etcd-3.3.27-154-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && rm -rf etcd-3.3.27-154-linux-${OS_ARCH}-debian-11.tar.gz

2022-09-11 12:34:33 UTC

/bin/bash -o pipefail -c apt-get update && apt-get upgrade -y && rm -r /var/lib/apt/lists /var/cache/apt/archives

2022-09-11 12:34:34 UTC

/bin/bash -o pipefail -c chmod g+rwX /opt/bitnami

2022-09-11 12:34:34 UTC

/bin/bash -o pipefail -c #(nop) COPY dir:fa7c42d27637020623c0ca21ed8de0aa39844bff36deda9294accecf11d8c7df in /

2022-09-11 12:34:35 UTC

/bin/bash -o pipefail -c /opt/bitnami/scripts/etcd/postunpack.sh

2022-09-11 12:34:35 UTC

/bin/bash -o pipefail -c #(nop) ENV APP_VERSION=3.3.27 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

2022-09-11 12:34:35 UTC

/bin/bash -o pipefail -c #(nop) EXPOSE 2379 2380

2022-09-11 12:34:35 UTC

/bin/bash -o pipefail -c #(nop) WORKDIR /opt/bitnami/etcd

2022-09-11 12:34:35 UTC

/bin/bash -o pipefail -c #(nop) USER 1001

2022-09-11 12:34:36 UTC

/bin/bash -o pipefail -c #(nop) ENTRYPOINT ["/opt/bitnami/scripts/etcd/entrypoint.sh"]

2022-09-11 12:34:36 UTC

/bin/bash -o pipefail -c #(nop) CMD ["/opt/bitnami/scripts/etcd/run.sh"]

2022-09-11 12:34:37 UTC (merge sha256:49789309bb8d99744fe25822a0baed50e2fdcceb2ef61f2828c1341934fd7ff7 to sha256:cd7b170ee2f0573d1881ff7bb5239449c98adc95f6069535131ab3644a1cfc4e)

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