Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Force container fetch
Browse files Browse the repository at this point in the history
If a user uses :latest, the container is not updated when running the
podman_image nor is it updated by podman_container. Since
podman_container will only pull if the container image doesn't exist, we
need to force the container pull here to ensure we get updated
containers as part of our deployment and updates processes.

Depends-On: https://review.opendev.org/#/c/753026/
Change-Id: Ia16cee016fb1af7b31e0f1c6da1e059221039ca4
Closes-Bug: #1895974
  • Loading branch information
mwhahaha committed Sep 21, 2020
1 parent 6269d5c commit 920c04b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deployment/podman/podman-baremetal-ansible.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ outputs:
podman_image:
name: "{{ prefetch_image }}"
validate_certs: false
force: true
retries: 5
delay: 5
loop_control:
Expand Down

0 comments on commit 920c04b

Please sign in to comment.