Skip to content

Commit 67c7d97

Browse files
authoredMar 5, 2025··
openshift-os-master: change from to inputs (#62376)
Using `from` will only replace the last `FROM` in the image. But we want the flexibility to switch to a multi-stage build in the future if we want. Let's switch to using `inputs` instead.
1 parent 22183c3 commit 67c7d97

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎ci-operator/config/openshift/os/openshift-os-master.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ images:
3232
- name: OPENSHIFT_CI
3333
value: "1"
3434
dockerfile_path: Containerfile
35-
from: rhel-coreos-base
35+
inputs:
36+
rhel-coreos-base:
37+
as:
38+
- quay.io/openshift-release-dev/ocp-v4.0-art-dev:c9s-coreos
3639
to: rhel-coreos
3740
- dockerfile_path: extensions/Dockerfile
3841
inputs:

0 commit comments

Comments
 (0)
Please sign in to comment.