diff --git a/bitnami/envoy/1.23/debian-11/Dockerfile b/bitnami/envoy/1.23/debian-11/Dockerfile index 47207873eff8..7f64bae5d1cf 100644 --- a/bitnami/envoy/1.23/debian-11/Dockerfile +++ b/bitnami/envoy/1.23/debian-11/Dockerfile @@ -4,7 +4,7 @@ ARG TARGETARCH LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \ org.opencontainers.image.description="Application packaged by Bitnami" \ - org.opencontainers.image.ref.name="1.23.2-debian-11-r8" \ + org.opencontainers.image.ref.name="1.23.2-debian-11-r9" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/envoy" \ org.opencontainers.image.title="envoy" \ org.opencontainers.image.vendor="VMware, Inc." \ diff --git a/bitnami/envoy/README.md b/bitnami/envoy/README.md index 50ae25142ea2..7d928d3d02ea 100644 --- a/bitnami/envoy/README.md +++ b/bitnami/envoy/README.md @@ -75,10 +75,6 @@ $ docker run --rm -v /path/to/your/envoy.yaml:/opt/bitnami/envoy/conf/envoy.yaml Visit the [official envoy documentation](https://www.envoyproxy.io/docs/envoy/latest/configuration/configuration) for all the available configurations. -## Branch Deprecation Notice - -Envoy's branch 1.20 is no longer maintained by upstream and is now internally tagged as to be deprecated. This branch will no longer be released in our catalog a month after this notice is published, but already released container images will still persist in the registries. Valid to be removed starting on: 12-09-2022 - ## Contributing We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/containers/issues) or submitting a [pull request](https://github.com/bitnami/containers/pulls) with your contribution.