diff --git a/bitnami/envoy/1.37/debian-12/Dockerfile b/bitnami/envoy/1.37/debian-12/Dockerfile index e7b3dd544516..bc7d1119aed1 100644 --- a/bitnami/envoy/1.37/debian-12/Dockerfile +++ b/bitnami/envoy/1.37/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-04-13T18:29:43Z" \ + org.opencontainers.image.created="2026-04-21T09:52:45Z" \ 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" \ @@ -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-1.37.2-0-linux-${OS_ARCH}-debian-12" \ + "envoy-1.37.2-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.37.2" \ BITNAMI_APP_NAME="envoy" \ - IMAGE_REVISION="0" \ + IMAGE_REVISION="1" \ PATH="/opt/bitnami/envoy/bin:$PATH" USER 1001 diff --git a/bitnami/envoy/README.md b/bitnami/envoy/README.md index 9e86b9dc6890..a71b9c235007 100644 --- a/bitnami/envoy/README.md +++ b/bitnami/envoy/README.md @@ -11,6 +11,14 @@ Trademarks: This software listing is packaged by Bitnami. The respective tradema docker run --name envoy bitnami/envoy:latest ``` +## Using `docker-compose.yml` + +The docker-compose.yaml file of this container can be found in the [Bitnami Containers repository](https://github.com/bitnami/containers/). + +[https://github.com/bitnami/containers/tree/main/bitnami/envoy/docker-compose.yml](https://github.com/bitnami/containers/tree/main/bitnami/envoy/docker-compose.yml) + +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/envoy-gateway). + ## Why use Bitnami Secure Images? Those are hardened, minimal CVE images built and maintained by Bitnami. Bitnami Secure Images are based on the cloud-optimized, security-hardened enterprise [OS Photon Linux](https://vmware.github.io/photon/). Why choose BSI images? @@ -36,10 +44,6 @@ Learn more about the Bitnami tagging policy and the difference between rolling t The Bitnami Envoy Docker image is only available to [Bitnami Secure Images](https://bitnami.com) customers. -## 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). - ## Configuration The following section describes how to run commands