mirror of
https://github.com/bitnami/containers.git
synced 2026-08-09 13:04:38 +08:00
[bitnami/node-exporter] Release 1.12.1-debian-12-r0 (#95693)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -7,13 +7,13 @@ ARG DOWNLOADS_URL="https://downloads.bitnami.com/files/stacksmith"
|
||||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
||||
org.opencontainers.image.created="2026-07-14T07:59:20Z" \
|
||||
org.opencontainers.image.created="2026-07-14T13:03:40Z" \
|
||||
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
||||
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/node-exporter/README.md" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/node-exporter" \
|
||||
org.opencontainers.image.title="node-exporter" \
|
||||
org.opencontainers.image.vendor="Broadcom, Inc." \
|
||||
org.opencontainers.image.version="1.12.0"
|
||||
org.opencontainers.image.version="1.12.1"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -28,7 +28,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
|
||||
DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \
|
||||
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
|
||||
COMPONENTS=( \
|
||||
"node-exporter-1.12.0-0-linux-${OS_ARCH}-debian-12" \
|
||||
"node-exporter-1.12.1-0-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -45,9 +45,9 @@ RUN chmod g+rwX /opt/bitnami
|
||||
RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
|
||||
RUN uninstall_packages curl
|
||||
|
||||
ENV APP_VERSION="1.12.0" \
|
||||
ENV APP_VERSION="1.12.1" \
|
||||
BITNAMI_APP_NAME="node-exporter" \
|
||||
IMAGE_REVISION="1" \
|
||||
IMAGE_REVISION="0" \
|
||||
PATH="/opt/bitnami/node-exporter/bin:$PATH"
|
||||
|
||||
EXPOSE 9100
|
||||
|
||||
-1
@@ -1 +0,0 @@
|
||||
4a6f1642d62d9cc15ad00992d78725657229388104650a9e780394bf22ccfda2 node-exporter-1.12.0-0-linux-amd64-debian-12.tar.gz
|
||||
-1
@@ -1 +0,0 @@
|
||||
0397c4f1684d24f79b89aee24789ac2a4deeb38da1d81d52ab02c2c527a61138 node-exporter-1.12.0-0-linux-arm64-debian-12.tar.gz
|
||||
+1
@@ -0,0 +1 @@
|
||||
8940fb91bb25289d31e08b7333bdaaad2b63767364e699dae5aa38dcbf873d0f node-exporter-1.12.1-0-linux-amd64-debian-12.tar.gz
|
||||
+1
@@ -0,0 +1 @@
|
||||
4c3af66616fcc948c05dcd8fdc37994e95b41163632c5c38f2ee7779e5d59842 node-exporter-1.12.1-0-linux-arm64-debian-12.tar.gz
|
||||
Reference in New Issue
Block a user