Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 557 Bytes

builds-strategy-force-pull-procedure.adoc

File metadata and controls

14 lines (10 loc) · 557 Bytes

Using the force pull flag

By default, if the builder image specified in the build configuration is available locally on the node, that image will be used. However, you can use the forcepull flag to override the local image and refresh it from the registry.

Procedure

To override the local image and refresh it from the registry to which the image stream points, create a BuildConfig with the forcePull flag set to true.