From 97bdf16fad9ddc307ab8d27ff458b073bf9750ce Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 11 Feb 2026 15:48:05 +0100 Subject: [PATCH] [bitnami/kubernetes-event-exporter] Release 1.7.0-debian-12-r59 (#90636) Signed-off-by: Bitnami Bot --- .../kubernetes-event-exporter/1/debian-12/Dockerfile | 6 +++--- bitnami/kubernetes-event-exporter/README.md | 12 ------------ 2 files changed, 3 insertions(+), 15 deletions(-) diff --git a/bitnami/kubernetes-event-exporter/1/debian-12/Dockerfile b/bitnami/kubernetes-event-exporter/1/debian-12/Dockerfile index 5f0848c38d93..3228498d2326 100644 --- a/bitnami/kubernetes-event-exporter/1/debian-12/Dockerfile +++ b/bitnami/kubernetes-event-exporter/1/debian-12/Dockerfile @@ -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-02-04T23:42:03Z" \ + org.opencontainers.image.created="2026-02-11T14:31:04Z" \ 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,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=( \ - "kubernetes-event-exporter-1.7.0-35-linux-${OS_ARCH}-debian-12" \ + "kubernetes-event-exporter-1.7.0-36-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -47,7 +47,7 @@ RUN uninstall_packages curl ENV APP_VERSION="1.7.0" \ BITNAMI_APP_NAME="kubernetes-event-exporter" \ - IMAGE_REVISION="58" \ + IMAGE_REVISION="59" \ PATH="/opt/bitnami/kubernetes-event-exporter/bin:$PATH" USER 1001 diff --git a/bitnami/kubernetes-event-exporter/README.md b/bitnami/kubernetes-event-exporter/README.md index f3bf0c5c386c..caab3b2c6135 100644 --- a/bitnami/kubernetes-event-exporter/README.md +++ b/bitnami/kubernetes-event-exporter/README.md @@ -42,10 +42,6 @@ Non-root container images add an extra layer of security and are generally recom Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://techdocs.broadcom.com/us/en/vmware-tanzu/application-catalog/tanzu-application-catalog/services/tac-doc/apps-tutorials-understand-rolling-tags-containers-index.html). -You can see the equivalence between the different tags by taking a look at the `tags-info.yaml` file present in the branch folder, i.e `bitnami/ASSET/BRANCH/DISTRO/tags-info.yaml`. - -Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers). - ## Connecting to other containers Using [Docker container networking](https://docs.docker.com/engine/userguide/networking/), a different server running inside a container can easily be accessed by your application containers and vice-versa. @@ -82,14 +78,6 @@ You can configure the containers [logging driver](https://docs.docker.com/engine - The `docker-compose.yaml` file has been removed, as it was solely intended for internal testing purposes. -## Contributing - -We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/containers/issues) or submitting a [pull request](https://github.com/bitnami/containers/pulls) with your contribution. - -## Issues - -If you encountered a problem running this container, you can file an [issue](https://github.com/bitnami/containers/issues/new/choose). For us to provide better support, be sure to fill the issue template. - ## License Copyright © 2026 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.