Namespace
bitnami
Image / Tag
redis:latest
Content Digest
sha256:341edafd5622a1e47e4b3ab379913de84ea4a50d534f40aaa903a3825e0e1cf1
Details
Created

2026-07-10 16:30:17 UTC

Size

46.8 MB

Content Digest
Labels
  • build-date
    20260610
  • 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-07-10T15:31:39Z
  • 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.8.0
  • vendor
    VMware

Environment
APP_VERSION

8.8.0

BITNAMI_APP_NAME

redis

HOME

/

IMAGE_REVISION

11

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:aef4df05991718a8b82528b4eea1017f1c88cd881b123569fb12d99eb7a7e6dc - 100.0% (46.8 MB)


History
0001-01-01 00:00:00 UTC ([{"created":"2026-06-10T23:40:39.010617546Z","created_by":"ADD photon-rootfs-5.0-db2794147.x86_64.tar.gz / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-06-10T23:40:39.010617546Z","created_by":"LABEL name=Photon OS x86_64/5.0 Base Image vendor=VMware build-date=20260610","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-06-10T23:40:39.010617546Z","created_by":"CMD [\"/bin/bash\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-07-10T16:28:42.188297003Z","created_by":"ARG DOWNLOADS_URL=https://downloads.bitnami.com/files/stacksmith","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-07-10T16:28:42.188297003Z","created_by":"ARG TARGETARCH=amd64","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-07-10T16:28:42.188297003Z","created_by":"LABEL org.opencontainers.image.base.name=docker.io/library/photon:5.0 org.opencontainers.image.created=2026-07-10T15:31:39Z 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.8.0","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-07-10T16:28:42.188297003Z","created_by":"ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=photon-5 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-07-10T16:28:42.188297003Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-07-10T16:28:42.188297003Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-07-10T16:29:24.318338561Z","created_by":"RUN |2 DOWNLOADS_URL=https://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 zlib # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-07-10T16:29:25.720035042Z","created_by":"RUN |2 DOWNLOADS_URL=https://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-19-linux-${OS_ARCH}-photon-5\" \"redis-8.8.0-6-linux-${OS_ARCH}-photon-5\" ) ; for COMPONENT in \"${COMPONENTS[@]}\"; do if [ ! -f \"${COMPONENT}.tar.gz\" ]; then curl -SsLf \"${DOWNLOADS_URL}/${COMPONENT}.tar.gz\" -O ; fi ; sha256sum -c \"/opt/bitnami/checksums/${COMPONENT}.tar.gz.sha256\" ; tar -zxf \"${COMPONENT}.tar.gz\" -C /opt/bitnami --strip-components=2 --no-same-owner ; rm -rf \"${COMPONENT}\".tar.gz ; done ; rm -rf /opt/bitnami/checksums ; # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-07-10T16:29:50.855088224Z","created_by":"RUN |2 DOWNLOADS_URL=https://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-07-10T16:29:50.977276246Z","created_by":"RUN |2 DOWNLOADS_URL=https://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-07-10T16:29:51.178942745Z","created_by":"RUN |2 DOWNLOADS_URL=https://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-07-10T16:29:51.360740138Z","created_by":"RUN |2 DOWNLOADS_URL=https://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-07-10T16:29:51.552476585Z","created_by":"RUN |2 DOWNLOADS_URL=https://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-07-10T16:30:04.376053589Z","created_by":"RUN |2 DOWNLOADS_URL=https://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-07-10T16:30:04.754444273Z","created_by":"RUN |2 DOWNLOADS_URL=https://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-07-10T16:30:04.898564018Z","created_by":"RUN |2 DOWNLOADS_URL=https://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-07-10T16:30:05.045143688Z","created_by":"RUN |2 DOWNLOADS_URL=https://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-07-10T16:30:17.673034415Z","created_by":"RUN |2 DOWNLOADS_URL=https://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-07-10T16:30:17.719715763Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-07-10T16:30:17.891631488Z","created_by":"RUN |2 DOWNLOADS_URL=https://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-07-10T16:30:17.891631488Z","created_by":"ENV APP_VERSION=8.8.0 BITNAMI_APP_NAME=redis IMAGE_REVISION=11 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-07-10T16:30:17.891631488Z","created_by":"EXPOSE map[6379/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-07-10T16:30:17.891631488Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-07-10T16:30:17.891631488Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/redis/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-07-10T16:30:17.891631488Z","created_by":"CMD [\"/opt/bitnami/scripts/redis/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])

crane flatten sha256:e85463aa7ba9c56d3268a8e8856ed95336d296d4694eb0d242b2b4ae261a2dfa

Details
Created

2026-07-10 16:33:51 UTC

Size

45.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-07-10T15:31:39Z
  • 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.8.0
  • vendor
    VMware

Environment
APP_VERSION

8.8.0

BITNAMI_APP_NAME

redis

HOME

/

IMAGE_REVISION

11

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:fb9edd27f2a5901db90285b1fce1b42060f1599c809ee72f983fc8bdd0b5cdec - 100.0% (45.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-07-10T16:28:42.176647782Z","created_by":"ARG DOWNLOADS_URL=https://downloads.bitnami.com/files/stacksmith","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-07-10T16:28:42.176647782Z","created_by":"ARG TARGETARCH=arm64","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-07-10T16:28:42.176647782Z","created_by":"LABEL org.opencontainers.image.base.name=docker.io/library/photon:5.0 org.opencontainers.image.created=2026-07-10T15:31:39Z 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.8.0","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-07-10T16:28:42.176647782Z","created_by":"ENV HOME=/ OS_ARCH=arm64 OS_FLAVOUR=photon-5 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-07-10T16:28:42.176647782Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-07-10T16:28:42.176647782Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-07-10T16:31:45.813240171Z","created_by":"RUN |2 DOWNLOADS_URL=https://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 zlib # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-07-10T16:31:49.26024623Z","created_by":"RUN |2 DOWNLOADS_URL=https://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-19-linux-${OS_ARCH}-photon-5\" \"redis-8.8.0-6-linux-${OS_ARCH}-photon-5\" ) ; for COMPONENT in \"${COMPONENTS[@]}\"; do if [ ! -f \"${COMPONENT}.tar.gz\" ]; then curl -SsLf \"${DOWNLOADS_URL}/${COMPONENT}.tar.gz\" -O ; fi ; sha256sum -c \"/opt/bitnami/checksums/${COMPONENT}.tar.gz.sha256\" ; tar -zxf \"${COMPONENT}.tar.gz\" -C /opt/bitnami --strip-components=2 --no-same-owner ; rm -rf \"${COMPONENT}\".tar.gz ; done ; rm -rf /opt/bitnami/checksums ; # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-07-10T16:32:48.799930564Z","created_by":"RUN |2 DOWNLOADS_URL=https://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-07-10T16:32:49.1652332Z","created_by":"RUN |2 DOWNLOADS_URL=https://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-07-10T16:32:50.262354095Z","created_by":"RUN |2 DOWNLOADS_URL=https://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-07-10T16:32:50.419985964Z","created_by":"RUN |2 DOWNLOADS_URL=https://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-07-10T16:32:50.635844271Z","created_by":"RUN |2 DOWNLOADS_URL=https://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-07-10T16:33:20.520478413Z","created_by":"RUN |2 DOWNLOADS_URL=https://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-07-10T16:33:21.129568439Z","created_by":"RUN |2 DOWNLOADS_URL=https://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-07-10T16:33:21.284588246Z","created_by":"RUN |2 DOWNLOADS_URL=https://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-07-10T16:33:21.440376572Z","created_by":"RUN |2 DOWNLOADS_URL=https://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-07-10T16:33:50.584894533Z","created_by":"RUN |2 DOWNLOADS_URL=https://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-07-10T16:33:50.626704599Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-07-10T16:33:51.611162106Z","created_by":"RUN |2 DOWNLOADS_URL=https://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-07-10T16:33:51.611162106Z","created_by":"ENV APP_VERSION=8.8.0 BITNAMI_APP_NAME=redis IMAGE_REVISION=11 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-07-10T16:33:51.611162106Z","created_by":"EXPOSE map[6379/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-07-10T16:33:51.611162106Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-07-10T16:33:51.611162106Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/redis/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-07-10T16:33:51.611162106Z","created_by":"CMD [\"/opt/bitnami/scripts/redis/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])

crane flatten sha256:64c77bc457578c2671cd51c937e8f6197c806fb6cc0e23da6fc83443e7aca33b

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