[bitnami/jmx-exporter] Release 0.17.2-debian-11-r0 (#7332)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2022-09-22 03:40:03 +02:00 committed by GitHub
parent b0b1fcd43a
commit 3a214745d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 14 deletions

View File

@ -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"

View File

@ -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"
}
}

View File

@ -1,5 +1,5 @@
rolling-tags:
- "0"
- "0-debian-11"
- "0.17.1"
- "0.17.2"
- "latest"

View File

@ -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).