Skip to content

Commit dd526e1

Browse files
m-bullAlex-Welsh
authored andcommitted
Use updated squid image from ghcr.io
Remove dependency on docker.io, because pulls can be rate-limited. Pull squid from ghcr.io, and update to a modern version based on rockylinux 10 and squid 6.10.
1 parent bc98734 commit dd526e1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

etc/kayobe/seed.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ seed_squid_container_enabled: false
127127

128128
seed_squid_container:
129129
squid:
130-
image: docker.io/stackhpc/squid
130+
image: ghcr.io/stackhpc/docker-squid
131131
pre: "{{ kayobe_config_path }}/containers/squid_proxy/pre.yml"
132-
tag: "4.15"
132+
tag: "6.10"
133133
network_mode: host
134134
volumes:
135135
- squid_spool:/var/spool/squid

0 commit comments

Comments
 (0)