Namespace
bitnami
Image / Tag
blackbox-exporter:0.27.0-debian-12-r0
Content Digest
sha256:620b9f42f7f482ddc9948850b794e0ee8312904a21ab4161c582b0a0f1e5bbf0
Details
Created

2025-06-30 13:29:02 UTC

Size

50.9 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-30T13:28:26Z
  • org.opencontainers.image.description
    Application packaged by Broadcom, Inc.
  • org.opencontainers.image.documentation
    https://github.com/bitnami/containers/tree/main/bitnami/blackbox-exporter/README.md
  • org.opencontainers.image.source
    https://github.com/bitnami/containers/tree/main/bitnami/blackbox-exporter
  • org.opencontainers.image.title
    blackbox-exporter
  • org.opencontainers.image.vendor
    Broadcom, Inc.
  • org.opencontainers.image.version
    0.27.0

Environment
APP_VERSION

0.27.0

BITNAMI_APP_NAME

blackbox-exporter

HOME

/

OS_ARCH

amd64

OS_FLAVOUR

debian-12

OS_NAME

linux

PATH

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


Layers

[#000] sha256:8e6fb59a5b6fbc23c263243fb8c0dc8f2a33f3865334fb04a0f7e79dc2dced12 - 100.0% (50.9 MB)


History
0001-01-01 00:00:00 UTC ([{"created":"2025-06-27T00:07:36.604432075Z","comment":"from Bitnami with love"},{"created":"2025-06-30T13:28:53.402421584Z","created_by":"ARG DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-06-30T13:28:53.402421584Z","created_by":"ARG TARGETARCH=amd64","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-06-30T13:28:53.402421584Z","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-30T13:28:26Z org.opencontainers.image.description=Application packaged by Broadcom, Inc. org.opencontainers.image.documentation=https://github.com/bitnami/containers/tree/main/bitnami/blackbox-exporter/README.md org.opencontainers.image.source=https://github.com/bitnami/containers/tree/main/bitnami/blackbox-exporter org.opencontainers.image.title=blackbox-exporter org.opencontainers.image.vendor=Broadcom, Inc. org.opencontainers.image.version=0.27.0","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-06-30T13:28:53.402421584Z","created_by":"ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-12 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-06-30T13:28:53.402421584Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-06-30T13:28:53.402421584Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-06-30T13:28:58.002828992Z","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-06-30T13:28:58.883604719Z","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=( \"blackbox-exporter-0.27.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-30T13:29:00.767131921Z","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-06-30T13:29:01.141301414Z","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-06-30T13:29:01.599404902Z","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-06-30T13:29:02.646884562Z","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-06-30T13:29:02.646884562Z","created_by":"ENV APP_VERSION=0.27.0 BITNAMI_APP_NAME=blackbox-exporter PATH=/opt/bitnami/blackbox-exporter/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-06-30T13:29:02.646884562Z","created_by":"EXPOSE map[9115/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-06-30T13:29:02.971031487Z","created_by":"WORKDIR /opt/bitnami/blackbox-exporter","comment":"buildkit.dockerfile.v0"},{"created":"2025-06-30T13:29:02.971031487Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-06-30T13:29:02.971031487Z","created_by":"ENTRYPOINT [\"/opt/bitnami/blackbox-exporter/bin/blackbox_exporter\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])

crane flatten sha256:6d33ccf656c0e645beff85076a0d751e0c92823759e8dca582f4ad50a84ea4b1

Details
Created

2025-06-30 13:30:07 UTC

Size

50 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-30T13:28:26Z
  • org.opencontainers.image.description
    Application packaged by Broadcom, Inc.
  • org.opencontainers.image.documentation
    https://github.com/bitnami/containers/tree/main/bitnami/blackbox-exporter/README.md
  • org.opencontainers.image.source
    https://github.com/bitnami/containers/tree/main/bitnami/blackbox-exporter
  • org.opencontainers.image.title
    blackbox-exporter
  • org.opencontainers.image.vendor
    Broadcom, Inc.
  • org.opencontainers.image.version
    0.27.0

Environment
APP_VERSION

0.27.0

BITNAMI_APP_NAME

blackbox-exporter

HOME

/

OS_ARCH

arm64

OS_FLAVOUR

debian-12

OS_NAME

linux

PATH

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


Layers

[#000] sha256:3ab8d17bc336acab9dd465666a6e216c30729100060733fc4821b0dbc08b003e - 100.0% (50 MB)


History
0001-01-01 00:00:00 UTC ([{"created":"2025-06-26T00:08:07.566534186Z","comment":"from Bitnami with love"},{"created":"2025-06-30T13:28:53.684037531Z","created_by":"ARG DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-06-30T13:28:53.684037531Z","created_by":"ARG TARGETARCH=arm64","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-06-30T13:28:53.684037531Z","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-30T13:28:26Z org.opencontainers.image.description=Application packaged by Broadcom, Inc. org.opencontainers.image.documentation=https://github.com/bitnami/containers/tree/main/bitnami/blackbox-exporter/README.md org.opencontainers.image.source=https://github.com/bitnami/containers/tree/main/bitnami/blackbox-exporter org.opencontainers.image.title=blackbox-exporter org.opencontainers.image.vendor=Broadcom, Inc. org.opencontainers.image.version=0.27.0","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-06-30T13:28:53.684037531Z","created_by":"ENV HOME=/ OS_ARCH=arm64 OS_FLAVOUR=debian-12 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-06-30T13:28:53.684037531Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-06-30T13:28:53.684037531Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-06-30T13:29:46.490121982Z","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-06-30T13:29:49.015977097Z","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=( \"blackbox-exporter-0.27.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-30T13:30:03.014136563Z","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-06-30T13:30:03.442307592Z","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-06-30T13:30:04.218892354Z","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-06-30T13:30:06.8878254Z","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-06-30T13:30:06.8878254Z","created_by":"ENV APP_VERSION=0.27.0 BITNAMI_APP_NAME=blackbox-exporter PATH=/opt/bitnami/blackbox-exporter/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-06-30T13:30:06.8878254Z","created_by":"EXPOSE map[9115/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-06-30T13:30:07.219035008Z","created_by":"WORKDIR /opt/bitnami/blackbox-exporter","comment":"buildkit.dockerfile.v0"},{"created":"2025-06-30T13:30:07.219035008Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-06-30T13:30:07.219035008Z","created_by":"ENTRYPOINT [\"/opt/bitnami/blackbox-exporter/bin/blackbox_exporter\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])

crane flatten sha256:ecd9bdfee3f4fd60d88cda4469030bebf27007b3120fe74f9b74f0b3383cb4c8

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