diff --git a/bitnami/fluxcd-notification-controller/1/debian-12/Dockerfile b/bitnami/fluxcd-notification-controller/1/debian-12/Dockerfile index 7697309ffc6a..0206cfaf740e 100644 --- a/bitnami/fluxcd-notification-controller/1/debian-12/Dockerfile +++ b/bitnami/fluxcd-notification-controller/1/debian-12/Dockerfile @@ -7,13 +7,13 @@ 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="2025-09-07T00:51:17Z" \ + org.opencontainers.image.created="2025-09-25T09:49:46Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/fluxcd-notification-controller/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/fluxcd-notification-controller" \ org.opencontainers.image.title="fluxcd-notification-controller" \ org.opencontainers.image.vendor="Broadcom, Inc." \ - org.opencontainers.image.version="1.6.0" + org.opencontainers.image.version="1.7.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=( \ - "fluxcd-notification-controller-1.6.0-7-linux-${OS_ARCH}-debian-12" \ + "fluxcd-notification-controller-1.7.1-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -45,9 +45,9 @@ RUN useradd -r -u 1001 -g root fluxcd-notification-controller RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true RUN uninstall_packages curl -ENV APP_VERSION="1.6.0" \ +ENV APP_VERSION="1.7.1" \ BITNAMI_APP_NAME="fluxcd-notification-controller" \ - IMAGE_REVISION="10" \ + IMAGE_REVISION="0" \ PATH="/opt/bitnami/fluxcd-notification-controller/bin:$PATH" USER 1001 diff --git a/bitnami/fluxcd-notification-controller/README.md b/bitnami/fluxcd-notification-controller/README.md index 8bc052ba461a..282380125cde 100644 --- a/bitnami/fluxcd-notification-controller/README.md +++ b/bitnami/fluxcd-notification-controller/README.md @@ -104,6 +104,12 @@ docker run --rm --name fluxcd-notification-controller bitnami/fluxcd-notificatio Check the [official Flux Notification Controller documentation](https://github.com/fluxcd/notification-controller) for more information about how to use Flux Notification Controller. +### FIPS configuration in Bitnami Secure Images + +The Bitnami Flux Notification Controller Docker image from the [Bitnami Secure Images](https://www.arrow.com/globalecs/uk/products/bitnami-secure-images/) catalog includes extra features and settings to configure the container with FIPS capabilities. You can configure the next environment variables: + +- `OPENSSL_FIPS`: whether OpenSSL runs in FIPS mode or not. `yes` (default), `no`. + ## Notable Changes ### Starting January 16, 2024