Skip to content

Commit

Permalink
Change imagePullPolicy to Always so that the newest BuildAh image is …
Browse files Browse the repository at this point in the history
…always used
  • Loading branch information
SaschaSchwarze0 committed May 12, 2024
1 parent 2692f43 commit fe5ffc7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ spec:
buildSteps:
- name: build
image: quay.io/containers/buildah:v1.35.3
imagePullPolicy: Always
workingDir: $(params.shp-source-root)
securityContext:
privileged: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ spec:
buildSteps:
- name: build-and-push
image: quay.io/containers/buildah:v1.35.3
imagePullPolicy: Always
workingDir: $(params.shp-source-root)
securityContext:
capabilities:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ spec:
mountPath: /s2i
- name: buildah
image: quay.io/containers/buildah:v1.35.3
imagePullPolicy: Always
workingDir: /s2i
securityContext:
privileged: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ spec:
steps:
- name: build
image: quay.io/containers/buildah:v1.35.3
imagePullPolicy: Always
workingDir: $(params.shp-source-root)
securityContext:
privileged: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ spec:
steps:
- name: build-and-push
image: quay.io/containers/buildah:v1.35.3
imagePullPolicy: Always
workingDir: $(params.shp-source-root)
securityContext:
capabilities:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ spec:
mountPath: /s2i
- name: buildah
image: quay.io/containers/buildah:v1.35.3
imagePullPolicy: Always
workingDir: /s2i
securityContext:
capabilities:
Expand Down

0 comments on commit fe5ffc7

Please sign in to comment.