commit
a3e8fac0de
|
|
@ -14,7 +14,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
container:
|
container:
|
||||||
image: quay.io/centos-bootc/builder:latest
|
image: quay.io/centos-bootc/bootc-image-builder:latest
|
||||||
options: --privileged
|
options: --privileged
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
|
|
||||||
|
|
@ -179,7 +179,7 @@ spec:
|
||||||
- name: PLATFORM
|
- name: PLATFORM
|
||||||
value: linux/amd64
|
value: linux/amd64
|
||||||
- name: BUILDER_IMAGE
|
- name: BUILDER_IMAGE
|
||||||
value: quay.io/centos-bootc/builder:latest
|
value: quay.io/centos-bootc/bootc-image-builder:latest
|
||||||
- name: CONFIG_FILE
|
- name: CONFIG_FILE
|
||||||
value: $(params.config-file)
|
value: $(params.config-file)
|
||||||
runAfter:
|
runAfter:
|
||||||
|
|
@ -216,7 +216,7 @@ spec:
|
||||||
- name: PLATFORM
|
- name: PLATFORM
|
||||||
value: linux/arm64
|
value: linux/arm64
|
||||||
- name: BUILDER_IMAGE
|
- name: BUILDER_IMAGE
|
||||||
value: quay.io/centos-bootc/builder:latest
|
value: quay.io/centos-bootc/bootc-image-builder:latest
|
||||||
- name: CONFIG_FILE
|
- name: CONFIG_FILE
|
||||||
value: $(params.config-file)
|
value: $(params.config-file)
|
||||||
runAfter:
|
runAfter:
|
||||||
|
|
|
||||||
|
|
@ -68,7 +68,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchPackageNames": [
|
"matchPackageNames": [
|
||||||
"quay.io/centos-bootc/builder"
|
"quay.io/centos-bootc/bootc-image-builder"
|
||||||
],
|
],
|
||||||
"pinDigests": false
|
"pinDigests": false
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue