mirror of
https://github.com/bitnami/containers.git
synced 2026-08-09 13:04:38 +08:00
[bitnami/kubernetes-event-exporter] Release 1.7.0-debian-12-r69 (#94583)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
|
||||
FROM docker.io/bitnami/minideb:bookworm
|
||||
|
||||
ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
|
||||
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-06-03T00:43:19Z" \
|
||||
org.opencontainers.image.created="2026-06-10T19:29:56Z" \
|
||||
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
||||
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/kubernetes-event-exporter/README.md" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/kubernetes-event-exporter" \
|
||||
@@ -28,11 +28,11 @@ 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=( \
|
||||
"kubernetes-event-exporter-1.7.0-40-linux-${OS_ARCH}-debian-12" \
|
||||
"kubernetes-event-exporter-1.7.0-41-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
curl -SsLf "https://${DOWNLOADS_URL}/${COMPONENT}.tar.gz" -O ; \
|
||||
curl -SsLf "${DOWNLOADS_URL}/${COMPONENT}.tar.gz" -O ; \
|
||||
fi ; \
|
||||
sha256sum -c "/opt/bitnami/checksums/${COMPONENT}.tar.gz.sha256" ; \
|
||||
tar -zxf "${COMPONENT}.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner ; \
|
||||
@@ -47,7 +47,7 @@ RUN uninstall_packages curl
|
||||
|
||||
ENV APP_VERSION="1.7.0" \
|
||||
BITNAMI_APP_NAME="kubernetes-event-exporter" \
|
||||
IMAGE_REVISION="68" \
|
||||
IMAGE_REVISION="69" \
|
||||
PATH="/opt/bitnami/kubernetes-event-exporter/bin:$PATH"
|
||||
|
||||
USER 1001
|
||||
|
||||
-1
@@ -1 +0,0 @@
|
||||
f5c022c8d9e28b4692048fdcd72e9ad98592ae3ceb3b81815f0267f26dfdcc23 kubernetes-event-exporter-1.7.0-40-linux-amd64-debian-12.tar.gz
|
||||
-1
@@ -1 +0,0 @@
|
||||
6a6d932fd6e81c45711f2ff8ea7952121247a255d06ad0247741373671784f41 kubernetes-event-exporter-1.7.0-40-linux-arm64-debian-12.tar.gz
|
||||
+1
@@ -0,0 +1 @@
|
||||
b84be810e4b4bd1ed0faf2cd8c80f18eded547542529c8c7141facc842cba751 kubernetes-event-exporter-1.7.0-41-linux-amd64-debian-12.tar.gz
|
||||
+1
@@ -0,0 +1 @@
|
||||
b9979cec2caf15279cf78a30bdf66d91c0afe8c9b29bbe63d18748ffeacd5b28 kubernetes-event-exporter-1.7.0-41-linux-arm64-debian-12.tar.gz
|
||||
Reference in New Issue
Block a user