Add --pull always
to the Docker options in the component's Makefile.vars.mk
#35
Labels
enhancement
New feature or request
Context
Recent versions of Docker Engine (20.10) and Podman (at least v2 and newer) support flag
--pull always
to specify that images should always be pulled. We should use this, as long as we're using:latest
image tags for the container images we use in the component's Makefile.vars.mk`:commodore-component-template/{{ cookiecutter.slug }}/Makefile.vars.mk
Line 26 in ef92fec
Alternatives
The text was updated successfully, but these errors were encountered: