File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -328,10 +328,6 @@ kolla_build_blocks:
328
328
RUN \
329
329
rm /etc/apt/sources.list && \
330
330
rm -f /etc/apt/auth.conf && \
331
- {% if stackhpc_repo_mirror_url | urlsplit('scheme') == 'https' %}
332
- {# We lack the ca-certificates package at this stage, so don't verify the CA #}
333
- echo 'Acquire::https::Verify-Peer "false";' > /etc/apt/apt.conf.d/90no-verify-peer && \
334
- {% endif %}
335
331
{% if stackhpc_repo_mirror_username is truthy %}
336
332
echo 'machine {{ stackhpc_repo_mirror_url }}' >> /etc/apt/auth.conf && \
337
333
echo 'login {{ stackhpc_repo_mirror_username }}' >> /etc/apt/auth.conf && \
@@ -369,7 +365,6 @@ kolla_build_blocks:
369
365
RUN \
370
366
rm /etc/apt/sources.list && \
371
367
rm -f /etc/apt/auth.conf && \
372
- rm -f /etc/apt/apt.conf.d/90no-verify-peer && \
373
368
{% if stackhpc_repo_mirror_username is truthy %}
374
369
echo 'machine {{ stackhpc_repo_mirror_url }}' >> /etc/apt/auth.conf && \
375
370
echo 'login {{ stackhpc_repo_mirror_username }}' >> /etc/apt/auth.conf && \
You can’t perform that action at this time.
0 commit comments