OSBS: use prod registry instead of candidate to pull fedora image

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna
2018-10-24 10:52:52 +02:00
parent 7e88ca94b9
commit f5c1d68eeb

View File

@@ -768,7 +768,7 @@
when: etcosbs_kt_stat.stat.exists == false
- name: pull fedora required docker images
command: "docker pull {{docker_registry}}/{{item}}"
command: "docker pull {{source_registry}}/{{item}}"
with_items: "{{fedora_required_images}}"
register: docker_pull_fedora
changed_when: "'Downloaded newer image' in docker_pull_fedora.stdout"