From 7043d4fd700205d2c155f30a8dccecec0c606958 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 27 May 2022 12:14:35 +0000 Subject: [PATCH] 0.17.0-debian-10-r0 release --- bitnami/jmx-exporter/0/debian-10/Dockerfile | 10 +++++----- .../prebuildfs/opt/bitnami/.bitnami_components.json | 4 ++-- bitnami/jmx-exporter/README.md | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bitnami/jmx-exporter/0/debian-10/Dockerfile b/bitnami/jmx-exporter/0/debian-10/Dockerfile index dc016c459a0a..a4531105bba6 100644 --- a/bitnami/jmx-exporter/0/debian-10/Dockerfile +++ b/bitnami/jmx-exporter/0/debian-10/Dockerfile @@ -13,16 +13,16 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac echo "ea45a7908b8a86363659aa7e3953a1308af86db3ffa1656e46036c8e1f7c659a /tmp/bitnami/pkg/cache/java-1.8.332-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \ tar -zxf /tmp/bitnami/pkg/cache/java-1.8.332-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ rm -rf /tmp/bitnami/pkg/cache/java-1.8.332-0-linux-amd64-debian-10.tar.gz -RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/jmx-exporter-0.16.1-8-linux-amd64-debian-10.tar.gz && \ - echo "22365375b0cfe703dc915b947ec680b37390bebdcd627a408b16b296c16478b2 /tmp/bitnami/pkg/cache/jmx-exporter-0.16.1-8-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \ - tar -zxf /tmp/bitnami/pkg/cache/jmx-exporter-0.16.1-8-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ - rm -rf /tmp/bitnami/pkg/cache/jmx-exporter-0.16.1-8-linux-amd64-debian-10.tar.gz +RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/jmx-exporter-0.17.0-0-linux-amd64-debian-10.tar.gz && \ + echo "11194c144de7f0dd4a7b90120c28bbe2c72144b84faf5b5a2e3f8f43b819a24e /tmp/bitnami/pkg/cache/jmx-exporter-0.17.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \ + tar -zxf /tmp/bitnami/pkg/cache/jmx-exporter-0.17.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ + rm -rf /tmp/bitnami/pkg/cache/jmx-exporter-0.17.0-0-linux-amd64-debian-10.tar.gz RUN apt-get update && apt-get upgrade -y && \ rm -r /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.16.1" \ +ENV APP_VERSION="0.17.0" \ BITNAMI_APP_NAME="jmx-exporter" \ PATH="/opt/bitnami/java/bin:$PATH" diff --git a/bitnami/jmx-exporter/0/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/jmx-exporter/0/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json index 2a181ffc9b90..447ce602db31 100644 --- a/bitnami/jmx-exporter/0/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/jmx-exporter/0/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json @@ -8,9 +8,9 @@ }, "jmx-exporter": { "arch": "amd64", - "digest": "22365375b0cfe703dc915b947ec680b37390bebdcd627a408b16b296c16478b2", + "digest": "11194c144de7f0dd4a7b90120c28bbe2c72144b84faf5b5a2e3f8f43b819a24e", "distro": "debian-10", "type": "NAMI", - "version": "0.16.1-8" + "version": "0.17.0-0" } } \ No newline at end of file diff --git a/bitnami/jmx-exporter/README.md b/bitnami/jmx-exporter/README.md index 200c709d7354..d909a2d71d38 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-10`, `0.16.1`, `0.16.1-debian-10-r308`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jmx-exporter/blob/0.16.1-debian-10-r308/0/debian-10/Dockerfile) +* [`0`, `0-debian-10`, `0.17.0`, `0.17.0-debian-10-r0`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jmx-exporter/blob/0.17.0-debian-10-r0/0/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/jmx-exporter GitHub repo](https://github.com/bitnami/bitnami-docker-jmx-exporter).