Details
Created
2024-11-11 09:40:25 UTC
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-11-11T09:39:47Z
-
org.opencontainers.image.description
Application packaged by Broadcom, Inc.
-
org.opencontainers.image.documentation
https://github.com/bitnami/containers/tree/main/bitnami/postgres-exporter/README.md
-
org.opencontainers.image.licenses
Apache-2.0
-
org.opencontainers.image.ref.name
0.16.0-debian-12-r0
-
org.opencontainers.image.source
https://github.com/bitnami/containers/tree/main/bitnami/postgres-exporter
-
org.opencontainers.image.title
postgres-exporter
-
org.opencontainers.image.vendor
Broadcom, Inc.
-
org.opencontainers.image.version
0.16.0
Environment
APP_VERSION
0.16.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:3e2a7b4125cfc387bac52596b2b6c48843e84863f3e31f5edbb228a51aa0de60 - 100.0% (49.1 MB)
History
0001-01-01 00:00:00 UTC ([{"created":"2024-10-23T08:46:16.542116502Z","comment":"from Bitnami with love"},{"created":"2024-11-11T09:40:14.433735985Z","created_by":"ARG DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-11T09:40:14.433735985Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-11T09:40:14.433735985Z","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-11-11T09:39:47Z org.opencontainers.image.description=Application packaged by Broadcom, Inc. org.opencontainers.image.documentation=https://github.com/bitnami/containers/tree/main/bitnami/postgres-exporter/README.md org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=0.16.0-debian-12-r0 org.opencontainers.image.source=https://github.com/bitnami/containers/tree/main/bitnami/postgres-exporter org.opencontainers.image.title=postgres-exporter org.opencontainers.image.vendor=Broadcom, Inc. org.opencontainers.image.version=0.16.0","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-11T09:40:14.433735985Z","created_by":"ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-12 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-11T09:40:14.433735985Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-11-11T09:40:14.433735985Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-11T09:40:18.92304222Z","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":"2024-11-11T09:40:19.918141664Z","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/ ; COMPONENTS=( \"postgres-exporter-0.16.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 --wildcards '*/files' ; rm -rf \"${COMPONENT}\".tar.gz{,.sha256} ; done # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-11-11T09:40:24.485666914Z","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 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-11-11T09:40:24.850351747Z","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":"2024-11-11T09:40:25.277432455Z","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":"2024-11-11T09:40:25.277432455Z","created_by":"ENV APP_VERSION=0.16.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-11-11T09:40:25.277432455Z","created_by":"EXPOSE map[9187/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-11T09:40:25.599273861Z","created_by":"WORKDIR /opt/bitnami/postgres-exporter","comment":"buildkit.dockerfile.v0"},{"created":"2024-11-11T09:40:25.599273861Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-11T09:40:25.599273861Z","created_by":"ENTRYPOINT [\"postgres_exporter\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])
crane flatten sha256:2d17e9a889bf5020e3943184e4a080251c40c9514dfc273cf5229a14ffd1da91
Details
Created
2024-11-11 09:42:01 UTC
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-11-11T09:39:47Z
-
org.opencontainers.image.description
Application packaged by Broadcom, Inc.
-
org.opencontainers.image.documentation
https://github.com/bitnami/containers/tree/main/bitnami/postgres-exporter/README.md
-
org.opencontainers.image.licenses
Apache-2.0
-
org.opencontainers.image.ref.name
0.16.0-debian-12-r0
-
org.opencontainers.image.source
https://github.com/bitnami/containers/tree/main/bitnami/postgres-exporter
-
org.opencontainers.image.title
postgres-exporter
-
org.opencontainers.image.vendor
Broadcom, Inc.
-
org.opencontainers.image.version
0.16.0
Environment
APP_VERSION
0.16.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:c1048842d2cbff1e2354cb20d9d9902c9b242ea466c310f1e1a44114092b7d4d - 100.0% (48.5 MB)
History
0001-01-01 00:00:00 UTC ([{"created":"2024-10-23T08:46:23.209660524Z","comment":"from Bitnami with love"},{"created":"2024-11-11T09:40:15.361448152Z","created_by":"ARG DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-11T09:40:15.361448152Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-11T09:40:15.361448152Z","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-11-11T09:39:47Z org.opencontainers.image.description=Application packaged by Broadcom, Inc. org.opencontainers.image.documentation=https://github.com/bitnami/containers/tree/main/bitnami/postgres-exporter/README.md org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=0.16.0-debian-12-r0 org.opencontainers.image.source=https://github.com/bitnami/containers/tree/main/bitnami/postgres-exporter org.opencontainers.image.title=postgres-exporter org.opencontainers.image.vendor=Broadcom, Inc. org.opencontainers.image.version=0.16.0","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-11T09:40:15.361448152Z","created_by":"ENV HOME=/ OS_ARCH=arm64 OS_FLAVOUR=debian-12 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-11T09:40:15.361448152Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-11-11T09:40:15.361448152Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-11T09:41:26.206782139Z","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":"2024-11-11T09:41:28.672227466Z","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/ ; COMPONENTS=( \"postgres-exporter-0.16.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 --wildcards '*/files' ; rm -rf \"${COMPONENT}\".tar.gz{,.sha256} ; done # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-11-11T09:41:59.924887176Z","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 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-11-11T09:42:00.368627456Z","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":"2024-11-11T09:42:01.195948741Z","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":"2024-11-11T09:42:01.195948741Z","created_by":"ENV APP_VERSION=0.16.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-11-11T09:42:01.195948741Z","created_by":"EXPOSE map[9187/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-11T09:42:01.506888984Z","created_by":"WORKDIR /opt/bitnami/postgres-exporter","comment":"buildkit.dockerfile.v0"},{"created":"2024-11-11T09:42:01.506888984Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-11T09:42:01.506888984Z","created_by":"ENTRYPOINT [\"postgres_exporter\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])
crane flatten sha256:0c573fa54b4df42ef389d12317b9a9086a865d690af178c1914ba6b646ef38b2