build rhcos extensions image nightly#30351
build rhcos extensions image nightly#30351openshift-ci[bot] merged 1 commit intoopenshift:masterfrom
Conversation
41986ca to
73bcf45
Compare
73bcf45 to
b06f256
Compare
There was a problem hiding this comment.
Note to reviewer: I combined these under a single test so we have a single job that builds both images. Otherwise, the image builds could run at different times and may get out of sync.
b06f256 to
88932af
Compare
There was a problem hiding this comment.
lgtm, naming is good with me too. I would wait to merge on @cgwalters or @travier on naming because of future rhcos/scos naming just in case.
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cgwalters, cheesesashimi, jmarrero The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@cheesesashimi: Updated the following 4 configmaps:
DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@cheesesashimi: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
| machine-os-oci-content: | ||
| as: | ||
| - registry.ci.openshift.org/rhcos-devel/rhel-coreos:latest | ||
| to: rhcos-extensions-8.6 |
There was a problem hiding this comment.
For now I would prefer that we don't introduce versions everywhere that we would have to update / remove after and use generic names until we've figure out how we will support RHCOS 9.0. I'll make a PR.
Remove RHEL 8.6 references and use unversioned names for images until we have figured out how we will support RHCOS 9. See: - openshift#30351 - openshift/os#882
This creates nightly builds for the RHCOS extensions image defined under https://github.com/openshift/os/tree/master/extensions. When built, the image will be pullable from
registry.ci.openshift.org/rhcos-devel/rhel-coreos-extensions:latest. This PR is meant to supercede #30236.