We used to omit the pull policy, which is defaulted to missing and will cause problems in case the remote image is updated. This uses --pull=always to ask podman to always fetch the latest image.
Type: fix
Differential D276
Use --pull=always to run containers Authored by tusooa on Fri, Jan 30, 3:51 PM.
Details
We used to omit the pull policy, which is defaulted to missing and will cause problems in case the remote image is updated. This uses --pull=always to ask podman to always fetch the latest image. Type: fix Run the pipeline. Verify the image is always pulled.
Diff Detail
|