[bitnami/kubernetes-event-exporter] Release 1.7.0-debian-12-r68 (#94215)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2026-06-03 03:06:33 +02:00
committed by GitHub
parent b7d59f66bb
commit d9d32a2a0b
3 changed files with 9 additions and 7 deletions
@@ -7,7 +7,7 @@ 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="2026-05-23T08:53:55Z" \
org.opencontainers.image.created="2026-06-03T00:43:19Z" \
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,17 +28,17 @@ 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-39-linux-${OS_ARCH}-debian-12" \
"kubernetes-event-exporter-1.7.0-40-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 "https://${DOWNLOADS_URL}/${COMPONENT}.tar.gz.sha256" -O ; \
fi ; \
sha256sum -c "${COMPONENT}.tar.gz.sha256" ; \
sha256sum -c "/opt/bitnami/checksums/${COMPONENT}.tar.gz.sha256" ; \
tar -zxf "${COMPONENT}.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner ; \
rm -rf "${COMPONENT}".tar.gz{,.sha256} ; \
done
rm -rf "${COMPONENT}".tar.gz ; \
done ; \
rm -rf /opt/bitnami/checksums ;
RUN apt-get update && apt-get upgrade -y && \
apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
@@ -47,7 +47,7 @@ RUN uninstall_packages curl
ENV APP_VERSION="1.7.0" \
BITNAMI_APP_NAME="kubernetes-event-exporter" \
IMAGE_REVISION="67" \
IMAGE_REVISION="68" \
PATH="/opt/bitnami/kubernetes-event-exporter/bin:$PATH"
USER 1001
@@ -0,0 +1 @@
f5c022c8d9e28b4692048fdcd72e9ad98592ae3ceb3b81815f0267f26dfdcc23 kubernetes-event-exporter-1.7.0-40-linux-amd64-debian-12.tar.gz
@@ -0,0 +1 @@
6a6d932fd6e81c45711f2ff8ea7952121247a255d06ad0247741373671784f41 kubernetes-event-exporter-1.7.0-40-linux-arm64-debian-12.tar.gz