Namespace
bitnami
Image / Tag
prometheus:2.44.0-debian-11-r0
Content Digest
sha256:7aa0c09d30580b2116093b212bae69d11c04accd27e6b004c2c837daac18f16a
Details
Created

2023-05-14 09:59:52 UTC

Size

119 MB

Content Digest
Labels
  • org.opencontainers.image.base.name
    docker.io/bitnami/minideb:bullseye
  • org.opencontainers.image.created
    2023-05-14T09:58:57Z
  • org.opencontainers.image.description
    Application packaged by VMware, Inc
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.ref.name
    2.44.0-debian-11-r0
  • org.opencontainers.image.title
    prometheus
  • org.opencontainers.image.vendor
    VMware, Inc.
  • org.opencontainers.image.version
    2.44.0

Environment
APP_VERSION

2.44.0

BITNAMI_APP_NAME

prometheus

HOME

/

OS_ARCH

amd64

OS_FLAVOUR

debian-11

OS_NAME

linux

PATH

/opt/bitnami/prometheus/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:d019a4fe9886780cdd0f4088d3d884c0a92e6600ecff1cd6ca9c296d3c217d3d - 100.0% (119 MB)


History
0001-01-01 00:00:00 UTC ([{"created":"2023-05-12T00:10:11.513452739Z","comment":"from Bitnami with love"},{"created":"2023-05-14T09:59:41.772187139Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-05-14T09:59:41.772187139Z","created_by":"LABEL org.opencontainers.image.base.name=docker.io/bitnami/minideb:bullseye org.opencontainers.image.created=2023-05-14T09:58:57Z org.opencontainers.image.description=Application packaged by VMware, Inc org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=2.44.0-debian-11-r0 org.opencontainers.image.title=prometheus org.opencontainers.image.vendor=VMware, Inc. org.opencontainers.image.version=2.44.0","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-05-14T09:59:41.772187139Z","created_by":"ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-11 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-05-14T09:59:41.772187139Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-05-14T09:59:41.772187139Z","created_by":"SHELL [/bin/bash -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-05-14T09:59:45.964241975Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c install_packages ca-certificates curl procps # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-05-14T09:59:49.52980283Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ \u0026\u0026 cd /tmp/bitnami/pkg/cache/ \u0026\u0026 COMPONENTS=( \"prometheus-2.44.0-0-linux-${OS_ARCH}-debian-11\" ) \u0026\u0026 for COMPONENT in \"${COMPONENTS[@]}\"; do if [ ! -f \"${COMPONENT}.tar.gz\" ]; then curl -SsLf \"https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz\" -O ; curl -SsLf \"https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz.sha256\" -O ; fi \u0026\u0026 sha256sum -c \"${COMPONENT}.tar.gz.sha256\" \u0026\u0026 tar -zxf \"${COMPONENT}.tar.gz\" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' \u0026\u0026 rm -rf \"${COMPONENT}\".tar.gz{,.sha256} ; done # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-05-14T09:59:51.67235056Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c apt-get autoremove --purge -y curl \u0026\u0026 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":"2023-05-14T09:59:51.767276754Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-05-14T09:59:51.85403799Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c ln -sf /opt/bitnami/prometheus/conf /etc/prometheus # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-05-14T09:59:51.916905204Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c ln -sf /opt/bitnami/prometheus/data /prometheus # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-05-14T09:59:52.857202772Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c chown -R 1001:1001 /opt/bitnami/prometheus # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-05-14T09:59:52.93903858Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c mkdir -p /opt/bitnami/prometheus/data/ \u0026\u0026 chmod g+rwX /opt/bitnami/prometheus/data/ # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-05-14T09:59:52.93903858Z","created_by":"ENV APP_VERSION=2.44.0 BITNAMI_APP_NAME=prometheus PATH=/opt/bitnami/prometheus/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-05-14T09:59:52.93903858Z","created_by":"EXPOSE map[9090/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-05-14T09:59:52.971303875Z","created_by":"WORKDIR /opt/bitnami/prometheus","comment":"buildkit.dockerfile.v0"},{"created":"2023-05-14T09:59:52.971303875Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-05-14T09:59:52.971303875Z","created_by":"ENTRYPOINT [\"/opt/bitnami/prometheus/bin/prometheus\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-05-14T09:59:52.971303875Z","created_by":"CMD [\"--config.file=/opt/bitnami/prometheus/conf/prometheus.yml\" \"--storage.tsdb.path=/opt/bitnami/prometheus/data\" \"--web.console.libraries=/opt/bitnami/prometheus/conf/console_libraries\" \"--web.console.templates=/opt/bitnami/prometheus/conf/consoles\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])

crane flatten sha256:d4fb4a53ff29a965e3f6c834353f241cd0c874774d1f795ead95e0aa6a7fc6ed

Details
Created

2023-05-14 10:01:02 UTC

Size

112 MB

Content Digest
Labels
  • org.opencontainers.image.base.name
    docker.io/bitnami/minideb:bullseye
  • org.opencontainers.image.created
    2023-05-14T09:58:57Z
  • org.opencontainers.image.description
    Application packaged by VMware, Inc
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.ref.name
    2.44.0-debian-11-r0
  • org.opencontainers.image.title
    prometheus
  • org.opencontainers.image.vendor
    VMware, Inc.
  • org.opencontainers.image.version
    2.44.0

Environment
APP_VERSION

2.44.0

BITNAMI_APP_NAME

prometheus

HOME

/

OS_ARCH

arm64

OS_FLAVOUR

debian-11

OS_NAME

linux

PATH

/opt/bitnami/prometheus/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:c5b0c42cf802f33ed4df9da33486f1724969e324aa8f2ae711ad760f48e76e72 - 100.0% (112 MB)


History
0001-01-01 00:00:00 UTC ([{"created":"2023-05-12T00:10:52.737983886Z","comment":"from Bitnami with love"},{"created":"2023-05-14T09:59:41.767233551Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-05-14T09:59:41.767233551Z","created_by":"LABEL org.opencontainers.image.base.name=docker.io/bitnami/minideb:bullseye org.opencontainers.image.created=2023-05-14T09:58:57Z org.opencontainers.image.description=Application packaged by VMware, Inc org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=2.44.0-debian-11-r0 org.opencontainers.image.title=prometheus org.opencontainers.image.vendor=VMware, Inc. org.opencontainers.image.version=2.44.0","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-05-14T09:59:41.767233551Z","created_by":"ENV HOME=/ OS_ARCH=arm64 OS_FLAVOUR=debian-11 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-05-14T09:59:41.767233551Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-05-14T09:59:41.767233551Z","created_by":"SHELL [/bin/bash -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-05-14T10:00:35.797149875Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c install_packages ca-certificates curl procps # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-05-14T10:00:45.730264146Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ \u0026\u0026 cd /tmp/bitnami/pkg/cache/ \u0026\u0026 COMPONENTS=( \"prometheus-2.44.0-0-linux-${OS_ARCH}-debian-11\" ) \u0026\u0026 for COMPONENT in \"${COMPONENTS[@]}\"; do if [ ! -f \"${COMPONENT}.tar.gz\" ]; then curl -SsLf \"https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz\" -O ; curl -SsLf \"https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz.sha256\" -O ; fi \u0026\u0026 sha256sum -c \"${COMPONENT}.tar.gz.sha256\" \u0026\u0026 tar -zxf \"${COMPONENT}.tar.gz\" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' \u0026\u0026 rm -rf \"${COMPONENT}\".tar.gz{,.sha256} ; done # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-05-14T10:01:01.136849734Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c apt-get autoremove --purge -y curl \u0026\u0026 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":"2023-05-14T10:01:01.277897506Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-05-14T10:01:01.421588596Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c ln -sf /opt/bitnami/prometheus/conf /etc/prometheus # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-05-14T10:01:01.542848686Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c ln -sf /opt/bitnami/prometheus/data /prometheus # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-05-14T10:01:02.491994496Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c chown -R 1001:1001 /opt/bitnami/prometheus # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-05-14T10:01:02.663001673Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c mkdir -p /opt/bitnami/prometheus/data/ \u0026\u0026 chmod g+rwX /opt/bitnami/prometheus/data/ # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-05-14T10:01:02.663001673Z","created_by":"ENV APP_VERSION=2.44.0 BITNAMI_APP_NAME=prometheus PATH=/opt/bitnami/prometheus/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-05-14T10:01:02.663001673Z","created_by":"EXPOSE map[9090/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-05-14T10:01:02.69899737Z","created_by":"WORKDIR /opt/bitnami/prometheus","comment":"buildkit.dockerfile.v0"},{"created":"2023-05-14T10:01:02.69899737Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-05-14T10:01:02.69899737Z","created_by":"ENTRYPOINT [\"/opt/bitnami/prometheus/bin/prometheus\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-05-14T10:01:02.69899737Z","created_by":"CMD [\"--config.file=/opt/bitnami/prometheus/conf/prometheus.yml\" \"--storage.tsdb.path=/opt/bitnami/prometheus/data\" \"--web.console.libraries=/opt/bitnami/prometheus/conf/console_libraries\" \"--web.console.templates=/opt/bitnami/prometheus/conf/consoles\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])

crane flatten sha256:8f21931f42ff4a265adc48fb757786fd3a69c12f9d34f253005da155b0d6e869

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