mirror of
https://github.com/bitnami/containers.git
synced 2026-03-13 14:58:03 +08:00
[bitnami/jmx-exporter] Release 0.19.0-debian-11-r0 (#39513)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -6,13 +6,13 @@ FROM docker.io/bitnami/minideb:bullseye
|
|||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
|
|
||||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
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.description="Application packaged by VMware, Inc" \
|
||||||
org.opencontainers.image.licenses="Apache-2.0" \
|
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.title="jmx-exporter" \
|
||||||
org.opencontainers.image.vendor="VMware, Inc." \
|
org.opencontainers.image.vendor="VMware, Inc." \
|
||||||
org.opencontainers.image.version="0.18.0"
|
org.opencontainers.image.version="0.19.0"
|
||||||
|
|
||||||
ENV HOME="/" \
|
ENV HOME="/" \
|
||||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
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/ && \
|
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||||
COMPONENTS=( \
|
COMPONENTS=( \
|
||||||
"java-11.0.19-7-2-linux-${OS_ARCH}-debian-11" \
|
"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 \
|
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
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 chmod g+rwX /opt/bitnami
|
||||||
RUN chown -R 1001:1001 /opt/bitnami/jmx-exporter
|
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" \
|
BITNAMI_APP_NAME="jmx-exporter" \
|
||||||
PATH="/opt/bitnami/java/bin:$PATH"
|
PATH="/opt/bitnami/java/bin:$PATH"
|
||||||
|
|
||||||
|
|||||||
@@ -9,6 +9,6 @@
|
|||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
"distro": "debian-11",
|
"distro": "debian-11",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "0.18.0-4"
|
"version": "0.19.0-0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
rolling-tags:
|
rolling-tags:
|
||||||
- "0"
|
- "0"
|
||||||
- 0-debian-11
|
- 0-debian-11
|
||||||
- 0.18.0
|
- 0.19.0
|
||||||
- latest
|
- latest
|
||||||
|
|||||||
Reference in New Issue
Block a user