Namespace
bitnami
Image / Tag
jmx-exporter:0.17.0-debian-11-r30
Content Digest
sha256:7b70e832e24a444600591120eb5b87c960fbed34d003cbafc246494a96771b74
Details
Created

2022-08-29 07:45:04 UTC

Size

141 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    https://bitnami.com/contact
  • org.opencontainers.image.description
    Application packaged by Bitnami
  • org.opencontainers.image.ref.name
    0.17.0-debian-11-r30
  • org.opencontainers.image.source
    https://github.com/bitnami/containers/tree/main/bitnami/jmx-exporter
  • org.opencontainers.image.title
    jmx-exporter
  • org.opencontainers.image.vendor
    VMware, Inc.
  • org.opencontainers.image.version
    0.17.0

Environment
APP_VERSION

0.17.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:3b5e91f25ce64a67644c45c771f24a33c8e5662d758e73e6edc4236e64d3c536 - 20.94% (29.4 MB)

[#001] sha256:49e9346840a9f64fdfb6c49efca6e293a38c92908f050fdb11146bca77614527 - 0.0% (862 Bytes)

[#002] sha256:eda943ae42c18193e68491c49d50b526326a0d76b61852b77cfa7915e21c9355 - 3.19% (4.48 MB)

[#003] sha256:cba093599fb961d27f281af3a8fda908e3015b62930d0703457876fd64c17dca - 72.58% (102 MB)

[#004] sha256:7db46d402f7751e54ca72eb88a59d8f39ddbee14e1a7c2818e729a06e232104b - 0.61% (877 KB)

[#005] sha256:f3385d785fc335cead2ec84eabc04be65452fe31e8bcdaa14eac194189712f2c - 2.06% (2.9 MB)

[#006] sha256:60b9620a204461bd27a52e8a25a0a103cd645c058fec1d97e601961df3a064e1 - 0.0% (120 Bytes)

[#007] sha256:a332e3a5111ea67f63a668ace2c12b6af15fe9e3085dd13f705cc92de17cf891 - 0.61% (877 KB)


History
2022-07-20 00:12:01 UTC (from Bitnami with love)

2022-08-29 07:44:41 UTC

/bin/sh -c #(nop) ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-11 OS_NAME=linux

2022-08-29 07:44:41 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=https://bitnami.com/contact org.opencontainers.image.description=Application packaged by Bitnami org.opencontainers.image.ref.name=0.17.0-debian-11-r30 org.opencontainers.image.source=https://github.com/bitnami/containers/tree/main/bitnami/jmx-exporter org.opencontainers.image.title=jmx-exporter org.opencontainers.image.vendor=VMware, Inc. org.opencontainers.image.version=0.17.0

2022-08-29 07:44:41 UTC

/bin/sh -c #(nop) COPY dir:345f30d3b55669cf9c319b07469d5d6cc27865d290895eeb10780ae4806197ae in /

2022-08-29 07:44:42 UTC

/bin/bash -o pipefail -c #(nop) SHELL [/bin/bash -o pipefail -c]

2022-08-29 07:44:47 UTC

/bin/bash -o pipefail -c install_packages ca-certificates curl gzip libc6 libgcc-s1 procps tar

2022-08-29 07:44:53 UTC

/bin/bash -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && if [ ! -f java-1.8.345-2-linux-amd64-debian-11.tar.gz ]; then curl -SsLf https://downloads.bitnami.com/files/stacksmith/java-1.8.345-2-linux-amd64-debian-11.tar.gz -O ; fi && echo "b244bc8c1f972d20fac8019cf97fb05ce6cd8be2034ca11f52243c8bd96aaa23 java-1.8.345-2-linux-amd64-debian-11.tar.gz" | sha256sum -c - && tar -zxf java-1.8.345-2-linux-amd64-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --wildcards '*/files' && rm -rf java-1.8.345-2-linux-amd64-debian-11.tar.gz

2022-08-29 07:44:54 UTC

/bin/bash -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && if [ ! -f jmx-exporter-0.17.0-153-linux-amd64-debian-11.tar.gz ]; then curl -SsLf https://downloads.bitnami.com/files/stacksmith/jmx-exporter-0.17.0-153-linux-amd64-debian-11.tar.gz -O ; fi && echo "95857474dfa55e16573c24d3b7d66a679664db888d684665a6a00afce3db820c jmx-exporter-0.17.0-153-linux-amd64-debian-11.tar.gz" | sha256sum -c - && tar -zxf jmx-exporter-0.17.0-153-linux-amd64-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --wildcards '*/files' && rm -rf jmx-exporter-0.17.0-153-linux-amd64-debian-11.tar.gz

2022-08-29 07:45:01 UTC

/bin/bash -o pipefail -c apt-get update && apt-get upgrade -y && rm -r /var/lib/apt/lists /var/cache/apt/archives

2022-08-29 07:45:02 UTC

/bin/bash -o pipefail -c chmod g+rwX /opt/bitnami

2022-08-29 07:45:03 UTC

/bin/bash -o pipefail -c chown -R 1001:1001 /opt/bitnami/jmx-exporter

2022-08-29 07:45:03 UTC

/bin/bash -o pipefail -c #(nop) ENV APP_VERSION=0.17.0 BITNAMI_APP_NAME=jmx-exporter PATH=/opt/bitnami/java/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2022-08-29 07:45:03 UTC

/bin/bash -o pipefail -c #(nop) EXPOSE 5556

2022-08-29 07:45:04 UTC

/bin/bash -o pipefail -c #(nop) WORKDIR /opt/bitnami/jmx-exporter

2022-08-29 07:45:04 UTC

/bin/bash -o pipefail -c #(nop) USER 1001

2022-08-29 07:45:04 UTC

/bin/bash -o pipefail -c #(nop) ENTRYPOINT ["java" "-jar" "jmx_prometheus_httpserver.jar"]

2022-08-29 07:45:04 UTC

/bin/bash -o pipefail -c #(nop) CMD ["5556" "example_configs/httpserver_sample_config.yml"]

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