From 4e418a8e31defef46344f92fbd0b4e19737cbb23 Mon Sep 17 00:00:00 2001 From: Alex Welsh Date: Mon, 3 Aug 2026 10:52:50 +0100 Subject: [PATCH] Switch to Canonical Squid 7.2 image --- etc/kayobe/seed.yml | 4 ++-- .../notes/ubuntu-squid-container-75698bf1b9535163.yaml | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 releasenotes/notes/ubuntu-squid-container-75698bf1b9535163.yaml diff --git a/etc/kayobe/seed.yml b/etc/kayobe/seed.yml index ae39034998..d5f7c00fe5 100644 --- a/etc/kayobe/seed.yml +++ b/etc/kayobe/seed.yml @@ -139,9 +139,9 @@ seed_squid_container_enabled: false seed_squid_container: squid: - image: ghcr.io/stackhpc/docker-squid + image: ubuntu/squid pre: "{{ kayobe_config_path }}/containers/squid_proxy/pre.yml" - tag: "6.10" + tag: "7.2-26.04_edge" network_mode: host volumes: - squid_spool:/var/spool/squid diff --git a/releasenotes/notes/ubuntu-squid-container-75698bf1b9535163.yaml b/releasenotes/notes/ubuntu-squid-container-75698bf1b9535163.yaml new file mode 100644 index 0000000000..32cd0a560f --- /dev/null +++ b/releasenotes/notes/ubuntu-squid-container-75698bf1b9535163.yaml @@ -0,0 +1,7 @@ +--- +features: + - | + The Squid proxy container has been switched from a StackHPC-maintained + custom image, to a public image maintained by Canonical. The version of + Squid is bumped from 6.10 to 7.2. The old image was based on Rocky Linux 10, + and the new one is based on Ubuntu 26.04.