Namespace
bitnami
Image / Tag
redis:latest
Content Digest
sha256:98cf67395e80506c7bc21b889107980365558ef30d59059ac6d76aab2678bf7e
Details
Created

2026-03-24 16:39:56 UTC

Size

44.6 MB

Content Digest
Labels
  • build-date
    20260214
  • name
    Photon OS x86_64/5.0 Base Image
  • org.opencontainers.image.base.name
    docker.io/library/photon:5.0
  • org.opencontainers.image.created
    2026-03-24T16:37:35Z
  • org.opencontainers.image.description
    Application packaged by Broadcom, Inc.
  • org.opencontainers.image.title
    redis
  • org.opencontainers.image.vendor
    Broadcom, Inc.
  • org.opencontainers.image.version
    8.6.2
  • vendor
    VMware

Environment
APP_VERSION

8.6.2

BITNAMI_APP_NAME

redis

HOME

/

IMAGE_REVISION

0

OPENSSL_FIPS

yes

OPENSSL_FIPS_PROVIDER_PATH

/etc/ssl/provider_fips.cnf

OS_ARCH

amd64

OS_FLAVOUR

photon-5

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:1807d62c49324d5c07a2c522e3125a77ec55b4f8d43c9aebe9b13ca89fe2dd59 - 100.0% (44.6 MB)


History
0001-01-01 00:00:00 UTC ([{"created":"2026-03-03T18:45:13.410719564Z","created_by":"ADD photon-rootfs-5.0-eb39da49f.x86_64.tar.gz / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-03-03T18:45:13.410719564Z","created_by":"LABEL name=Photon OS x86_64/5.0 Base Image vendor=VMware build-date=20260214","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-03-03T18:45:13.410719564Z","created_by":"CMD [\"/bin/bash\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-03-24T16:39:04.635221111Z","created_by":"ARG DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-03-24T16:39:04.635221111Z","created_by":"ARG TARGETARCH=amd64","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-03-24T16:39:04.635221111Z","created_by":"LABEL org.opencontainers.image.base.name=docker.io/library/photon:5.0 org.opencontainers.image.created=2026-03-24T16:37:35Z org.opencontainers.image.description=Application packaged by Broadcom, Inc. org.opencontainers.image.title=redis org.opencontainers.image.vendor=Broadcom, Inc. org.opencontainers.image.version=8.6.2","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-03-24T16:39:04.635221111Z","created_by":"ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=photon-5 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-03-24T16:39:04.635221111Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-03-24T16:39:04.635221111Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-03-24T16:39:36.226990826Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c install_packages ca-certificates curl findutils gawk gzip libaio-devel libgcc libgomp libstdc++ libxcrypt net-tools openssl-fips-provider openssl-libs procps-ng sed shadow tar util-linux which # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-03-24T16:39:37.040740089Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; COMPONENTS=( \"wait-for-port-1.0.10-10-linux-${OS_ARCH}-photon-5\" \"redis-8.6.2-0-linux-${OS_ARCH}-photon-5\" ) ; for COMPONENT in \"${COMPONENTS[@]}\"; do if [ ! -f \"${COMPONENT}.tar.gz\" ]; then curl -SsLf \"https://${DOWNLOADS_URL}/${COMPONENT}.tar.gz\" -O ; curl -SsLf \"https://${DOWNLOADS_URL}/${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 ; rm -rf \"${COMPONENT}\".tar.gz{,.sha256} ; done # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-03-24T16:39:44.860233Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c tdnf upgrade --exclude=filesystem -y \u0026\u0026 tdnf clean all \u0026\u0026 rm -rf /var/cache/tdnf # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-03-24T16:39:44.98487163Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c /opt/bitnami/scripts/openssl-apply-fips.sh \u0026\u0026 rm -f /opt/bitnami/scripts/openssl-apply-fips.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-03-24T16:39:45.167724843Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c /opt/bitnami/scripts/vmware-stig.sh \u0026\u0026 rm -f /opt/bitnami/scripts/vmware-stig.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-03-24T16:39:45.299061466Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-03-24T16:39:45.620073676Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c find / -perm /6000 -type f -exec chmod a-s {} \\; || true # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-03-24T16:39:45.742469995Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c sed -i 's/^PASS_MAX_DAYS.*/PASS_MAX_DAYS 99999/' /etc/login.defs \u0026\u0026 sed -i 's/^PASS_WARN_AGE.*/PASS_WARN_AGE 7/' /etc/login.defs # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-03-24T16:39:51.246057293Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c rm /etc/shadow \u0026\u0026 tdnf reinstall shadow -y \u0026\u0026 tdnf clean all # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-03-24T16:39:51.358796343Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c ln -s /opt/bitnami/scripts/redis/entrypoint.sh /entrypoint.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-03-24T16:39:51.470650204Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c ln -s /opt/bitnami/scripts/redis/run.sh /run.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-03-24T16:39:56.273094137Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c uninstall_packages curl # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-03-24T16:39:56.317430074Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-03-24T16:39:56.525062828Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c /opt/bitnami/scripts/redis/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-03-24T16:39:56.525062828Z","created_by":"ENV APP_VERSION=8.6.2 BITNAMI_APP_NAME=redis IMAGE_REVISION=0 OPENSSL_FIPS=yes OPENSSL_FIPS_PROVIDER_PATH=/etc/ssl/provider_fips.cnf 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":"2026-03-24T16:39:56.525062828Z","created_by":"EXPOSE map[6379/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-03-24T16:39:56.525062828Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-03-24T16:39:56.525062828Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/redis/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-03-24T16:39:56.525062828Z","created_by":"CMD [\"/opt/bitnami/scripts/redis/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])

crane flatten sha256:1fdf4d9d3c95cac687ab11ca774e7a60e2b92c89534158fb8fbdcee7735db58b

Details
Created

2026-03-24 16:41:27 UTC

Size

41.6 MB

Content Digest
Labels
  • build-date
    20260214
  • name
    Photon OS aarch64/5.0 Base Image
  • org.opencontainers.image.base.name
    docker.io/library/photon:5.0
  • org.opencontainers.image.created
    2026-03-24T16:37:35Z
  • org.opencontainers.image.description
    Application packaged by Broadcom, Inc.
  • org.opencontainers.image.title
    redis
  • org.opencontainers.image.vendor
    Broadcom, Inc.
  • org.opencontainers.image.version
    8.6.2
  • vendor
    VMware

Environment
APP_VERSION

8.6.2

BITNAMI_APP_NAME

redis

HOME

/

IMAGE_REVISION

0

OPENSSL_FIPS

yes

OPENSSL_FIPS_PROVIDER_PATH

/etc/ssl/provider_fips.cnf

OS_ARCH

arm64

OS_FLAVOUR

photon-5

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:9fdda70bf339042d00bcb394164ce203441884a62031dc4662d1b00902b38ff4 - 100.0% (41.6 MB)


History
0001-01-01 00:00:00 UTC ([{"created":"2026-03-03T18:51:57.502362525Z","created_by":"ADD photon-rootfs-5.0-eb39da49f.aarch64.tar.gz / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-03-03T18:51:57.502362525Z","created_by":"LABEL name=Photon OS aarch64/5.0 Base Image vendor=VMware build-date=20260214","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-03-03T18:51:57.502362525Z","created_by":"CMD [\"/bin/bash\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-03-24T16:39:04.642079355Z","created_by":"ARG DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-03-24T16:39:04.642079355Z","created_by":"ARG TARGETARCH=arm64","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-03-24T16:39:04.642079355Z","created_by":"LABEL org.opencontainers.image.base.name=docker.io/library/photon:5.0 org.opencontainers.image.created=2026-03-24T16:37:35Z org.opencontainers.image.description=Application packaged by Broadcom, Inc. org.opencontainers.image.title=redis org.opencontainers.image.vendor=Broadcom, Inc. org.opencontainers.image.version=8.6.2","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-03-24T16:39:04.642079355Z","created_by":"ENV HOME=/ OS_ARCH=arm64 OS_FLAVOUR=photon-5 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-03-24T16:39:04.642079355Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-03-24T16:39:04.642079355Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-03-24T16:40:21.211275822Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c install_packages ca-certificates curl findutils gawk gzip libaio-devel libgcc libgomp libstdc++ libxcrypt net-tools openssl-fips-provider openssl-libs procps-ng sed shadow tar util-linux which # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-03-24T16:40:27.088616265Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; COMPONENTS=( \"wait-for-port-1.0.10-10-linux-${OS_ARCH}-photon-5\" \"redis-8.6.2-0-linux-${OS_ARCH}-photon-5\" ) ; for COMPONENT in \"${COMPONENTS[@]}\"; do if [ ! -f \"${COMPONENT}.tar.gz\" ]; then curl -SsLf \"https://${DOWNLOADS_URL}/${COMPONENT}.tar.gz\" -O ; curl -SsLf \"https://${DOWNLOADS_URL}/${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 ; rm -rf \"${COMPONENT}\".tar.gz{,.sha256} ; done # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-03-24T16:40:50.513671211Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c tdnf upgrade --exclude=filesystem -y \u0026\u0026 tdnf clean all \u0026\u0026 rm -rf /var/cache/tdnf # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-03-24T16:40:50.969227868Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c /opt/bitnami/scripts/openssl-apply-fips.sh \u0026\u0026 rm -f /opt/bitnami/scripts/openssl-apply-fips.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-03-24T16:40:52.265503862Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c /opt/bitnami/scripts/vmware-stig.sh \u0026\u0026 rm -f /opt/bitnami/scripts/vmware-stig.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-03-24T16:40:52.452536869Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-03-24T16:40:53.221212116Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c find / -perm /6000 -type f -exec chmod a-s {} \\; || true # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-03-24T16:40:53.474407241Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c sed -i 's/^PASS_MAX_DAYS.*/PASS_MAX_DAYS 99999/' /etc/login.defs \u0026\u0026 sed -i 's/^PASS_WARN_AGE.*/PASS_WARN_AGE 7/' /etc/login.defs # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-03-24T16:41:11.368903906Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c rm /etc/shadow \u0026\u0026 tdnf reinstall shadow -y \u0026\u0026 tdnf clean all # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-03-24T16:41:11.554606825Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c ln -s /opt/bitnami/scripts/redis/entrypoint.sh /entrypoint.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-03-24T16:41:11.738130234Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c ln -s /opt/bitnami/scripts/redis/run.sh /run.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-03-24T16:41:26.159758043Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c uninstall_packages curl # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-03-24T16:41:26.202235646Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-03-24T16:41:27.367145498Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c /opt/bitnami/scripts/redis/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-03-24T16:41:27.367145498Z","created_by":"ENV APP_VERSION=8.6.2 BITNAMI_APP_NAME=redis IMAGE_REVISION=0 OPENSSL_FIPS=yes OPENSSL_FIPS_PROVIDER_PATH=/etc/ssl/provider_fips.cnf 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":"2026-03-24T16:41:27.367145498Z","created_by":"EXPOSE map[6379/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-03-24T16:41:27.367145498Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-03-24T16:41:27.367145498Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/redis/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-03-24T16:41:27.367145498Z","created_by":"CMD [\"/opt/bitnami/scripts/redis/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])

crane flatten sha256:bce5446dc99a785b815f8016a6206946ede2385200895ae2637389f611867899

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