osbs: just always pull fedora:latest
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
bb5d833418
commit
885e935757
3 changed files with 1 additions and 10 deletions
|
@ -28,8 +28,4 @@ baseiptables: False
|
|||
openshift_required_images:
|
||||
- "openshift/origin-pod"
|
||||
|
||||
# fedora container images required by buildroot
|
||||
fedora_required_images:
|
||||
- "fedora:latest"
|
||||
|
||||
nm_controlled_resolv: True
|
||||
|
|
|
@ -28,9 +28,5 @@ openshift_ansible_upgrading: True
|
|||
openshift_required_images:
|
||||
- "openshift/origin-pod"
|
||||
|
||||
# fedora container images required by buildroot
|
||||
fedora_required_images:
|
||||
- "fedora:latest"
|
||||
|
||||
nm_controlled_resolv: True
|
||||
|
||||
|
|
|
@ -187,8 +187,7 @@
|
|||
when: etcosbs_kt_stat.stat.exists == false
|
||||
|
||||
- name: pull fedora required docker images
|
||||
command: "docker pull {{source_registry}}/{{item}}"
|
||||
with_items: "{{fedora_required_images}}"
|
||||
command: "docker pull fedora:latest"
|
||||
register: docker_pull_fedora
|
||||
changed_when: "'Downloaded newer image' in docker_pull_fedora.stdout"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue