Namespace
bitnamilegacy
Image / Tag
redis-exporter:1.75.0-debian-12-r2
Content Digest
sha256:99ff9a26bca4c1a1e66fdef606623791dc3b23cd8c8b4556a2e07ba871110b72
Details
Created

2025-08-19 08:09:12 UTC

Size

47.4 MB

Content Digest
Labels
  • com.vmware.cp.artifact.flavor
    sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83
  • org.opencontainers.image.base.name
    docker.io/bitnami/minideb:bookworm
  • org.opencontainers.image.created
    2025-08-19T08:08:40Z
  • org.opencontainers.image.description
    Application packaged by Broadcom, Inc.
  • org.opencontainers.image.documentation
    https://github.com/bitnami/containers/tree/main/bitnami/redis-exporter/README.md
  • org.opencontainers.image.source
    https://github.com/bitnami/containers/tree/main/bitnami/redis-exporter
  • org.opencontainers.image.title
    redis-exporter
  • org.opencontainers.image.vendor
    Broadcom, Inc.
  • org.opencontainers.image.version
    1.75.0

Environment
APP_VERSION

1.75.0

BITNAMI_APP_NAME

redis-exporter

HOME

/

IMAGE_REVISION

2

OS_ARCH

amd64

OS_FLAVOUR

debian-12

OS_NAME

linux

PATH

/opt/bitnami/redis-exporter/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:3c6308bfcaaf3b18a34b5427b7a3e85473e6e8a4cde3986f16d79dbae2f4bd33 - 100.0% (47.4 MB)


History
0001-01-01 00:00:00 UTC ([{"created":"2025-08-09T00:07:18.871906096Z","comment":"from Bitnami with love"},{"created":"2025-08-19T08:09:02.566295783Z","created_by":"ARG DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-08-19T08:09:02.566295783Z","created_by":"ARG TARGETARCH=amd64","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-08-19T08:09:02.566295783Z","created_by":"LABEL com.vmware.cp.artifact.flavor=sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83 org.opencontainers.image.base.name=docker.io/bitnami/minideb:bookworm org.opencontainers.image.created=2025-08-19T08:08:40Z org.opencontainers.image.description=Application packaged by Broadcom, Inc. org.opencontainers.image.documentation=https://github.com/bitnami/containers/tree/main/bitnami/redis-exporter/README.md org.opencontainers.image.source=https://github.com/bitnami/containers/tree/main/bitnami/redis-exporter org.opencontainers.image.title=redis-exporter org.opencontainers.image.vendor=Broadcom, Inc. org.opencontainers.image.version=1.75.0","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-08-19T08:09:02.566295783Z","created_by":"ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-12 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-08-19T08:09:02.566295783Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-08-19T08:09:02.566295783Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-08-19T08:09:07.459496701Z","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 procps # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-08-19T08:09:08.277396221Z","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=( \"redis-exporter-1.75.0-1-linux-${OS_ARCH}-debian-12\" ) ; 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":"2025-08-19T08:09:10.261148601Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c 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":"2025-08-19T08:09:10.649421182Z","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":"2025-08-19T08:09:11.105760244Z","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":"2025-08-19T08:09:12.165230677Z","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":"2025-08-19T08:09:12.165230677Z","created_by":"ENV APP_VERSION=1.75.0 BITNAMI_APP_NAME=redis-exporter IMAGE_REVISION=2 PATH=/opt/bitnami/redis-exporter/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-08-19T08:09:12.165230677Z","created_by":"EXPOSE map[9121/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-08-19T08:09:12.506965943Z","created_by":"WORKDIR /opt/bitnami/redis-exporter","comment":"buildkit.dockerfile.v0"},{"created":"2025-08-19T08:09:12.506965943Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-08-19T08:09:12.506965943Z","created_by":"ENTRYPOINT [\"redis_exporter\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])

crane flatten sha256:be3d5c6e2238df4f7ab1fecdd73bd365628d04c1d0522cf5bca1654474af20dd

Details
Created

2025-08-19 08:10:17 UTC

Size

46.7 MB

Content Digest
Labels
  • com.vmware.cp.artifact.flavor
    sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83
  • org.opencontainers.image.base.name
    docker.io/bitnami/minideb:bookworm
  • org.opencontainers.image.created
    2025-08-19T08:08:40Z
  • org.opencontainers.image.description
    Application packaged by Broadcom, Inc.
  • org.opencontainers.image.documentation
    https://github.com/bitnami/containers/tree/main/bitnami/redis-exporter/README.md
  • org.opencontainers.image.source
    https://github.com/bitnami/containers/tree/main/bitnami/redis-exporter
  • org.opencontainers.image.title
    redis-exporter
  • org.opencontainers.image.vendor
    Broadcom, Inc.
  • org.opencontainers.image.version
    1.75.0

Environment
APP_VERSION

1.75.0

BITNAMI_APP_NAME

redis-exporter

HOME

/

IMAGE_REVISION

2

OS_ARCH

arm64

OS_FLAVOUR

debian-12

OS_NAME

linux

PATH

/opt/bitnami/redis-exporter/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:fcc331a845df5c38de711c15196d2da1392e2f6167ac03880297a65280f0cd52 - 100.0% (46.7 MB)


History
0001-01-01 00:00:00 UTC ([{"created":"2025-08-10T00:08:37.660464528Z","comment":"from Bitnami with love"},{"created":"2025-08-19T08:09:03.180738122Z","created_by":"ARG DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-08-19T08:09:03.180738122Z","created_by":"ARG TARGETARCH=arm64","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-08-19T08:09:03.180738122Z","created_by":"LABEL com.vmware.cp.artifact.flavor=sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83 org.opencontainers.image.base.name=docker.io/bitnami/minideb:bookworm org.opencontainers.image.created=2025-08-19T08:08:40Z org.opencontainers.image.description=Application packaged by Broadcom, Inc. org.opencontainers.image.documentation=https://github.com/bitnami/containers/tree/main/bitnami/redis-exporter/README.md org.opencontainers.image.source=https://github.com/bitnami/containers/tree/main/bitnami/redis-exporter org.opencontainers.image.title=redis-exporter org.opencontainers.image.vendor=Broadcom, Inc. org.opencontainers.image.version=1.75.0","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-08-19T08:09:03.180738122Z","created_by":"ENV HOME=/ OS_ARCH=arm64 OS_FLAVOUR=debian-12 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-08-19T08:09:03.180738122Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-08-19T08:09:03.180738122Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-08-19T08:09:57.255768119Z","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 procps # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-08-19T08:09:59.515280866Z","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=( \"redis-exporter-1.75.0-1-linux-${OS_ARCH}-debian-12\" ) ; 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":"2025-08-19T08:10:13.466182504Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c 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":"2025-08-19T08:10:13.899077248Z","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":"2025-08-19T08:10:14.685379344Z","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":"2025-08-19T08:10:17.356035614Z","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":"2025-08-19T08:10:17.356035614Z","created_by":"ENV APP_VERSION=1.75.0 BITNAMI_APP_NAME=redis-exporter IMAGE_REVISION=2 PATH=/opt/bitnami/redis-exporter/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-08-19T08:10:17.356035614Z","created_by":"EXPOSE map[9121/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-08-19T08:10:17.690093351Z","created_by":"WORKDIR /opt/bitnami/redis-exporter","comment":"buildkit.dockerfile.v0"},{"created":"2025-08-19T08:10:17.690093351Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-08-19T08:10:17.690093351Z","created_by":"ENTRYPOINT [\"redis_exporter\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])

crane flatten sha256:a22c10fb983a29cae893687b61351cc4a4a5a95bb1a10f0bd39a1cdc1a98035e

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