2022-09-04 09:47:50 UTC
41.5 MB
6.2.7
BITNAMI_APP_NAMEredis-sentinel
HOME/
OS_ARCHamd64
OS_FLAVOURdebian-11
OS_NAMElinux
PATH/opt/bitnami/redis-sentinel/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:3b5e91f25ce64a67644c45c771f24a33c8e5662d758e73e6edc4236e64d3c536 - 70.88% (29.4 MB)
[#001] sha256:a9c19f2528ebbe8c15bbb751a86a402314f64af2f1a7f23384f5fd6b0e80f1fe - 0.03% (13.8 KB)
[#002] sha256:d655b904d3d215a5542b7c71770d8d22ebe76923e2cb59e0b991c61ecf2dbcb2 - 10.97% (4.56 MB)
[#003] sha256:f11d912c3a29487e8774bf2722d3ab9519e80113df3062cdf4d77a1924567a17 - 4.49% (1.86 MB)
[#004] sha256:7b482f53c5a9b5b5511e9f83a0d0b54c6206d2e102185763dfc5cd3ae730b6e4 - 2.14% (912 KB)
[#005] sha256:b17a6d4026e13ed76f7a9ba110b85e4bbb2981171df12cf37b37a1446c2a98b8 - 6.98% (2.9 MB)
[#006] sha256:23ca22f89c93870d9014c6721d826bf422b3634aaf5ee8501b105e226329d6a9 - 0.0% (119 Bytes)
[#007] sha256:d870aadeb94dcab8c822435aca3849025b7a65fa9a0be9a5f41959cd6376ec65 - 0.01% (4.65 KB)
[#008] sha256:1e44e39708f0bac962c5c601be2e623468a15cd5c402aa07a32ba6eefd0f7b39 - 4.49% (1.86 MB)
/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:47:31 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=6.2.7-debian-11-r34 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=6.2.7
2022-09-04 09:47:31 UTC/bin/sh -c #(nop) COPY dir:f7aad21dca8505a7b7dc55997059f78648b70958cacb4d44bfca6f4ac94c01ed in /
2022-09-04 09:47:31 UTC/bin/bash -o pipefail -c #(nop) SHELL [/bin/bash -o pipefail -c]
2022-09-04 09:47:37 UTC/bin/bash -o pipefail -c install_packages acl ca-certificates curl gzip libc6 libssl1.1 procps tar
2022-09-04 09:47:39 UTC/bin/bash -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && if [ ! -f redis-sentinel-6.2.7-153-linux-amd64-debian-11.tar.gz ]; then curl -SsLf https://downloads.bitnami.com/files/stacksmith/redis-sentinel-6.2.7-153-linux-amd64-debian-11.tar.gz -O ; fi && echo "fbaf525ae91f975cbad916daa68233f3851c05f919f747d6657216b9ae1c8d58 redis-sentinel-6.2.7-153-linux-amd64-debian-11.tar.gz" | sha256sum -c - && tar -zxf redis-sentinel-6.2.7-153-linux-amd64-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && rm -rf redis-sentinel-6.2.7-153-linux-amd64-debian-11.tar.gz
2022-09-04 09:47:39 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:47:47 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:47:48 UTC/bin/bash -o pipefail -c chmod g+rwX /opt/bitnami
2022-09-04 09:47:48 UTC/bin/bash -o pipefail -c #(nop) COPY dir:507d315d5cc20813748251fc0340ab40ec769df6261082462ed7acd797944476 in /
2022-09-04 09:47:49 UTC/bin/bash -o pipefail -c /opt/bitnami/scripts/redis-sentinel/postunpack.sh
2022-09-04 09:47:49 UTC/bin/bash -o pipefail -c #(nop) ENV APP_VERSION=6.2.7 BITNAMI_APP_NAME=redis-sentinel
2022-09-04 09:47:49 UTC/bin/bash -o pipefail -c #(nop) EXPOSE 26379
2022-09-04 09:47:49 UTC/bin/bash -o pipefail -c #(nop) USER 1001
2022-09-04 09:47:50 UTC/bin/bash -o pipefail -c #(nop) ENTRYPOINT ["/opt/bitnami/scripts/redis-sentinel/entrypoint.sh"]
2022-09-04 09:47:50 UTC/bin/bash -o pipefail -c #(nop) CMD ["/opt/bitnami/scripts/redis-sentinel/run.sh"]
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.