From 3fc59c2f516d2303d43d9e1ffc79616fed4b0b4f Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 7 Oct 2025 05:17:16 +0200 Subject: [PATCH] [bitnami/vault-k8s] Release 1.7.0-debian-12-r7 (#86960) Signed-off-by: Bitnami Bot --- bitnami/vault-k8s/1/debian-12/Dockerfile | 4 ++-- bitnami/vault-k8s/README.md | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/bitnami/vault-k8s/1/debian-12/Dockerfile b/bitnami/vault-k8s/1/debian-12/Dockerfile index 3d7c29996afe..2e2cf20b292f 100644 --- a/bitnami/vault-k8s/1/debian-12/Dockerfile +++ b/bitnami/vault-k8s/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="2025-09-07T02:49:38Z" \ + org.opencontainers.image.created="2025-10-07T03:09:36Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/vault-k8s/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/vault-k8s" \ @@ -46,7 +46,7 @@ RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true ENV APP_VERSION="1.7.0" \ BITNAMI_APP_NAME="vault-k8s" \ - IMAGE_REVISION="6" \ + IMAGE_REVISION="7" \ PATH="/opt/bitnami/vault-k8s/bin:$PATH" USER 1001 diff --git a/bitnami/vault-k8s/README.md b/bitnami/vault-k8s/README.md index 5fbaedb3d31d..8eede5434a0e 100644 --- a/bitnami/vault-k8s/README.md +++ b/bitnami/vault-k8s/README.md @@ -103,6 +103,12 @@ docker run --rm --name vault-k8s bitnami/vault-k8s:latest --help Check the [official HashiCorp Vault K8s Integration documentation](https://github.com/hashicorp/vault-k8s) for more information about how to use HashiCorp Vault K8s Integration. +### FIPS configuration in Bitnami Secure Images + +The Bitnami HashiCorp Vault K8s Integration 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