[bitnami/jmx-exporter] Release 0.17.1-debian-11-r0 (#6176)

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-12 11:05:45 +02:00
committed by GitHub
parent 302af93b07
commit 5d2cbccdcf
4 changed files with 13 additions and 13 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.0-debian-11-r35" \
org.opencontainers.image.ref.name="0.17.1-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.0"
org.opencontainers.image.version="0.17.1"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -28,19 +28,19 @@ 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
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
if [ ! -f jmx-exporter-0.17.0-153-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/jmx-exporter-0.17.0-153-linux-${OS_ARCH}-debian-11.tar.gz -O ; \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/jmx-exporter-0.17.0-153-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \
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 ; \
fi && \
sha256sum -c jmx-exporter-0.17.0-153-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \
tar -zxf jmx-exporter-0.17.0-153-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
rm -rf jmx-exporter-0.17.0-153-linux-${OS_ARCH}-debian-11.tar.gz
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
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.17.0" \
ENV APP_VERSION="0.17.1" \
BITNAMI_APP_NAME="jmx-exporter" \
PATH="/opt/bitnami/java/bin:$PATH"

View File

@@ -8,9 +8,9 @@
},
"jmx-exporter": {
"arch": "amd64",
"digest": "95857474dfa55e16573c24d3b7d66a679664db888d684665a6a00afce3db820c",
"digest": "ae6634d6f39637fc9080fdda99d9b989692af8a7142a11f8daae006924c7bfac",
"distro": "debian-11",
"type": "NAMI",
"version": "0.17.0-153"
"version": "0.17.1-0"
}
}

View File

@@ -1,5 +1,5 @@
rolling-tags:
- "0"
- "0-debian-11"
- "0.17.0"
- "0.17.1"
- "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.0`, `0.17.0-debian-11-r35`, `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.1`, `0.17.1-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).