Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions etc/kayobe/seed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Loading