-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build rhcos extensions image nightly #30351
build rhcos extensions image nightly #30351
Conversation
41986ca
to
73bcf45
Compare
73bcf45
to
b06f256
Compare
cron: '@daily' | ||
steps: | ||
test: | ||
- as: validate-rhcos-base-image |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@cheesesashimi: Updated the following 4 configmaps:
In 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. 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. 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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.