From 2272a1a73b01f978e0c692dff9af586332a90e31 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 8 Apr 2026 03:25:01 +0200 Subject: [PATCH] [bitnami/envoy-gateway] Release 1.7.1-debian-12-r1 (#92105) Signed-off-by: Bitnami Bot --- .../envoy-gateway/1.7/debian-12/Dockerfile | 6 +++--- bitnami/envoy-gateway/README.md | 21 ++----------------- 2 files changed, 5 insertions(+), 22 deletions(-) diff --git a/bitnami/envoy-gateway/1.7/debian-12/Dockerfile b/bitnami/envoy-gateway/1.7/debian-12/Dockerfile index 4ae5f7f55321..62c9515bc256 100644 --- a/bitnami/envoy-gateway/1.7/debian-12/Dockerfile +++ b/bitnami/envoy-gateway/1.7/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-03-12T17:27:22Z" \ + org.opencontainers.image.created="2026-04-08T00:19:23Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/envoy-gateway/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/envoy-gateway" \ @@ -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=( \ - "envoy-gateway-1.7.1-0-linux-${OS_ARCH}-debian-12" \ + "envoy-gateway-1.7.1-1-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.1" \ BITNAMI_APP_NAME="envoy-gateway" \ - IMAGE_REVISION="0" \ + IMAGE_REVISION="1" \ PATH="/opt/bitnami/envoy-gateway/bin:$PATH" USER 1001 diff --git a/bitnami/envoy-gateway/README.md b/bitnami/envoy-gateway/README.md index e68735b9af4d..ff2f615844b3 100644 --- a/bitnami/envoy-gateway/README.md +++ b/bitnami/envoy-gateway/README.md @@ -34,25 +34,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t ## Get this image -The recommended way to get the Bitnami Envoy Gateway Docker Image is to pull the prebuilt image from the [Docker Hub Registry](https://hub.docker.com/r/bitnami/envoy-gateway). - -```console -docker pull bitnami/envoy-gateway:latest -``` - -To use a specific version, you can pull a versioned tag. You can view the [list of available versions](https://hub.docker.com/r/bitnami/envoy-gateway/tags/) in the Docker Hub Registry. - -```console -docker pull bitnami/envoy-gateway:[TAG] -``` - -If you wish, you can also build the image yourself by cloning the repository, changing to the directory containing the Dockerfile and executing the `docker build` command. Remember to replace the `APP`, `VERSION` and `OPERATING-SYSTEM` path placeholders in the example command below with the correct values. - -```console -git clone https://github.com/bitnami/containers.git -cd bitnami/APP/VERSION/OPERATING-SYSTEM -docker build -t bitnami/APP:latest . -``` +The Bitnami Envoy Gateway Docker image is only available to [Bitnami Secure Images](https://bitnami.com) customers. ## Why use a non-root container? @@ -77,6 +59,7 @@ Check the [official Envoy Gateway documentation](https://gateway.envoyproxy.io/) The Bitnami Envoy Gateway Docker image from the [Bitnami Secure Images](https://go-vmware.broadcom.com/contact-us) 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`. +- `GODEBUG`: controls Go FIPS mode. Use `fips140=only` (restricted), `fips140=on` (relaxed), or `fips140=off` (disabled). ## License