Namespace
bitnamilegacy
Image / Tag
postgres-exporter:0.15.0-debian-11-r19
Content Digest
sha256:2aba38fe26cdf879c5a43b56f38850a890bd980923a97c2e1ac570c3bcc2677c
Details
Created

2024-02-14 09:54:32 UTC

Size

36 MB

Content Digest
Labels
  • com.vmware.cp.artifact.flavor
    sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e
  • org.opencontainers.image.base.name
    docker.io/bitnami/minideb:bullseye
  • org.opencontainers.image.created
    2024-02-14T09:33:54Z
  • org.opencontainers.image.description
    Application packaged by VMware, Inc
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.ref.name
    0.15.0-debian-11-r19
  • org.opencontainers.image.title
    postgres-exporter
  • org.opencontainers.image.vendor
    VMware, Inc.
  • org.opencontainers.image.version
    0.15.0

Environment
APP_VERSION

0.15.0

BITNAMI_APP_NAME

postgres-exporter

HOME

/

OS_ARCH

amd64

OS_FLAVOUR

debian-11

OS_NAME

linux

PATH

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


Layers

[#000] sha256:f7291d58e20124b9c00d348c9c2048eb2101a0b6defe652ad7bc7ad89f3e10a7 - 100.0% (36 MB)


History
0001-01-01 00:00:00 UTC ([{"created":"2024-02-14T00:10:36.522041044Z","comment":"from Bitnami with love"},{"created":"2024-02-14T09:54:23.449747508Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-14T09:54:23.449747508Z","created_by":"LABEL com.vmware.cp.artifact.flavor=sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e org.opencontainers.image.base.name=docker.io/bitnami/minideb:bullseye org.opencontainers.image.created=2024-02-14T09:33:54Z org.opencontainers.image.description=Application packaged by VMware, Inc org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=0.15.0-debian-11-r19 org.opencontainers.image.title=postgres-exporter org.opencontainers.image.vendor=VMware, Inc. org.opencontainers.image.version=0.15.0","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-14T09:54:23.449747508Z","created_by":"ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-11 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-14T09:54:23.449747508Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-14T09:54:23.449747508Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-14T09:54:28.936531773Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c install_packages ca-certificates curl procps # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-14T09:54:29.41231804Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; COMPONENTS=( \"postgres-exporter-0.15.0-5-linux-${OS_ARCH}-debian-11\" ) ; 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 ; sha256sum -c \"${COMPONENT}.tar.gz.sha256\" ; tar -zxf \"${COMPONENT}.tar.gz\" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' ; rm -rf \"${COMPONENT}\".tar.gz{,.sha256} ; done # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-14T09:54:31.779735153Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o errexit -o nounset -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":"2024-02-14T09:54:32.069821864Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-14T09:54:32.428432486Z","created_by":"RUN |1 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":"2024-02-14T09:54:32.428432486Z","created_by":"ENV APP_VERSION=0.15.0 BITNAMI_APP_NAME=postgres-exporter PATH=/opt/bitnami/postgres-exporter/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-14T09:54:32.428432486Z","created_by":"EXPOSE map[9187/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-14T09:54:32.690346408Z","created_by":"WORKDIR /opt/bitnami/postgres-exporter","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-14T09:54:32.690346408Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-14T09:54:32.690346408Z","created_by":"ENTRYPOINT [\"postgres_exporter\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])

crane flatten sha256:794c53e0393088f67471ad9ea5a8d81b69cf00be2fcb379ee33d583ae1f3c1f5

Details
Created

2024-02-14 09:55:41 UTC

Size

34.3 MB

Content Digest
Labels
  • com.vmware.cp.artifact.flavor
    sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e
  • org.opencontainers.image.base.name
    docker.io/bitnami/minideb:bullseye
  • org.opencontainers.image.created
    2024-02-14T09:33:54Z
  • org.opencontainers.image.description
    Application packaged by VMware, Inc
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.ref.name
    0.15.0-debian-11-r19
  • org.opencontainers.image.title
    postgres-exporter
  • org.opencontainers.image.vendor
    VMware, Inc.
  • org.opencontainers.image.version
    0.15.0

Environment
APP_VERSION

0.15.0

BITNAMI_APP_NAME

postgres-exporter

HOME

/

OS_ARCH

arm64

OS_FLAVOUR

debian-11

OS_NAME

linux

PATH

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


Layers

[#000] sha256:a3fbe649291d46d978248c23003322a520953b7e63366343ed347bffd83ba1dc - 100.0% (34.3 MB)


History
0001-01-01 00:00:00 UTC ([{"created":"2024-02-14T00:10:43.298309568Z","comment":"from Bitnami with love"},{"created":"2024-02-14T09:54:23.44350429Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-14T09:54:23.44350429Z","created_by":"LABEL com.vmware.cp.artifact.flavor=sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e org.opencontainers.image.base.name=docker.io/bitnami/minideb:bullseye org.opencontainers.image.created=2024-02-14T09:33:54Z org.opencontainers.image.description=Application packaged by VMware, Inc org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=0.15.0-debian-11-r19 org.opencontainers.image.title=postgres-exporter org.opencontainers.image.vendor=VMware, Inc. org.opencontainers.image.version=0.15.0","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-14T09:54:23.44350429Z","created_by":"ENV HOME=/ OS_ARCH=arm64 OS_FLAVOUR=debian-11 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-14T09:54:23.44350429Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-14T09:54:23.44350429Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-14T09:55:19.99208386Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c install_packages ca-certificates curl procps # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-14T09:55:22.589679141Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; COMPONENTS=( \"postgres-exporter-0.15.0-5-linux-${OS_ARCH}-debian-11\" ) ; 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 ; sha256sum -c \"${COMPONENT}.tar.gz.sha256\" ; tar -zxf \"${COMPONENT}.tar.gz\" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' ; rm -rf \"${COMPONENT}\".tar.gz{,.sha256} ; done # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-14T09:55:39.249059217Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o errexit -o nounset -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":"2024-02-14T09:55:40.306968862Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-14T09:55:41.041924772Z","created_by":"RUN |1 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":"2024-02-14T09:55:41.041924772Z","created_by":"ENV APP_VERSION=0.15.0 BITNAMI_APP_NAME=postgres-exporter PATH=/opt/bitnami/postgres-exporter/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-14T09:55:41.041924772Z","created_by":"EXPOSE map[9187/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-14T09:55:41.28496869Z","created_by":"WORKDIR /opt/bitnami/postgres-exporter","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-14T09:55:41.28496869Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-14T09:55:41.28496869Z","created_by":"ENTRYPOINT [\"postgres_exporter\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])

crane flatten sha256:f34386879aaf0e669fa374e546d80e0025fc29f4aa043646eaa6458b6a3157c7

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