Skip to content

Commit 41437d9

Browse files
committed
[Ubuntu] Use docker-ce repositories from ARK
drut
1 parent 55edf1c commit 41437d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

etc/kayobe/kolla.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ stackhpc_ubuntu_noble_base_repos:
230230
- "{{ stackhpc_ubuntu_repo_prefix }}{{ stackhpc_repo_ubuntu_noble_url }} noble-updates main universe"
231231
- "{{ stackhpc_ubuntu_repo_prefix }}{{ stackhpc_repo_ubuntu_noble_url }} noble-backports main universe"
232232
- "{{ stackhpc_ubuntu_repo_prefix }}{{ stackhpc_repo_ubuntu_noble_security_url }} noble-security main universe"
233+
- "{{ stackhpc_ubuntu_repo_prefix }}{{ stackhpc_repo_docker_ce_ubuntu_noble_url }} noble stable"
233234

234235
# List of UCA repositories for Ubuntu Noble.
235236
stackhpc_ubuntu_noble_uca_repos:
@@ -260,6 +261,7 @@ kolla_build_blocks:
260261
{% else %}
261262
RUN \
262263
rm /etc/apt/sources.list && \
264+
ls -lac /etc/apt/sources.list.d/ &&\
263265
{% if stackhpc_repo_mirror_auth_proxy_enabled | bool %}
264266
{# We lack the ca-certificates package at this stage, so don't verify the CA initially #}
265267
echo 'Acquire::https::Verify-Peer "false";' > /etc/apt/apt.conf.d/90no-verify-peer && \

0 commit comments

Comments
 (0)