Namespace
bitnamilegacy
Image / Tag
postgres-exporter:0.15.0-debian-12-r13
Content Digest
sha256:b45a937bceb1c6058576748a03b3c1e6f7fbfdd41b3388aed2765a460f5bf310
Details
Created

2024-02-21 13:19:14 UTC

Size

51.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
    2024-02-21T13:10:31Z
  • 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-12-r13
  • 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-12

OS_NAME

linux

PATH

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


Layers

[#000] sha256:6310ea396bb30ecf29c2f5d6d2f1b5f6a87ff1df1f8ea457072277e7366752fa - 100.0% (51.9 MB)


History
0001-01-01 00:00:00 UTC ([{"created":"2024-02-14T00:10:36.531650571Z","comment":"from Bitnami with love"},{"created":"2024-02-21T13:19:05.361612509Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-21T13:19:05.361612509Z","created_by":"LABEL com.vmware.cp.artifact.flavor=sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83 org.opencontainers.image.base.name=docker.io/bitnami/minideb:bookworm org.opencontainers.image.created=2024-02-21T13:10:31Z 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-12-r13 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-21T13:19:05.361612509Z","created_by":"ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-12 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-21T13:19:05.361612509Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-21T13:19:05.361612509Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-21T13:19:09.952448325Z","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-21T13:19:10.567343835Z","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-7-linux-${OS_ARCH}-debian-12\" ) ; 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-21T13:19:13.072573254Z","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-21T13:19:13.438578646Z","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-21T13:19:13.859691167Z","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-21T13:19:13.859691167Z","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-21T13:19:13.859691167Z","created_by":"EXPOSE map[9187/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-21T13:19:14.182416662Z","created_by":"WORKDIR /opt/bitnami/postgres-exporter","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-21T13:19:14.182416662Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-21T13:19:14.182416662Z","created_by":"ENTRYPOINT [\"postgres_exporter\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])

crane flatten sha256:1c031d3c1dc48bf2447457ee4d3a045d4db62fddc4384f98ed8e0a0174c19178

Details
Created

2024-02-21 13:20:29 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
    2024-02-21T13:10:31Z
  • 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-12-r13
  • 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-12

OS_NAME

linux

PATH

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


Layers

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


History
0001-01-01 00:00:00 UTC ([{"created":"2024-02-13T00:12:29.473591336Z","comment":"from Bitnami with love"},{"created":"2024-02-21T13:19:05.095937761Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-21T13:19:05.095937761Z","created_by":"LABEL com.vmware.cp.artifact.flavor=sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83 org.opencontainers.image.base.name=docker.io/bitnami/minideb:bookworm org.opencontainers.image.created=2024-02-21T13:10:31Z 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-12-r13 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-21T13:19:05.095937761Z","created_by":"ENV HOME=/ OS_ARCH=arm64 OS_FLAVOUR=debian-12 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-21T13:19:05.095937761Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-21T13:19:05.095937761Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-21T13:20:07.191729902Z","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-21T13:20:09.801414227Z","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-7-linux-${OS_ARCH}-debian-12\" ) ; 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-21T13:20:27.470205773Z","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-21T13:20:27.894602503Z","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-21T13:20:28.725050735Z","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-21T13:20:28.725050735Z","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-21T13:20:28.725050735Z","created_by":"EXPOSE map[9187/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-21T13:20:29.022577057Z","created_by":"WORKDIR /opt/bitnami/postgres-exporter","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-21T13:20:29.022577057Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-21T13:20:29.022577057Z","created_by":"ENTRYPOINT [\"postgres_exporter\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])

crane flatten sha256:055544f7e9ae06de7b4b01185ce95fb219cdefd0f3830e20c9115b593dabb455

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