Namespace
bitnamilegacy
Image / Tag
redis-cluster:7.0.4-debian-11-r15
Content Digest
sha256:180c65a62433114cacd91ed9057a01fbd960715a231e49dbf6533aaf822229f9
Details
Created

2022-09-11 13:17:53 UTC

Size

51.2 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
    7.0.4-debian-11-r15
  • org.opencontainers.image.source
    https://github.com/bitnami/containers/tree/main/bitnami/redis-cluster
  • org.opencontainers.image.title
    redis-cluster
  • org.opencontainers.image.vendor
    VMware, Inc.
  • org.opencontainers.image.version
    7.0.4

Environment
APP_VERSION

7.0.4

BITNAMI_APP_NAME

redis-cluster

HOME

/

OS_ARCH

amd64

OS_FLAVOUR

debian-11

OS_NAME

linux

PATH

/opt/bitnami/redis/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:3b5e91f25ce64a67644c45c771f24a33c8e5662d758e73e6edc4236e64d3c536 - 57.46% (29.4 MB)

[#001] sha256:2ebaef6f002243aeade27c150a5339b756c11a25e69a10a980ad516b3851a13e - 42.54% (21.8 MB)


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

2022-09-11 13:09:31 UTC

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

2022-09-11 13:17:26 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=7.0.4-debian-11-r15 org.opencontainers.image.source=https://github.com/bitnami/containers/tree/main/bitnami/redis-cluster org.opencontainers.image.title=redis-cluster org.opencontainers.image.vendor=VMware, Inc. org.opencontainers.image.version=7.0.4

2022-09-11 13:17:26 UTC

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

2022-09-11 13:17:26 UTC

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

2022-09-11 13:17:26 UTC

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

2022-09-11 13:17:35 UTC

/bin/bash -o pipefail -c install_packages acl ca-certificates curl gzip libc6 libssl1.1 procps tar

2022-09-11 13:17:37 UTC

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

2022-09-11 13:17:37 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 13:17:49 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 13:17:50 UTC

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

2022-09-11 13:17:50 UTC

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

2022-09-11 13:17:51 UTC

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

2022-09-11 13:17:51 UTC

/bin/bash -o pipefail -c #(nop) ENV APP_VERSION=7.0.4 BITNAMI_APP_NAME=redis-cluster PATH=/opt/bitnami/redis/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2022-09-11 13:17:51 UTC

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

2022-09-11 13:17:52 UTC

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

2022-09-11 13:17:52 UTC

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

2022-09-11 13:17:52 UTC

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

2022-09-11 13:17:53 UTC (merge sha256:70ca3a1bf05e790f4b3050ce5774b0f4acb0c61b32e6e550a590759e8dc7ac48 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