Skip to content

Commit b4d5aa9

Browse files
committed
[Kolla/Rocky] Use docker-ce repositories from Ark
1 parent 582bc00 commit b4d5aa9

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

etc/kayobe/kolla.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,9 @@ stackhpc_rocky_9_third_party_repos:
209209
- url: "{{ stackhpc_repo_almalinux_9_proxysql_2_7_url }}"
210210
file: "proxysql.repo"
211211
tag: "proxysql"
212+
- url: "{{ stackhpc_repo_centos_stream_9_docker_url }}"
213+
file: "docker-ce.repo"
214+
tag: docker-ce
212215

213216
# List of EPEL 9
214217
stackhpc_epel_9_repos:

etc/kayobe/kolla/repos.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,9 @@ ubuntu-aarch64:
1212
suite: "noble"
1313
component: "stable"
1414
gpg_key: "docker-ce.asc"
15+
16+
rocky:
17+
docker-ce: "docker-ce"
18+
19+
rocky-aarch64:
20+
docker-ce: "docker-ce"

0 commit comments

Comments
 (0)