Namespace
bitnamilegacy
Image / Tag
redis-exporter:1-debian-12
Content Digest
sha256:2a2f762b4cbe400965548bdf6459f8f76c756a2d56d55240c86ec13800bc1e64
Details
Created

2025-06-08 03:35:36 UTC

Size

47.3 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-06-08T03:33:59Z
  • 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.ref.name
    1.74.0-debian-12-r0
  • 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.74.0

Environment
APP_VERSION

1.74.0

BITNAMI_APP_NAME

redis-exporter

HOME

/

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:bf94314061f88b083ce062a2e4dc4a40b54e5320843cc738b5482469bd352995 - 100.0% (47.3 MB)


History
0001-01-01 00:00:00 UTC ([{"created":"2025-06-06T00:07:14.744018378Z","comment":"from Bitnami with love"},{"created":"2025-06-08T03:35:26.75438645Z","created_by":"ARG DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-06-08T03:35:26.75438645Z","created_by":"ARG TARGETARCH=amd64","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-06-08T03:35:26.75438645Z","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-06-08T03:33:59Z 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.ref.name=1.74.0-debian-12-r0 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.74.0","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-06-08T03:35:26.75438645Z","created_by":"ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-12 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-06-08T03:35:26.75438645Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-06-08T03:35:26.75438645Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-06-08T03:35:31.421310855Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c install_packages ca-certificates curl procps # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-06-08T03:35:32.126009921Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; COMPONENTS=( \"redis-exporter-1.74.0-0-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-06-08T03:35:33.987249025Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components 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-06-08T03:35:34.3724933Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-06-08T03:35:34.837191161Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components 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-06-08T03:35:35.918276031Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c uninstall_packages curl # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-06-08T03:35:35.918276031Z","created_by":"ENV APP_VERSION=1.74.0 BITNAMI_APP_NAME=redis-exporter 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-06-08T03:35:35.918276031Z","created_by":"EXPOSE map[9121/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-06-08T03:35:36.264192225Z","created_by":"WORKDIR /opt/bitnami/redis-exporter","comment":"buildkit.dockerfile.v0"},{"created":"2025-06-08T03:35:36.264192225Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-06-08T03:35:36.264192225Z","created_by":"ENTRYPOINT [\"redis_exporter\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])

crane flatten sha256:de6f989e4ef592b09832fe16ac63ac36ebb2836b9277d78f159364ab24052bfb

Details
Created

2025-06-08 03:36:40 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-06-08T03:33:59Z
  • 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.ref.name
    1.74.0-debian-12-r0
  • 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.74.0

Environment
APP_VERSION

1.74.0

BITNAMI_APP_NAME

redis-exporter

HOME

/

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:3426d507e9b332e23967889e65772756358528958c635dd20da8b9f255c4a4f1 - 100.0% (46.7 MB)


History
0001-01-01 00:00:00 UTC ([{"created":"2025-06-06T00:07:36.334689386Z","comment":"from Bitnami with love"},{"created":"2025-06-08T03:35:27.056539384Z","created_by":"ARG DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-06-08T03:35:27.056539384Z","created_by":"ARG TARGETARCH=arm64","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-06-08T03:35:27.056539384Z","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-06-08T03:33:59Z 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.ref.name=1.74.0-debian-12-r0 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.74.0","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-06-08T03:35:27.056539384Z","created_by":"ENV HOME=/ OS_ARCH=arm64 OS_FLAVOUR=debian-12 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-06-08T03:35:27.056539384Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-06-08T03:35:27.056539384Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-06-08T03:36:19.627864918Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c install_packages ca-certificates curl procps # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-06-08T03:36:21.793741005Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; COMPONENTS=( \"redis-exporter-1.74.0-0-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-06-08T03:36:35.987265351Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components 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-06-08T03:36:36.433356818Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-06-08T03:36:37.313758798Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components 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-06-08T03:36:39.982189811Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c uninstall_packages curl # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-06-08T03:36:39.982189811Z","created_by":"ENV APP_VERSION=1.74.0 BITNAMI_APP_NAME=redis-exporter 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-06-08T03:36:39.982189811Z","created_by":"EXPOSE map[9121/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-06-08T03:36:40.318100586Z","created_by":"WORKDIR /opt/bitnami/redis-exporter","comment":"buildkit.dockerfile.v0"},{"created":"2025-06-08T03:36:40.318100586Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-06-08T03:36:40.318100586Z","created_by":"ENTRYPOINT [\"redis_exporter\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])

crane flatten sha256:25cc28efb1cfb4d5274f916d2dc67aa775e71da8e21d6ad2bfe5c858f5bdf899

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