-
Notifications
You must be signed in to change notification settings - Fork 11
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
publish okd-os base image in the same place as release image #13
Comments
|
OK cool, yeah that's a fine start though. I do think as argued in the ART ticket for RHCOS we want something more like Images tagged corresponding to the published stable cluster versions (like the nicer OCP 4.11.7, 4.11.8) style
Floating tags:
or so? |
that's totally fine with me too! |
Of course...one notable thing here that OKD has glossed over but will now become more prominent is that this versioning scheme hides the version of FCOS. It is its own big topic, obviously Fedora CoreOS was intentionally designed to be a "floating" system. However, for RHEL CoreOS (and CentOS) I think the version number is...kind of important. And particularly the major version. This is one reason why I've pushed to have it be But even then, ISTM we probably want to do something useful with the container
|
Veering off topic a bit more but it still related so just interesting to note that we also have two different git source schemas in this derived container:
This is because OCP builds use It's interesting because it's not actually wrong but it is a bit confusing. |
This is the same issue as https://issues.redhat.com/browse/ART-4352 which is for RHCOS.
Basically AFAICS today OKD builds a custom image derived from FCOS. Let's publish that image in a convenient place external to the release image so it can be used in external container builds, like https://github.com/coreos/coreos-layering-examples
The text was updated successfully, but these errors were encountered: