diff --git a/bitnami/jmx-exporter/0/debian-11/Dockerfile b/bitnami/jmx-exporter/0/debian-11/Dockerfile index 22833deef60e..3df6038523ca 100644 --- a/bitnami/jmx-exporter/0/debian-11/Dockerfile +++ b/bitnami/jmx-exporter/0/debian-11/Dockerfile @@ -6,13 +6,13 @@ FROM docker.io/bitnami/minideb:bullseye ARG TARGETARCH LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \ - org.opencontainers.image.created="2023-06-30T04:38:40Z" \ + org.opencontainers.image.created="2023-06-30T22:54:30Z" \ org.opencontainers.image.description="Application packaged by VMware, Inc" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="0.18.0-debian-11-r35" \ + org.opencontainers.image.ref.name="0.19.0-debian-11-r0" \ org.opencontainers.image.title="jmx-exporter" \ org.opencontainers.image.vendor="VMware, Inc." \ - org.opencontainers.image.version="0.18.0" + org.opencontainers.image.version="0.19.0" ENV HOME="/" \ OS_ARCH="${TARGETARCH:-amd64}" \ @@ -26,7 +26,7 @@ RUN install_packages ca-certificates curl procps zlib1g RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ COMPONENTS=( \ "java-11.0.19-7-2-linux-${OS_ARCH}-debian-11" \ - "jmx-exporter-0.18.0-4-linux-${OS_ARCH}-debian-11" \ + "jmx-exporter-0.19.0-0-linux-${OS_ARCH}-debian-11" \ ) && \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -43,7 +43,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.18.0" \ +ENV APP_VERSION="0.19.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 a06017d391ef..192d83bf8a2f 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 @@ -9,6 +9,6 @@ "arch": "amd64", "distro": "debian-11", "type": "NAMI", - "version": "0.18.0-4" + "version": "0.19.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 cf6acc8101b0..7a5f631f3e37 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.18.0 +- 0.19.0 - latest