Update all ftests to use imagePullPolicy: IfNotPresent #1026
Milestone
Comments
dipak-pawar
added a commit
to dipak-pawar/arquillian-cube
that referenced
this issue
Mar 26, 2018
dipak-pawar
added a commit
that referenced
this issue
Mar 27, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently some ftests are using
imagePullPolicy: Always
. Update it to useimagePullPolicy: IfNotPresent
to reduce build time because we are using two images for all the timeopenshift/hello-openshift:v3.6.0
,busybox
.I am expecting to improve build time of more than 50 seconds
The text was updated successfully, but these errors were encountered: