Details
Created
2024-11-23 15:55:16 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-23T15:54:19Z
-
org.opencontainers.image.description
Application packaged by Broadcom, Inc.
-
org.opencontainers.image.documentation
https://github.com/bitnami/containers/tree/main/bitnami/jmx-exporter/README.md
-
org.opencontainers.image.licenses
Apache-2.0
-
org.opencontainers.image.ref.name
1.0.1-debian-12-r10
-
org.opencontainers.image.source
https://github.com/bitnami/containers/tree/main/bitnami/jmx-exporter
-
org.opencontainers.image.title
jmx-exporter
-
org.opencontainers.image.vendor
Broadcom, Inc.
-
org.opencontainers.image.version
1.0.1
Environment
APP_VERSION
1.0.1
BITNAMI_APP_NAME
jmx-exporter
HOME
/
OS_ARCH
amd64
OS_FLAVOUR
debian-12
OS_NAME
linux
PATH
/opt/bitnami/java/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Layers
[#000] sha256:fd9f6df59f47e5b6c5485078c56991b96f15ee6ddb4a6abb9f6d229537dc8555 - 100.0% (249 MB)
History
0001-01-01 00:00:00 UTC ([{"created":"2024-11-20T12:02:28.129269574Z","comment":"from Bitnami with love"},{"created":"2024-11-23T15:54:56.697955184Z","created_by":"ARG DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-23T15:54:56.697955184Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-23T15:54:56.697955184Z","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-23T15:54:19Z org.opencontainers.image.description=Application packaged by Broadcom, Inc. org.opencontainers.image.documentation=https://github.com/bitnami/containers/tree/main/bitnami/jmx-exporter/README.md org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=1.0.1-debian-12-r10 org.opencontainers.image.source=https://github.com/bitnami/containers/tree/main/bitnami/jmx-exporter org.opencontainers.image.title=jmx-exporter org.opencontainers.image.vendor=Broadcom, Inc. org.opencontainers.image.version=1.0.1","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-23T15:54:56.697955184Z","created_by":"ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-12 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-23T15:54:56.697955184Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-11-23T15:54:56.697955184Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-23T15:55:01.519955789Z","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 zlib1g # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-11-23T15:55:06.184854506Z","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=( \"java-17.0.13-12-1-linux-${OS_ARCH}-debian-12\" \"jmx-exporter-1.0.1-2-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-23T15:55:12.832307742Z","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 ca-certificates 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-23T15:55:13.71785975Z","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-23T15:55:14.73219098Z","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-23T15:55:15.695432348Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c chown -R 1001:1001 /opt/bitnami/jmx-exporter # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-11-23T15:55:15.695432348Z","created_by":"ENV APP_VERSION=1.0.1 BITNAMI_APP_NAME=jmx-exporter PATH=/opt/bitnami/java/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-23T15:55:15.695432348Z","created_by":"EXPOSE map[5556/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-23T15:55:16.218893673Z","created_by":"WORKDIR /opt/bitnami/jmx-exporter","comment":"buildkit.dockerfile.v0"},{"created":"2024-11-23T15:55:16.218893673Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-23T15:55:16.218893673Z","created_by":"ENTRYPOINT [\"java\" \"-jar\" \"jmx_prometheus_httpserver.jar\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-23T15:55:16.218893673Z","created_by":"CMD [\"5556\" \"example_configs/httpserver_sample_config.yml\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])
crane flatten sha256:3843980a19d4e9c0fe720a66c6bdf544ed0079bff9c023739999cc3f9a580908
Details
Created
2024-11-23 15:57:02 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-23T15:54:19Z
-
org.opencontainers.image.description
Application packaged by Broadcom, Inc.
-
org.opencontainers.image.documentation
https://github.com/bitnami/containers/tree/main/bitnami/jmx-exporter/README.md
-
org.opencontainers.image.licenses
Apache-2.0
-
org.opencontainers.image.ref.name
1.0.1-debian-12-r10
-
org.opencontainers.image.source
https://github.com/bitnami/containers/tree/main/bitnami/jmx-exporter
-
org.opencontainers.image.title
jmx-exporter
-
org.opencontainers.image.vendor
Broadcom, Inc.
-
org.opencontainers.image.version
1.0.1
Environment
APP_VERSION
1.0.1
BITNAMI_APP_NAME
jmx-exporter
HOME
/
OS_ARCH
arm64
OS_FLAVOUR
debian-12
OS_NAME
linux
PATH
/opt/bitnami/java/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Layers
[#000] sha256:2c64d6a1f431acdc1478d5efcb7de5ab69ee22c35c9eaa4ba8573adbecf5415f - 100.0% (244 MB)
History
0001-01-01 00:00:00 UTC ([{"created":"2024-11-20T12:03:05.015317652Z","comment":"from Bitnami with love"},{"created":"2024-11-23T15:54:56.974010235Z","created_by":"ARG DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-23T15:54:56.974010235Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-23T15:54:56.974010235Z","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-23T15:54:19Z org.opencontainers.image.description=Application packaged by Broadcom, Inc. org.opencontainers.image.documentation=https://github.com/bitnami/containers/tree/main/bitnami/jmx-exporter/README.md org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=1.0.1-debian-12-r10 org.opencontainers.image.source=https://github.com/bitnami/containers/tree/main/bitnami/jmx-exporter org.opencontainers.image.title=jmx-exporter org.opencontainers.image.vendor=Broadcom, Inc. org.opencontainers.image.version=1.0.1","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-23T15:54:56.974010235Z","created_by":"ENV HOME=/ OS_ARCH=arm64 OS_FLAVOUR=debian-12 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-23T15:54:56.974010235Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-11-23T15:54:56.974010235Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-23T15:56:07.724995055Z","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 zlib1g # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-11-23T15:56:32.30797436Z","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=( \"java-17.0.13-12-1-linux-${OS_ARCH}-debian-12\" \"jmx-exporter-1.0.1-2-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-23T15:56:59.602853058Z","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 ca-certificates 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-23T15:57:00.168556449Z","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-23T15:57:01.136694448Z","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-23T15:57:01.677488818Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c chown -R 1001:1001 /opt/bitnami/jmx-exporter # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-11-23T15:57:01.677488818Z","created_by":"ENV APP_VERSION=1.0.1 BITNAMI_APP_NAME=jmx-exporter PATH=/opt/bitnami/java/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-23T15:57:01.677488818Z","created_by":"EXPOSE map[5556/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-23T15:57:02.217224279Z","created_by":"WORKDIR /opt/bitnami/jmx-exporter","comment":"buildkit.dockerfile.v0"},{"created":"2024-11-23T15:57:02.217224279Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-23T15:57:02.217224279Z","created_by":"ENTRYPOINT [\"java\" \"-jar\" \"jmx_prometheus_httpserver.jar\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-23T15:57:02.217224279Z","created_by":"CMD [\"5556\" \"example_configs/httpserver_sample_config.yml\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])
crane flatten sha256:30831cd11d93bf1bce6ae1f20236f315b8546dfd8a8af8ac507e1d6ce140f7f0