File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -361,7 +361,7 @@ COPY apt_preferences /etc/apt/preferences.d/kolla-custom
361
361
'F77F1EDA57EBB1CC' ,
362
362
'F6609E60DC62814E' ,
363
363
] %}
364
- {% set remote_apt_keys = [
364
+ {% set base_remote_apt_keys = [
365
365
'https://packages.grafana.com/gpg.key' ,
366
366
'https://repos.influxdata.com/influxdb.key' ,
367
367
] %}
@@ -372,7 +372,7 @@ COPY apt_preferences /etc/apt/preferences.d/kolla-custom
372
372
'F77F1EDA57EBB1CC' ,
373
373
'F6609E60DC62814E' ,
374
374
] %}
375
- {% set remote_apt_keys = [
375
+ {% set base_remote_apt_keys = [
376
376
'https://download.docker.com/linux/debian/gpg' ,
377
377
'https://packages.grafana.com/gpg.key' ,
378
378
'http://buster-ussuri.debian.net/debian/dists/pubkey.gpg' ,
@@ -392,7 +392,7 @@ COPY apt_preferences /etc/apt/preferences.d/kolla-custom
392
392
{% - if not loop .last %} \
393
393
{% endif -%}
394
394
{% endfor %}
395
- {% for key in remote_apt_keys | customizable ('remote_apt_keys' ) %}
395
+ {% for key in base_remote_apt_keys | customizable ('remote_apt_keys' ) %}
396
396
{% - if loop .first %} RUN {% else %} && {% endif %} curl {{ key }} | apt-key add -
397
397
{% - if not loop .last %} \
398
398
{% endif -%}
You can’t perform that action at this time.
0 commit comments