Pin builder image tag
This commit is contained in:
parent
7328db7b48
commit
be106cd623
|
|
@ -11,7 +11,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
container:
|
container:
|
||||||
image: quay.io/centos-boot/builder:latest@sha256:65ce75a3515e2711ff770b778ae9eed9eafa895e1afe222d44ca74a337e2e6e1
|
image: quay.io/centos-boot/builder:1.0.0
|
||||||
options: --privileged
|
options: --privileged
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
container:
|
container:
|
||||||
image: quay.io/centos-boot/builder:latest@sha256:65ce75a3515e2711ff770b778ae9eed9eafa895e1afe222d44ca74a337e2e6e1
|
image: quay.io/centos-boot/builder:1.0.0
|
||||||
options: --privileged
|
options: --privileged
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
|
|
||||||
|
|
@ -206,7 +206,7 @@ spec:
|
||||||
- name: PLATFORM
|
- name: PLATFORM
|
||||||
value: linux/amd64
|
value: linux/amd64
|
||||||
- name: BUILDER_IMAGE
|
- name: BUILDER_IMAGE
|
||||||
value: quay.io/centos-boot/builder:latest
|
value: quay.io/centos-boot/builder:1.0.0
|
||||||
runAfter:
|
runAfter:
|
||||||
- clone-repository
|
- clone-repository
|
||||||
taskRef:
|
taskRef:
|
||||||
|
|
@ -241,7 +241,7 @@ spec:
|
||||||
- name: PLATFORM
|
- name: PLATFORM
|
||||||
value: linux/arm64
|
value: linux/arm64
|
||||||
- name: BUILDER_IMAGE
|
- name: BUILDER_IMAGE
|
||||||
value: quay.io/centos-boot/builder:latest
|
value: quay.io/centos-boot/builder:1.0.0
|
||||||
runAfter:
|
runAfter:
|
||||||
- clone-repository-arm64
|
- clone-repository-arm64
|
||||||
taskRef:
|
taskRef:
|
||||||
|
|
@ -276,7 +276,7 @@ spec:
|
||||||
- name: PLATFORM
|
- name: PLATFORM
|
||||||
value: linux/s390x
|
value: linux/s390x
|
||||||
- name: BUILDER_IMAGE
|
- name: BUILDER_IMAGE
|
||||||
value: quay.io/centos-boot/builder:latest
|
value: quay.io/centos-boot/builder:1.0.0
|
||||||
runAfter:
|
runAfter:
|
||||||
- clone-repository-s390x
|
- clone-repository-s390x
|
||||||
taskRef:
|
taskRef:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue