Skip to content

Commit 582bc00

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

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

etc/kayobe/kolla/repos.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
ubuntu:
3+
docker-ce:
4+
url: "{{ stackhpc_repo_docker_ce_ubuntu_noble_url }}"
5+
suite: "noble"
6+
component: "stable"
7+
gpg_key: "docker-ce.asc"
8+
9+
ubuntu-aarch64:
10+
docker-ce:
11+
url: "{{ stackhpc_repo_docker_ce_ubuntu_noble_url }}"
12+
suite: "noble"
13+
component: "stable"
14+
gpg_key: "docker-ce.asc"

0 commit comments

Comments
 (0)