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:
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.
235236stackhpc_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 && \
You can’t perform that action at this time.
0 commit comments