Add option for docker build --pull #458

Open
opened 2023-07-19 14:27:14 +00:00 by dboreham · 0 comments
Contributor

Perennial issue where docker uses whatever old version if a base image is on the local machine.

Turns out there is a flag --pull for docker build that does the right thing.
We should either enable it for our --force-rebuild, or add a new explicit flag.

Perennial issue where docker uses whatever old version if a base image is on the local machine. Turns out there is a flag `--pull` for `docker build` that does the right thing. We should either enable it for our `--force-rebuild`, or add a new explicit flag.
This repo is archived. You cannot comment on issues.
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: cerc-io/stack-orchestrator#458