Skip to content

Commit

Permalink
Only pull image if not present
Browse files Browse the repository at this point in the history
I had just copied this from the build.yaml. They probably have it there so they can push the same image many times as they're iterating on it, but given that we don't really rely on any of the things in the image I agree that it should be safe so I'll accept the change, thanks!

Co-authored-by: Arthur Silva Sens <arthursens2005@gmail.com>
  • Loading branch information
2 people authored and roboquat committed Jan 28, 2022
1 parent 97c6e3a commit 5ede718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .werft/clean-up-werft-build-nodes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pod:
- name: build
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:prs-dev-image-update.0
workingDir: /workspace
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
env:
- name: WERFT_HOST
value: "werft.werft.svc.cluster.local:7777"
Expand Down

0 comments on commit 5ede718

Please sign in to comment.