From 3a214745d45f76c48b941b3749a06103a626b896 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 22 Sep 2022 03:40:03 +0200 Subject: [PATCH] [bitnami/jmx-exporter] Release 0.17.2-debian-11-r0 (#7332) Signed-off-by: Bitnami Containers Signed-off-by: Bitnami Containers --- bitnami/jmx-exporter/0/debian-11/Dockerfile | 21 ++++++++++--------- .../opt/bitnami/.bitnami_components.json | 4 ++-- .../jmx-exporter/0/debian-11/tags-info.yaml | 2 +- bitnami/jmx-exporter/README.md | 2 +- 4 files changed, 15 insertions(+), 14 deletions(-) diff --git a/bitnami/jmx-exporter/0/debian-11/Dockerfile b/bitnami/jmx-exporter/0/debian-11/Dockerfile index 5218a275eac3..750ea619c52b 100644 --- a/bitnami/jmx-exporter/0/debian-11/Dockerfile +++ b/bitnami/jmx-exporter/0/debian-11/Dockerfile @@ -4,11 +4,11 @@ ARG TARGETARCH LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \ org.opencontainers.image.description="Application packaged by Bitnami" \ - org.opencontainers.image.ref.name="0.17.1-debian-11-r3" \ + org.opencontainers.image.ref.name="0.17.2-debian-11-r0" \ 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.1" + org.opencontainers.image.version="0.17.2" ENV HOME="/" \ OS_ARCH="${TARGETARCH:-amd64}" \ @@ -28,19 +28,20 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ tar -zxf java-1.8.345-2-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \ rm -rf java-1.8.345-2-linux-${OS_ARCH}-debian-11.tar.gz java-1.8.345-2-linux-${OS_ARCH}-debian-11.tar.gz.sha256 RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ - if [ ! -f jmx-exporter-0.17.1-0-linux-${OS_ARCH}-debian-11.tar.gz ]; then \ - curl -SsLf https://downloads.bitnami.com/files/stacksmith/jmx-exporter-0.17.1-0-linux-${OS_ARCH}-debian-11.tar.gz -O ; \ - curl -SsLf https://downloads.bitnami.com/files/stacksmith/jmx-exporter-0.17.1-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \ + if [ ! -f jmx-exporter-0.17.2-0-linux-${OS_ARCH}-debian-11.tar.gz ]; then \ + curl -SsLf https://downloads.bitnami.com/files/stacksmith/jmx-exporter-0.17.2-0-linux-${OS_ARCH}-debian-11.tar.gz -O ; \ + curl -SsLf https://downloads.bitnami.com/files/stacksmith/jmx-exporter-0.17.2-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \ fi && \ - sha256sum -c jmx-exporter-0.17.1-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \ - tar -zxf jmx-exporter-0.17.1-0-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \ - rm -rf jmx-exporter-0.17.1-0-linux-${OS_ARCH}-debian-11.tar.gz jmx-exporter-0.17.1-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -RUN apt-get update && apt-get upgrade -y && \ + sha256sum -c jmx-exporter-0.17.2-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \ + tar -zxf jmx-exporter-0.17.2-0-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \ + rm -rf jmx-exporter-0.17.2-0-linux-${OS_ARCH}-debian-11.tar.gz jmx-exporter-0.17.2-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 +RUN apt-get autoremove --purge -y ca-certificates && \ + apt-get update && apt-get upgrade -y && \ apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives RUN chmod g+rwX /opt/bitnami RUN chown -R 1001:1001 /opt/bitnami/jmx-exporter -ENV APP_VERSION="0.17.1" \ +ENV APP_VERSION="0.17.2" \ BITNAMI_APP_NAME="jmx-exporter" \ PATH="/opt/bitnami/java/bin:$PATH" diff --git a/bitnami/jmx-exporter/0/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/jmx-exporter/0/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index d3847dcc7bbe..e0b8502802e4 100644 --- a/bitnami/jmx-exporter/0/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/jmx-exporter/0/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -8,9 +8,9 @@ }, "jmx-exporter": { "arch": "amd64", - "digest": "ae6634d6f39637fc9080fdda99d9b989692af8a7142a11f8daae006924c7bfac", + "digest": "eaa043a517a34afe76dfa0da53b8fab4ed0a7efcbe011bb00e275b02021e916d", "distro": "debian-11", "type": "NAMI", - "version": "0.17.1-0" + "version": "0.17.2-0" } } \ No newline at end of file diff --git a/bitnami/jmx-exporter/0/debian-11/tags-info.yaml b/bitnami/jmx-exporter/0/debian-11/tags-info.yaml index da94fa01f967..c137e4e8fb5d 100644 --- a/bitnami/jmx-exporter/0/debian-11/tags-info.yaml +++ b/bitnami/jmx-exporter/0/debian-11/tags-info.yaml @@ -1,5 +1,5 @@ rolling-tags: - "0" - "0-debian-11" - - "0.17.1" + - "0.17.2" - "latest" diff --git a/bitnami/jmx-exporter/README.md b/bitnami/jmx-exporter/README.md index 464d3a1e7f2e..79c860d14c21 100644 --- a/bitnami/jmx-exporter/README.md +++ b/bitnami/jmx-exporter/README.md @@ -32,7 +32,7 @@ Non-root container images add an extra layer of security and are generally recom Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/). -* [`0`, `0-debian-11`, `0.17.1`, `0.17.1-debian-11-r3`, `latest` (0/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/jmx-exporter/0/debian-11/Dockerfile) +* [`0`, `0-debian-11`, `0.17.2`, `0.17.2-debian-11-r0`, `latest` (0/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/jmx-exporter/0/debian-11/Dockerfile) Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).