Skip to content

Commit

Permalink
Upgrade base container image to ubuntu:22.04 (envoyproxy#31268)
Browse files Browse the repository at this point in the history
Signed-off-by: Oleg Morozov <zigmund@zigmund.xyz>
  • Loading branch information
zigmund authored Dec 12, 2023
1 parent 7b1c52e commit a964c72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelogs/current.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ bug_fixes:
change: |
Fixed a bug that the subset load balancer will always be used even if the subset load balancer config does not
contain any subset selector.
- area: docker
change: |
Updated base image to ``ubuntu:22.04`` to fix Redis memory issue (https://github.com/envoyproxy/envoy/issues/31248).
removed_config_or_runtime:
# *Normally occurs at the end of the* :ref:`deprecation period <deprecated>`
Expand Down
2 changes: 1 addition & 1 deletion ci/Dockerfile-envoy
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG BUILD_OS=ubuntu
ARG BUILD_TAG=20.04@sha256:33a5cc25d22c45900796a1aca487ad7a7cb09f09ea00b779e3b2026b4fc2faba
ARG BUILD_TAG=22.04@sha256:8eab65df33a6de2844c9aefd19efe8ddb87b7df5e9185a4ab73af936225685bb
ARG ENVOY_VRP_BASE_IMAGE=envoy-base


Expand Down

0 comments on commit a964c72

Please sign in to comment.