[bitnami/jmx-exporter] Release 0.18.0-debian-11-r0 (#26591)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
a512a2277c
commit
5e2b7c9975
|
|
@ -3,13 +3,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-03-04T23:18:36Z" \
|
||||
org.opencontainers.image.created="2023-03-07T22:09:06Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="0.17.2-debian-11-r55" \
|
||||
org.opencontainers.image.ref.name="0.18.0-debian-11-r0" \
|
||||
org.opencontainers.image.title="jmx-exporter" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="0.17.2"
|
||||
org.opencontainers.image.version="0.18.0"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -23,7 +23,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.18-10-2-linux-${OS_ARCH}-debian-11" \
|
||||
"jmx-exporter-0.17.2-3-linux-${OS_ARCH}-debian-11" \
|
||||
"jmx-exporter-0.18.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -40,7 +40,7 @@ RUN apt-get autoremove --purge -y curl ca-certificates && \
|
|||
RUN chmod g+rwX /opt/bitnami
|
||||
RUN chown -R 1001:1001 /opt/bitnami/jmx-exporter
|
||||
|
||||
ENV APP_VERSION="0.17.2" \
|
||||
ENV APP_VERSION="0.18.0" \
|
||||
BITNAMI_APP_NAME="jmx-exporter" \
|
||||
PATH="/opt/bitnami/java/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -8,9 +8,9 @@
|
|||
},
|
||||
"jmx-exporter": {
|
||||
"arch": "amd64",
|
||||
"digest": "7d147c0f40bc4ae36a5fc38db79a811a73cc50a61a8d94cec7db77eb4fef2a78",
|
||||
"digest": "fd6900b9038368cf382a207ed1e0ed17cb7300747946069f6dfb6f5702c2dcb7",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.17.2-3"
|
||||
"version": "0.18.0-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "0"
|
||||
- 0-debian-11
|
||||
- 0.17.2
|
||||
- 0.18.0
|
||||
- latest
|
||||
|
|
|
|||
Loading…
Reference in New Issue