Skip to content

Commit 8c39920

Browse files
Merge pull request #442 from stackhpc/2024.1-docker-ce-fix
Adding docker-ce repository for Ubuntu
2 parents 99890c9 + ae65b3c commit 8c39920

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

kolla/template/repos-noble.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ ubuntu:
4646
suite: "noble"
4747
component: "main"
4848
gpg_key: "rabbitmq.gpg"
49+
docker-ce:
50+
url: "https://download.docker.com/linux/ubuntu"
51+
suite: "noble"
52+
component: "stable"
53+
gpg_key: "docker-ce.asc"
4954

5055
ubuntu-aarch64:
5156
erlang:
@@ -95,3 +100,8 @@ ubuntu-aarch64:
95100
component: "main"
96101
arch: "amd64"
97102
gpg_key: "rabbitmq.gpg"
103+
docker-ce:
104+
url: "https://download.docker.com/linux/ubuntu"
105+
suite: "noble"
106+
component: "stable"
107+
gpg_key: "docker-ce.asc"

kolla/template/repos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ rocky-aarch64:
188188
ubuntu:
189189
docker-ce:
190190
url: "https://download.docker.com/linux/ubuntu"
191-
suite: "noble"
191+
suite: "jammy"
192192
component: "stable"
193193
gpg_key: "docker-ce.asc"
194194
erlang:

0 commit comments

Comments
 (0)