Namespace
bitnamilegacy
Image / Tag
redis-sentinel:7.0.4-debian-11-r16
Content Digest
sha256:51e2fb889ec954b99b4bd691fe27ed59885e4c625ce8be2cbb7f075bc0824cec
Details
Created

2022-09-04 09:11:02 UTC

Size

42.1 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-r16
  • org.opencontainers.image.source
    https://github.com/bitnami/containers/tree/main/bitnami/redis-sentinel
  • org.opencontainers.image.title
    redis-sentinel
  • org.opencontainers.image.vendor
    VMware, Inc.
  • org.opencontainers.image.version
    7.0.4

Environment
APP_VERSION

7.0.4

BITNAMI_APP_NAME

redis-sentinel

HOME

/

OS_ARCH

amd64

OS_FLAVOUR

debian-11

OS_NAME

linux

PATH

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


Layers

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

[#001] sha256:1f396aa02de895b91c7e03fb72467162c076e9f6c8a44e1e00efca3e84d9afaf - 0.03% (13.8 KB)

[#002] sha256:7f8a715ec131d8287bc4f423275613c67ccf227f23e08e665d97da7e8dbca1dd - 10.83% (4.56 MB)

[#003] sha256:2f0bc177391aa98c63647408512620fac37b5ed7b34c2d8ec9ae5ceb2f14611c - 5.09% (2.14 MB)

[#004] sha256:4d86c22ad58c0fe075cfd3f1d7c195d22c1862b8383c6b0a3620796987c4115d - 2.12% (912 KB)

[#005] sha256:9da893e9871097077b2d5bb0325c3608341cfb15b09a3c3d5c2d07f6d47c8450 - 6.89% (2.9 MB)

[#006] sha256:d319153e121936822d034ffb71e24576c75119ca4e0e211682affaef59377f61 - 0.0% (120 Bytes)

[#007] sha256:aa445acbaaf4de723e976d1065aaee35e6b2cc0df2d9d176f27d8cc4018fe2c4 - 0.01% (4.65 KB)

[#008] sha256:f27fec28a426a9f486c22eaa35d3ea238760a863eca5e478beb95a0edfd5fb44 - 5.09% (2.14 MB)


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

2022-09-04 09:10:43 UTC

/bin/sh -c #(nop) ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-11 OS_NAME=linux PATH=/opt/bitnami/redis-sentinel/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2022-09-04 09:10:44 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-r16 org.opencontainers.image.source=https://github.com/bitnami/containers/tree/main/bitnami/redis-sentinel org.opencontainers.image.title=redis-sentinel org.opencontainers.image.vendor=VMware, Inc. org.opencontainers.image.version=7.0.4

2022-09-04 09:10:44 UTC

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

2022-09-04 09:10:44 UTC

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

2022-09-04 09:10:50 UTC

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

2022-09-04 09:10:51 UTC

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

2022-09-04 09:10:52 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-amd64-debian-11.tar.gz ]; then curl -SsLf https://downloads.bitnami.com/files/stacksmith/gosu-1.14.0-154-linux-amd64-debian-11.tar.gz -O ; fi && echo "e36c3d90f4fbfbe989f40947fa7c8ab817f12fcf97d3aef893c753a20ce976ab gosu-1.14.0-154-linux-amd64-debian-11.tar.gz" | sha256sum -c - && tar -zxf gosu-1.14.0-154-linux-amd64-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && rm -rf gosu-1.14.0-154-linux-amd64-debian-11.tar.gz

2022-09-04 09:10:59 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-04 09:11:00 UTC

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

2022-09-04 09:11:00 UTC

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

2022-09-04 09:11:01 UTC

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

2022-09-04 09:11:01 UTC

/bin/bash -o pipefail -c #(nop) ENV APP_VERSION=7.0.4 BITNAMI_APP_NAME=redis-sentinel

2022-09-04 09:11:02 UTC

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

2022-09-04 09:11:02 UTC

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

2022-09-04 09:11:02 UTC

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

2022-09-04 09:11:02 UTC

/bin/bash -o pipefail -c #(nop) CMD ["/opt/bitnami/scripts/redis-sentinel/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