Hey, we announced image mode for RHEL: https://www.redhat.com/en/blog/introducing-image-mode-red-hat-enterprise-lin...
It's tech preview, but I think it'd make sense to move these images into centos proper still.
Right now we have upstream code in https://github.com/centos/centos-bootc and we created a temporary quay.io namespace in quay.io/centos-bootc.
I'd like to propose a migration like this:
- github.com/centos/centos-bootc -> https://gitlab.com/redhat/centos-stream/containers/bootc (Somewhat paralleling https://gitlab.com/fedora/bootc/base-images ) This would also implicitly be creating a new containers/ namespace) - quay.io/centos-bootc/centos-bootc:stream9 -> quay.io/centos/centos-bootc:stream9 - quay.io/centos-bootc/bootc-image-builder:latest -> quay.io/centos/bootc-image-builder:latest
The :latest tag is currently a bit out of place for bib, and should probably switch to :stream9 too? That said, the time may also be right at least for these things to convert from a ":stream9" tags in favor of a more...streamlined tag like just plain ":9"?
Only tangentially related, but still related is
$ skopeo inspect -n docker://quay.io/centos/centos:latest|jq -r .Created 2020-12-08T00:22:53.076477777Z $
Which is obviously pretty broken...we should probably just drop this `:latest` tag as it's just a trap at this point?