Skip to content

Commit 71bc3fc

Browse files
authored
Merge pull request #453 from stackhpc/upstream/2024.1-2025-07-21
Synchronise 2024.1 with upstream
2 parents c11dd58 + d3100aa commit 71bc3fc

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

ansible/inventory/group_vars/all/seed

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,10 @@ seed_users: "{{ users_default }}"
115115
# Example:
116116
# seed_containers:
117117
# squid:
118-
# image: "stackhpc/squid:3.5.20-1"
118+
# image: "docker.io/stackhpc/squid"
119119
# pre: "{{ kayobe_env_config_path }}/containers/squid/pre.yml"
120120
# post: "{{ kayobe_env_config_path }}/containers/squid/post.yml"
121+
# tag: "3.5.20-1"
121122
#
122123
seed_containers: {}
123124

doc/source/configuration/reference/seed-custom-containers.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@ For example, to deploy a squid container image:
1717
1818
seed_containers:
1919
squid:
20-
image: "stackhpc/squid:3.5.20-1"
20+
image: "docker.io/stackhpc/squid"
2121
pre: "{{ kayobe_env_config_path }}/containers/squid/pre.yml"
2222
post: "{{ kayobe_env_config_path }}/containers/squid/post.yml"
2323
pre_destroy: "{{ kayobe_env_config_path }}/containers/squid/pre_destroy.yml"
2424
post_destroy: "{{ kayobe_env_config_path }}/containers/squid/post_destroy.yml"
25+
tag: "3.5.20-1"
2526
2627
Please notice the *optional* pre, post, pre_destroy, and post_destroy Ansible task
2728
files - those need to be created in ``kayobe-config`` path. The table below describes

etc/kayobe/seed.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,10 @@
9898
# Example:
9999
# seed_containers:
100100
# squid:
101-
# image: "stackhpc/squid:3.5.20-1"
101+
# image: "docker.io/stackhpc/squid"
102102
# pre: "{{ kayobe_env_config_path }}/containers/squid/pre.yml"
103103
# post: "{{ kayobe_env_config_path }}/containers/squid/post.yml"
104+
# tag: "3.5.20-1"
104105
#
105106
#seed_containers:
106107

0 commit comments

Comments
 (0)