Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ build_root:
from_repository: true
images:
items:
- dockerfile_path: Dockerfile.rhel7
- dockerfile_path: Dockerfile.rhel10
to: machine-config-operator
- dockerfile_literal: |
FROM registry.ci.openshift.org/ocp/4.13:rhel-coreos
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ images:
- build_args:
- name: TAGS
value: scos
dockerfile_path: Dockerfile.rhel7
dockerfile_path: Dockerfile.rhel10
from: origin_scos-4.22_base-stream9
to: machine-config-operator
promotion:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ build_root:
from_repository: true
images:
items:
- dockerfile_path: Dockerfile.rhel7
- dockerfile_path: Dockerfile.rhel9
to: machine-config-operator
- dockerfile_literal: |
FROM registry.ci.openshift.org/ocp/4.13:rhel-coreos
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build_root:
from_repository: true
images:
items:
- dockerfile_path: Dockerfile.rhel7
- dockerfile_path: Dockerfile.rhel9
to: machine-config-operator
releases:
latest:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build_root:
from_repository: true
images:
items:
- dockerfile_path: Dockerfile.rhel7
- dockerfile_path: Dockerfile.rhel9
to: machine-config-operator
releases:
initial:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ build_root:
from_repository: true
images:
items:
- dockerfile_path: Dockerfile.rhel7
- dockerfile_path: Dockerfile.rhel10
to: machine-config-operator
- dockerfile_literal: |
FROM registry.ci.openshift.org/ocp/4.13:rhel-coreos
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build_root:
from_repository: true
images:
items:
- dockerfile_path: Dockerfile.rhel7
- dockerfile_path: Dockerfile.rhel10
to: machine-config-operator
releases:
latest:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build_root:
from_repository: true
images:
items:
- dockerfile_path: Dockerfile.rhel7
- dockerfile_path: Dockerfile.rhel10
to: machine-config-operator
releases:
initial:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ build_root:
from_repository: true
images:
items:
- dockerfile_path: Dockerfile.rhel7
- dockerfile_path: Dockerfile.rhel10
to: machine-config-operator
- dockerfile_literal: |
FROM registry.ci.openshift.org/ocp/4.13:rhel-coreos
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ postsubmits:
decoration_config:
sparse_checkout_files:
- .ci-operator.yaml
- Dockerfile.rhel7
- Dockerfile.rhel10
labels:
ci-operator.openshift.io/is-promotion: "true"
ci.openshift.io/generator: prowgen
Expand Down Expand Up @@ -70,7 +70,7 @@ postsubmits:
decorate: true
decoration_config:
sparse_checkout_files:
- Dockerfile.rhel7
- Dockerfile.rhel10
labels:
ci-operator.openshift.io/is-promotion: "true"
ci-operator.openshift.io/variant: okd-scos
Expand Down
Loading