Allow if-not-present
pull policy for builds with image extensions #2204
Open
Description
Description
When running pack build
and the builder contains image extensions, the build fails with:
ERROR: failed to build: pull policy must be 'always' when builder contains image extensions
Proposed solution
The pack build
command should accept --pull-policy if-not-present
as argument, also if the builder contains image extensions.
Additional context
I don't want to rely on a local registry or internet connection when building my images locally.