Namespace
bitnami
Image / Tag
jmx-exporter:0.20.0-debian-11-r2
Content Digest
sha256:4f2cad8bb8b319c88032b1bfbb99c4c72b319039ef0b02348d98f93b1d95a089
Details
Created

2023-12-10 18:31:57 UTC

Size

229 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
    2023-12-10T18:30:33Z
  • org.opencontainers.image.description
    Application packaged by VMware, Inc
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.ref.name
    0.20.0-debian-11-r2
  • org.opencontainers.image.title
    jmx-exporter
  • org.opencontainers.image.vendor
    VMware, Inc.
  • org.opencontainers.image.version
    0.20.0

Environment
APP_VERSION

0.20.0

BITNAMI_APP_NAME

jmx-exporter

HOME

/

OS_ARCH

amd64

OS_FLAVOUR

debian-11

OS_NAME

linux

PATH

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


Layers

[#000] sha256:9e5b026b2d498dea8b78e983cc9f2e6d59b01c16ab8052214eb818923446f8e8 - 100.0% (229 MB)


History
0001-01-01 00:00:00 UTC ([{"created":"2023-12-09T00:11:28.400737853Z","comment":"from Bitnami with love"},{"created":"2023-12-10T18:31:46.171505307Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-12-10T18:31:46.171505307Z","created_by":"LABEL com.vmware.cp.artifact.flavor=sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e org.opencontainers.image.base.name=docker.io/bitnami/minideb:bullseye org.opencontainers.image.created=2023-12-10T18:30:33Z org.opencontainers.image.description=Application packaged by VMware, Inc org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=0.20.0-debian-11-r2 org.opencontainers.image.title=jmx-exporter org.opencontainers.image.vendor=VMware, Inc. org.opencontainers.image.version=0.20.0","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-12-10T18:31:46.171505307Z","created_by":"ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-11 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-12-10T18:31:46.171505307Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-12-10T18:31:46.171505307Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-12-10T18:31:49.897638681Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c install_packages ca-certificates curl procps zlib1g # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-12-10T18:31:54.000009754Z","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=( \"java-17.0.9-11-6-linux-${OS_ARCH}-debian-11\" \"jmx-exporter-0.20.0-1-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":"2023-12-10T18:31:56.503346216Z","created_by":"RUN |1 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":"2023-12-10T18:31:56.86245299Z","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":"2023-12-10T18:31:57.192149071Z","created_by":"RUN |1 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":"2023-12-10T18:31:57.192149071Z","created_by":"ENV APP_VERSION=0.20.0 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":"2023-12-10T18:31:57.192149071Z","created_by":"EXPOSE map[5556/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-12-10T18:31:57.494713603Z","created_by":"WORKDIR /opt/bitnami/jmx-exporter","comment":"buildkit.dockerfile.v0"},{"created":"2023-12-10T18:31:57.494713603Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-12-10T18:31:57.494713603Z","created_by":"ENTRYPOINT [\"java\" \"-jar\" \"jmx_prometheus_httpserver.jar\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-12-10T18:31:57.494713603Z","created_by":"CMD [\"5556\" \"example_configs/httpserver_sample_config.yml\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])

crane flatten sha256:8948939d7d98a59c61a5cd566bf962293be5b0a5acd10178c9337104db6c8b91

Details
Created

2023-12-10 18:33:21 UTC

Size

216 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
    2023-12-10T18:30:33Z
  • org.opencontainers.image.description
    Application packaged by VMware, Inc
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.ref.name
    0.20.0-debian-11-r2
  • org.opencontainers.image.title
    jmx-exporter
  • org.opencontainers.image.vendor
    VMware, Inc.
  • org.opencontainers.image.version
    0.20.0

Environment
APP_VERSION

0.20.0

BITNAMI_APP_NAME

jmx-exporter

HOME

/

OS_ARCH

arm64

OS_FLAVOUR

debian-11

OS_NAME

linux

PATH

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


Layers

[#000] sha256:6d0077d76cc7c9a49ec5f5d9af02c3093045eeb9dbd5acaeb6d649a630bb2c3e - 100.0% (216 MB)


History
0001-01-01 00:00:00 UTC ([{"created":"2023-12-09T00:11:11.314530458Z","comment":"from Bitnami with love"},{"created":"2023-12-10T18:31:46.600816412Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-12-10T18:31:46.600816412Z","created_by":"LABEL com.vmware.cp.artifact.flavor=sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e org.opencontainers.image.base.name=docker.io/bitnami/minideb:bullseye org.opencontainers.image.created=2023-12-10T18:30:33Z org.opencontainers.image.description=Application packaged by VMware, Inc org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=0.20.0-debian-11-r2 org.opencontainers.image.title=jmx-exporter org.opencontainers.image.vendor=VMware, Inc. org.opencontainers.image.version=0.20.0","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-12-10T18:31:46.600816412Z","created_by":"ENV HOME=/ OS_ARCH=arm64 OS_FLAVOUR=debian-11 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-12-10T18:31:46.600816412Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-12-10T18:31:46.600816412Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-12-10T18:32:39.868331303Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c install_packages ca-certificates curl procps zlib1g # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-12-10T18:32:58.684995929Z","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=( \"java-17.0.9-11-6-linux-${OS_ARCH}-debian-11\" \"jmx-exporter-0.20.0-1-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":"2023-12-10T18:33:20.649489934Z","created_by":"RUN |1 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":"2023-12-10T18:33:21.041786954Z","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":"2023-12-10T18:33:21.426841414Z","created_by":"RUN |1 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":"2023-12-10T18:33:21.426841414Z","created_by":"ENV APP_VERSION=0.20.0 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":"2023-12-10T18:33:21.426841414Z","created_by":"EXPOSE map[5556/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-12-10T18:33:21.812875322Z","created_by":"WORKDIR /opt/bitnami/jmx-exporter","comment":"buildkit.dockerfile.v0"},{"created":"2023-12-10T18:33:21.812875322Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-12-10T18:33:21.812875322Z","created_by":"ENTRYPOINT [\"java\" \"-jar\" \"jmx_prometheus_httpserver.jar\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-12-10T18:33:21.812875322Z","created_by":"CMD [\"5556\" \"example_configs/httpserver_sample_config.yml\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])

crane flatten sha256:389eae6f69f93ceca46a5f3d7a310bfd3f7397d292550564ddbafad15ea517a2

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