Namespace
milvusdb
Image / Tag
etcd:3.5.5-r2
Content Digest
sha256:102aac62827b402b9f66a53fd10299c8bcf352740ece6721418f1ff230a7f225
Details
Created

2023-02-10 09:27:45 UTC

Size

60.6 MB

Content Digest
Labels
  • 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 zlliztech
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.ref.name
    3.5.5-2-r1
  • org.opencontainers.image.source
    https://github.com/milvus-io/bitnami-docker-etcd
  • org.opencontainers.image.title
    etcd
  • org.opencontainers.image.vendor
    VMware, Inc.
  • org.opencontainers.image.version
    3.5.5-2-r1

Environment
APP_VERSION

3.5.5

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:a7dc2f3a0c2784a9601b8a6ceba2cd83e84ad7ece29a8b8a50c6c5944c756226 - 48.64% (29.5 MB)

[#001] sha256:14f49f8638026e0b96e919378a13384611cab7febcd66c15a58de0b5773c42e2 - 0.02% (15.4 KB)

[#002] sha256:b24bc365f0c83246b690cb4f1894a5d37fa5154b306c8efd71f5262eb6435ba4 - 7.07% (4.29 MB)

[#003] sha256:100ba48ca99dcd4daf6b10c3e18fc6c3c48875d382f5fb515a86570835e60207 - 43.5% (26.4 MB)

[#004] sha256:d03e7d8fcede47569756322e411c86481b4b809d79464241be3958b0ae77593d - 0.76% (472 KB)

[#005] sha256:81a1d7c9abba137925d0d216ef030a8a0a7510183ac6c36b709bca2a36fe3899 - 0.0% (123 Bytes)

[#006] sha256:dec2d5986ede09ee9ad5fb96ad34947a0827a0b6b40bec9a77c93f76b019602d - 0.01% (8.31 KB)

[#007] sha256:05feb662eb7105d54964baaa8791b3ea2e849c3b7209d95d701558d07d92acb9 - 0.0% (200 Bytes)


History
2023-02-08 00:11:28 UTC (from Bitnami with love)

2023-02-10 09:27:17 UTC

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

2023-02-10 09:27:17 UTC

/bin/sh -c #(nop) 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 zlliztech org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=3.5.5-2-r1 org.opencontainers.image.source=https://github.com/milvus-io/bitnami-docker-etcd org.opencontainers.image.title=etcd org.opencontainers.image.vendor=VMware, Inc. org.opencontainers.image.version=3.5.5-2-r1

2023-02-10 09:27:18 UTC

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

2023-02-10 09:27:20 UTC

/bin/sh -c #(nop) COPY dir:729399d20eb01ca52b836f624a41962fb877014e3365466eea90c37dfc725b00 in /

2023-02-10 09:27:20 UTC

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

2023-02-10 09:27:26 UTC

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

2023-02-10 09:27:32 UTC

/bin/bash -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && COMPONENTS=( "yq-4.30.8-1-linux-${OS_ARCH}-debian-11" "gosu-1.16.0-1-linux-${OS_ARCH}-debian-11" "etcd-3.5.5-2-linux-${OS_ARCH}-debian-11" ) && 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 && sha256sum -c "${COMPONENT}.tar.gz.sha256" && tar -zxf "${COMPONENT}.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && rm -rf "${COMPONENT}".tar.gz{,.sha256} ; done

2023-02-10 09:27:36 UTC

/bin/bash -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

2023-02-10 09:27:37 UTC

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

2023-02-10 09:27:39 UTC

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

2023-02-10 09:27:39 UTC

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

2023-02-10 09:27:40 UTC

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

2023-02-10 09:27:41 UTC

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

2023-02-10 09:27:42 UTC

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

2023-02-10 09:27:43 UTC

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

2023-02-10 09:27:44 UTC

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

2023-02-10 09:27:45 UTC

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

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