[bitnami/vault-k8s] Release 1.7.0-debian-12-r7 (#86960)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2025-10-07 05:17:16 +02:00
committed by GitHub
parent 5b23461795
commit 3fc59c2f51
2 changed files with 8 additions and 2 deletions

View File

@@ -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

View File

@@ -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