diff --git a/bitnami/jmx-exporter/0/debian-11/Dockerfile b/bitnami/jmx-exporter/0/debian-11/Dockerfile index 3408b273807b..6a87fccd110a 100644 --- a/bitnami/jmx-exporter/0/debian-11/Dockerfile +++ b/bitnami/jmx-exporter/0/debian-11/Dockerfile @@ -7,13 +7,13 @@ ARG TARGETARCH LABEL com.vmware.cp.artifact.flavor="sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e" \ org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \ - org.opencontainers.image.created="2023-10-10T01:24:03Z" \ + org.opencontainers.image.created="2023-10-25T12:37:30Z" \ org.opencontainers.image.description="Application packaged by VMware, Inc" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="0.19.0-debian-11-r95" \ + org.opencontainers.image.ref.name="0.20.0-debian-11-r0" \ org.opencontainers.image.title="jmx-exporter" \ org.opencontainers.image.vendor="VMware, Inc." \ - org.opencontainers.image.version="0.19.0" + org.opencontainers.image.version="0.20.0" ENV HOME="/" \ OS_ARCH="${TARGETARCH:-amd64}" \ @@ -26,8 +26,8 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] RUN install_packages ca-certificates curl procps zlib1g RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ COMPONENTS=( \ - "java-17.0.8-7-5-linux-${OS_ARCH}-debian-11" \ - "jmx-exporter-0.19.0-2-linux-${OS_ARCH}-debian-11" \ + "java-17.0.9-11-1-linux-${OS_ARCH}-debian-11" \ + "jmx-exporter-0.20.0-0-linux-${OS_ARCH}-debian-11" \ ) && \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -44,7 +44,7 @@ RUN apt-get autoremove --purge -y ca-certificates curl && \ RUN chmod g+rwX /opt/bitnami RUN chown -R 1001:1001 /opt/bitnami/jmx-exporter -ENV APP_VERSION="0.19.0" \ +ENV APP_VERSION="0.20.0" \ 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 b57b0b6ff788..c3bca96a8191 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 @@ -3,12 +3,12 @@ "arch": "amd64", "distro": "debian-11", "type": "NAMI", - "version": "17.0.8-7-5" + "version": "17.0.9-11-1" }, "jmx-exporter": { "arch": "amd64", "distro": "debian-11", "type": "NAMI", - "version": "0.19.0-2" + "version": "0.20.0-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 7a5f631f3e37..02b64ae8afbd 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.19.0 +- 0.20.0 - latest