File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -230,6 +230,7 @@ stackhpc_ubuntu_noble_base_repos:
230
230
- " {{ stackhpc_ubuntu_repo_prefix }}{{ stackhpc_repo_ubuntu_noble_url }} noble-updates main universe"
231
231
- " {{ stackhpc_ubuntu_repo_prefix }}{{ stackhpc_repo_ubuntu_noble_url }} noble-backports main universe"
232
232
- " {{ 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"
233
234
234
235
# List of UCA repositories for Ubuntu Noble.
235
236
stackhpc_ubuntu_noble_uca_repos :
@@ -260,6 +261,7 @@ kolla_build_blocks:
260
261
{% else %}
261
262
RUN \
262
263
rm /etc/apt/sources.list && \
264
+ rm /etc/apt/sources.list.d/docker-ce.sources &&\
263
265
{% if stackhpc_repo_mirror_auth_proxy_enabled | bool %}
264
266
{# We lack the ca-certificates package at this stage, so don't verify the CA initially #}
265
267
echo 'Acquire::https::Verify-Peer "false";' > /etc/apt/apt.conf.d/90no-verify-peer && \
You can’t perform that action at this time.
0 commit comments