diff --git a/bitnami/envoy/1.35/debian-12/Dockerfile b/bitnami/envoy/1.35/debian-12/Dockerfile index 044bb5096ba8..630c0aaaf93e 100644 --- a/bitnami/envoy/1.35/debian-12/Dockerfile +++ b/bitnami/envoy/1.35/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-07T00:35:44Z" \ + org.opencontainers.image.created="2025-10-07T12:27:06Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/envoy/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/envoy" \ diff --git a/bitnami/envoy/README.md b/bitnami/envoy/README.md index 3f92a85bf3aa..5af8dee637f1 100644 --- a/bitnami/envoy/README.md +++ b/bitnami/envoy/README.md @@ -87,6 +87,12 @@ docker run --rm -v /path/to/your/envoy.yaml:/opt/bitnami/envoy/conf/envoy.yaml b Visit the [official envoy documentation](https://www.envoyproxy.io/docs/envoy/latest/configuration/configuration) for all the available configurations. +### FIPS configuration in Bitnami Secure Images + +The Bitnami Envoy 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`. + ## Using `docker-compose.yaml` Please be aware this file has not undergone internal testing. Consequently, we advise its use exclusively for development or testing purposes. For production-ready deployments, we highly recommend utilizing its associated [Bitnami Helm chart](https://github.com/bitnami/charts/tree/main/bitnami/contour).