Page MenuHomePhorge

Use --pull=always to run containers
ClosedPublic

Authored by tusooa on Fri, Jan 30, 3:51 PM.

Details

Summary

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

Test Plan

Run the pipeline. Verify the image is always pulled.

Diff Detail

Repository
rB lilybuild
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Mon, Feb 16, 10:50 AM
This revision was automatically updated to reflect the committed changes.