Tag

bitnamilegacy/redis:7.2.1-debian-11-r19
Content Digest: sha256:c9fb4b3180d44ee2ef68ac512735d38e8a63f3a269f68405c1499dee0b17196d
Manifests
Details
Content Digest

sha256:8e6271c09c3f065e94ca96cb60ddb4889d1d228ac55a6284c95c1a0a0e1f5500

Created

2023-09-27 09:17:14 UTC

Size

36.3 MB


Labels
  • com.vmware.cp.artifact.flavor
    sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e
  • org.opencontainers.image.base.name
    docker.io/bitnami/minideb:bullseye
  • org.opencontainers.image.created
    2023-09-27T09:15:04Z
  • org.opencontainers.image.description
    Application packaged by VMware, Inc
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.ref.name
    7.2.1-debian-11-r19
  • org.opencontainers.image.title
    redis
  • org.opencontainers.image.vendor
    VMware, Inc.
  • org.opencontainers.image.version
    7.2.1

Environment
APP_VERSION

7.2.1

BITNAMI_APP_NAME

redis

HOME

/

OS_ARCH

amd64

OS_FLAVOUR

debian-11

OS_NAME

linux

PATH

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


Layers

[#000] sha256:a687d87a9f00e8c7676d295f58f15a9f461a262cd86b1ae7f0038830e939e66d - 100.0% (36.3 MB)


History
0001-01-01 00:00:00 UTC ([{"created":"2023-09-27T00:10:37.459927514Z","comment":"from Bitnami with love"},{"created":"2023-09-27T09:16:55.341409191Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-09-27T09:16:55.341409191Z","created_by":"LABEL com.vmware.cp.artifact.flavor=sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e org.opencontainers.image.base.name=docker.io/bitnami/minideb:bullseye org.opencontainers.image.created=2023-09-27T09:15:04Z org.opencontainers.image.description=Application packaged by VMware, Inc org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=7.2.1-debian-11-r19 org.opencontainers.image.title=redis org.opencontainers.image.vendor=VMware, Inc. org.opencontainers.image.version=7.2.1","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-09-27T09:16:55.341409191Z","created_by":"ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-11 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-09-27T09:16:55.341409191Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-09-27T09:16:55.341409191Z","created_by":"SHELL [/bin/bash -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-09-27T09:17:02.068194575Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c install_packages ca-certificates curl libgomp1 libssl1.1 procps # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-09-27T09:17:02.939029631Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ \u0026\u0026 cd /tmp/bitnami/pkg/cache/ \u0026\u0026 COMPONENTS=( \"wait-for-port-1.0.6-13-linux-${OS_ARCH}-debian-11\" \"redis-7.2.1-0-linux-${OS_ARCH}-debian-11\" ) \u0026\u0026 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 \u0026\u0026 sha256sum -c \"${COMPONENT}.tar.gz.sha256\" \u0026\u0026 tar -zxf \"${COMPONENT}.tar.gz\" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' \u0026\u0026 rm -rf \"${COMPONENT}\".tar.gz{,.sha256} ; done # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-09-27T09:17:05.426122068Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c apt-get autoremove --purge -y curl \u0026\u0026 apt-get update \u0026\u0026 apt-get upgrade -y \u0026\u0026 apt-get clean \u0026\u0026 rm -rf /var/lib/apt/lists /var/cache/apt/archives # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-09-27T09:17:13.038052588Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-09-27T09:17:13.274687639Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c ln -s /opt/bitnami/scripts/redis/entrypoint.sh /entrypoint.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-09-27T09:17:13.55105376Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c ln -s /opt/bitnami/scripts/redis/run.sh /run.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-09-27T09:17:13.779016467Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-09-27T09:17:14.07763628Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c /opt/bitnami/scripts/redis/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-09-27T09:17:14.07763628Z","created_by":"ENV APP_VERSION=7.2.1 BITNAMI_APP_NAME=redis PATH=/opt/bitnami/common/bin:/opt/bitnami/redis/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-09-27T09:17:14.07763628Z","created_by":"EXPOSE map[6379/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-09-27T09:17:14.07763628Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-09-27T09:17:14.07763628Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/redis/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-09-27T09:17:14.07763628Z","created_by":"CMD [\"/opt/bitnami/scripts/redis/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])

crane flatten sha256:53258a5e7ee8b7c8508d003cc20f980f1c1364c980513f14f21ce3e70e134708

Details
Content Digest

sha256:fb783fbfabebfae398635e645dea289d22753259390090645a058af9951120c6

Created

2023-09-27 09:19:55 UTC

Size

35 MB


Labels
  • com.vmware.cp.artifact.flavor
    sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e
  • org.opencontainers.image.base.name
    docker.io/bitnami/minideb:bullseye
  • org.opencontainers.image.created
    2023-09-27T09:15:04Z
  • org.opencontainers.image.description
    Application packaged by VMware, Inc
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.ref.name
    7.2.1-debian-11-r19
  • org.opencontainers.image.title
    redis
  • org.opencontainers.image.vendor
    VMware, Inc.
  • org.opencontainers.image.version
    7.2.1

Environment
APP_VERSION

7.2.1

BITNAMI_APP_NAME

redis

HOME

/

OS_ARCH

arm64

OS_FLAVOUR

debian-11

OS_NAME

linux

PATH

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


Layers

[#000] sha256:b1a88124d607cdf147f9689e389aeea0bee9d391bd1020ccb4d33bcc0f22a3d6 - 100.0% (35 MB)


History
0001-01-01 00:00:00 UTC ([{"created":"2023-09-15T00:10:26.139348578Z","comment":"from Bitnami with love"},{"created":"2023-09-27T09:16:55.325259635Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-09-27T09:16:55.325259635Z","created_by":"LABEL com.vmware.cp.artifact.flavor=sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e org.opencontainers.image.base.name=docker.io/bitnami/minideb:bullseye org.opencontainers.image.created=2023-09-27T09:15:04Z org.opencontainers.image.description=Application packaged by VMware, Inc org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=7.2.1-debian-11-r19 org.opencontainers.image.title=redis org.opencontainers.image.vendor=VMware, Inc. org.opencontainers.image.version=7.2.1","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-09-27T09:16:55.325259635Z","created_by":"ENV HOME=/ OS_ARCH=arm64 OS_FLAVOUR=debian-11 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-09-27T09:16:55.325259635Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-09-27T09:16:55.325259635Z","created_by":"SHELL [/bin/bash -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-09-27T09:18:03.486376003Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c install_packages ca-certificates curl libgomp1 libssl1.1 procps # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-09-27T09:18:17.532283208Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ \u0026\u0026 cd /tmp/bitnami/pkg/cache/ \u0026\u0026 COMPONENTS=( \"wait-for-port-1.0.6-13-linux-${OS_ARCH}-debian-11\" \"redis-7.2.1-0-linux-${OS_ARCH}-debian-11\" ) \u0026\u0026 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 \u0026\u0026 sha256sum -c \"${COMPONENT}.tar.gz.sha256\" \u0026\u0026 tar -zxf \"${COMPONENT}.tar.gz\" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' \u0026\u0026 rm -rf \"${COMPONENT}\".tar.gz{,.sha256} ; done # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-09-27T09:18:57.734944662Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c apt-get autoremove --purge -y curl \u0026\u0026 apt-get update \u0026\u0026 apt-get upgrade -y \u0026\u0026 apt-get clean \u0026\u0026 rm -rf /var/lib/apt/lists /var/cache/apt/archives # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-09-27T09:19:33.644547112Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-09-27T09:19:33.934233729Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c ln -s /opt/bitnami/scripts/redis/entrypoint.sh /entrypoint.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-09-27T09:19:34.247192681Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c ln -s /opt/bitnami/scripts/redis/run.sh /run.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-09-27T09:19:34.489700172Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-09-27T09:19:55.123837159Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c /opt/bitnami/scripts/redis/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-09-27T09:19:55.123837159Z","created_by":"ENV APP_VERSION=7.2.1 BITNAMI_APP_NAME=redis PATH=/opt/bitnami/common/bin:/opt/bitnami/redis/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-09-27T09:19:55.123837159Z","created_by":"EXPOSE map[6379/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-09-27T09:19:55.123837159Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-09-27T09:19:55.123837159Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/redis/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-09-27T09:19:55.123837159Z","created_by":"CMD [\"/opt/bitnami/scripts/redis/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])

crane flatten sha256:5826e8cc122baa09430709d23b4c7601b78f51bac357c7a1274075c6c7ca2348

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.