[bitnami/jmx-exporter] Release 1.5.0-debian-12-r0 (#87106)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
parent
12dcbea105
commit
b1062c7b6b
|
|
@ -7,13 +7,13 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
|
|||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
||||
org.opencontainers.image.created="2025-10-07T01:38:54Z" \
|
||||
org.opencontainers.image.created="2025-10-07T16:13:06Z" \
|
||||
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
||||
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/jmx-exporter/README.md" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/jmx-exporter" \
|
||||
org.opencontainers.image.title="jmx-exporter" \
|
||||
org.opencontainers.image.vendor="Broadcom, Inc." \
|
||||
org.opencontainers.image.version="1.4.0"
|
||||
org.opencontainers.image.version="1.5.0"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -29,7 +29,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
|
|||
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
|
||||
COMPONENTS=( \
|
||||
"jre-17.0.16-12-1-linux-${OS_ARCH}-debian-12" \
|
||||
"jmx-exporter-1.4.0-0-linux-${OS_ARCH}-debian-12" \
|
||||
"jmx-exporter-1.5.0-0-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -47,9 +47,9 @@ RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
|
|||
RUN chown -R 1001:1001 /opt/bitnami/jmx-exporter
|
||||
RUN uninstall_packages ca-certificates curl
|
||||
|
||||
ENV APP_VERSION="1.4.0" \
|
||||
ENV APP_VERSION="1.5.0" \
|
||||
BITNAMI_APP_NAME="jmx-exporter" \
|
||||
IMAGE_REVISION="2" \
|
||||
IMAGE_REVISION="0" \
|
||||
PATH="/opt/bitnami/java/bin:$PATH"
|
||||
|
||||
EXPOSE 5556
|
||||
|
|
|
|||
Loading…
Reference in New Issue