Hi everyone,
I'm glad to announce we have resumed releasing CentOS Stream 8 updates, and that Stream 8 is now following the same workflow as Stream 9.
This is a follow up of https://lists.centos.org/pipermail/centos-devel/2023-February/142762.html
This means Stream 8 builds will be appearing in the Stream koji (https://kojihub.stream.centos.org), built from sources in the Stream dist-git (https://gitlab.com/redhat/centos-stream/rpms).
Mirrors remain the same as before. Individual composes can be found at https://composes.stream.centos.org/stream-8/
We're finishing up cloud and container images, you will find them in the same places as before when ready.
Cheers!
On Wed, Mar 15, 2023 at 04:42:48PM +0100, Adam Samalik wrote:
I'm glad to announce we have resumed releasing CentOS Stream 8 updates, and that Stream 8 is now following the same workflow as Stream 9.
This is a follow up of https://lists.centos.org/pipermail/centos-devel/2023-February/142762.html
...
We're finishing up cloud and container images, you will find them in the same places as before when ready.
Will you also update https://app.vagrantup.com/centos/boxes/stream8? It's now 2 years old. There is a more recent build (from 2022-09-13) on https://cloud.centos.org/centos/8-stream/x86_64/images/ but that's still quite old for something that should be rolling forward.
https://bugs.centos.org/view.php?id=18028 is tracking this, but hasn't seen an update in a long time.
On Wed, Mar 15, 2023, at 11:42, Ewoud Kohl van Wijngaarden wrote:
On Wed, Mar 15, 2023 at 04:42:48PM +0100, Adam Samalik wrote:
I'm glad to announce we have resumed releasing CentOS Stream 8 updates, and that Stream 8 is now following the same workflow as Stream 9.
This is a follow up of https://lists.centos.org/pipermail/centos-devel/2023-February/142762.html
...
We're finishing up cloud and container images, you will find them in the same places as before when ready.
Will you also update https://app.vagrantup.com/centos/boxes/stream8? It's now 2 years old. There is a more recent build (from 2022-09-13) on https://cloud.centos.org/centos/8-stream/x86_64/images/ but that's still quite old for something that should be rolling forward.
https://bugs.centos.org/view.php?id=18028 is tracking this, but hasn't seen an update in a long time. _______________________________________________ CentOS-devel mailing list CentOS-devel@centos.org https://lists.centos.org/mailman/listinfo/centos-devel
We'll be focusing on other image types before we decide how we want to handle vagrant images. For now, Stream 8 boxes are stored in the buildsystem, example: https://kojihub.stream.centos.org/koji/buildinfo?buildID=31089
Stream 9 images, as usual, can be found on cloud.centos.org: https://cloud.centos.org/centos/9-stream/x86_64/images/
--Brian
On Wed, Mar 15, 2023 at 12:34:57PM -0500, Brian Stinson wrote:
On Wed, Mar 15, 2023, at 11:42, Ewoud Kohl van Wijngaarden wrote:
On Wed, Mar 15, 2023 at 04:42:48PM +0100, Adam Samalik wrote:
I'm glad to announce we have resumed releasing CentOS Stream 8 updates, and that Stream 8 is now following the same workflow as Stream 9.
This is a follow up of https://lists.centos.org/pipermail/centos-devel/2023-February/142762.html
...
We're finishing up cloud and container images, you will find them in the same places as before when ready.
Will you also update https://app.vagrantup.com/centos/boxes/stream8? It's now 2 years old. There is a more recent build (from 2022-09-13) on https://cloud.centos.org/centos/8-stream/x86_64/images/ but that's still quite old for something that should be rolling forward.
https://bugs.centos.org/view.php?id=18028 is tracking this, but hasn't seen an update in a long time.
We'll be focusing on other image types before we decide how we want to handle vagrant images. For now, Stream 8 boxes are stored in the buildsystem, example: https://kojihub.stream.centos.org/koji/buildinfo?buildID=31089
Would it be possible to upload once manually so we at least have a semi-recent image?
Stream 9 images, as usual, can be found on cloud.centos.org: https://cloud.centos.org/centos/9-stream/x86_64/images/
This is inconvenient since there simply isn't a centos/stream9 on https://app.vagrantup.com/centos which means every consumer needs to manually specify it. There also isn't a CentOS-Stream-Vagrant-9-latest.x86_64.vagrant-libvirt.box either which means manual work.
Is there any way I could help? Like providing a (Python) script to create the entries via the Vagrant Cloud API. I obviously just can't run it myself without credentials.
On Wed, Mar 15, 2023, at 13:27, Ewoud Kohl van Wijngaarden wrote:
On Wed, Mar 15, 2023 at 12:34:57PM -0500, Brian Stinson wrote:
On Wed, Mar 15, 2023, at 11:42, Ewoud Kohl van Wijngaarden wrote:
On Wed, Mar 15, 2023 at 04:42:48PM +0100, Adam Samalik wrote:
I'm glad to announce we have resumed releasing CentOS Stream 8 updates, and that Stream 8 is now following the same workflow as Stream 9.
This is a follow up of https://lists.centos.org/pipermail/centos-devel/2023-February/142762.html
...
We're finishing up cloud and container images, you will find them in the same places as before when ready.
Will you also update https://app.vagrantup.com/centos/boxes/stream8? It's now 2 years old. There is a more recent build (from 2022-09-13) on https://cloud.centos.org/centos/8-stream/x86_64/images/ but that's still quite old for something that should be rolling forward.
https://bugs.centos.org/view.php?id=18028 is tracking this, but hasn't seen an update in a long time.
We'll be focusing on other image types before we decide how we want to handle vagrant images. For now, Stream 8 boxes are stored in the buildsystem, example: https://kojihub.stream.centos.org/koji/buildinfo?buildID=31089
Would it be possible to upload once manually so we at least have a semi-recent image?
The focus would be to get these images synced to cloud.centos.org using our usual sync tooling (that's where Vagrant Cloud points to anyways).
Stream 9 images, as usual, can be found on cloud.centos.org: https://cloud.centos.org/centos/9-stream/x86_64/images/
This is inconvenient since there simply isn't a centos/stream9 on https://app.vagrantup.com/centos which means every consumer needs to manually specify it. There also isn't a CentOS-Stream-Vagrant-9-latest.x86_64.vagrant-libvirt.box either which means manual work.
Is there any way I could help? Like providing a (Python) script to create the entries via the Vagrant Cloud API. I obviously just can't run it myself without credentials.
If you have something handy, that would be a good contribution to this folder: https://gitlab.com/redhat/centos-stream/release-engineering/releng-tools/-/t...
CentOS-devel mailing list CentOS-devel@centos.org https://lists.centos.org/mailman/listinfo/centos-devel
As soon as the other image types are clear, we can come back to this.
--Brian
On Wed, Mar 15, 2023 at 12:06 PM Brian Stinson brian@bstinson.com wrote:
On Wed, Mar 15, 2023, at 13:27, Ewoud Kohl van Wijngaarden wrote:
On Wed, Mar 15, 2023 at 12:34:57PM -0500, Brian Stinson wrote:
On Wed, Mar 15, 2023, at 11:42, Ewoud Kohl van Wijngaarden wrote:
On Wed, Mar 15, 2023 at 04:42:48PM +0100, Adam Samalik wrote:
I'm glad to announce we have resumed releasing CentOS Stream 8 updates, and that Stream 8 is now following the same workflow as Stream 9.
This is a follow up of
https://lists.centos.org/pipermail/centos-devel/2023-February/142762.html
...
We're finishing up cloud and container images, you will find them in the same places as before when ready.
Will you also update https://app.vagrantup.com/centos/boxes/stream8? It's now 2 years old. There is a more recent build (from 2022-09-13) on https://cloud.centos.org/centos/8-stream/x86_64/images/ but that's
still
quite old for something that should be rolling forward.
https://bugs.centos.org/view.php?id=18028 is tracking this, but hasn't seen an update in a long time.
We'll be focusing on other image types before we decide how we want to
handle vagrant images. For now, Stream 8 boxes are stored in the buildsystem, example: https://kojihub.stream.centos.org/koji/buildinfo?buildID=31089
Would it be possible to upload once manually so we at least have a semi-recent image?
The focus would be to get these images synced to cloud.centos.org using our usual sync tooling (that's where Vagrant Cloud points to anyways).
Stream 9 images, as usual, can be found on cloud.centos.org:
https://cloud.centos.org/centos/9-stream/x86_64/images/
This is inconvenient since there simply isn't a centos/stream9 on https://app.vagrantup.com/centos which means every consumer needs to manually specify it. There also isn't a CentOS-Stream-Vagrant-9-latest.x86_64.vagrant-libvirt.box either which means manual work.
Is there any way I could help? Like providing a (Python) script to create the entries via the Vagrant Cloud API. I obviously just can't run it myself without credentials.
If you have something handy, that would be a good contribution to this folder: https://gitlab.com/redhat/centos-stream/release-engineering/releng-tools/-/t...
CentOS-devel mailing list CentOS-devel@centos.org https://lists.centos.org/mailman/listinfo/centos-devel
As soon as the other image types are clear, we can come back to this.
--Brian
For those that aren't watching. - Containers are now on Quay - https://quay.io/repository/centos/centos?tab=tags - Cloud images are up - https://cloud.centos.org/centos/8-stream/x86_64/images/ I'm currently working on the AWS images.
This is semi-automated at this point. Meaning that I am running the automated scripts manually to verify they work. Hopefully the next compose (or maybe the one after that) this will be a one button push release.
Troy
On Wed, Mar 15, 2023 at 02:06:02PM -0500, Brian Stinson wrote:
On Wed, Mar 15, 2023, at 13:27, Ewoud Kohl van Wijngaarden wrote:
On Wed, Mar 15, 2023 at 12:34:57PM -0500, Brian Stinson wrote:
On Wed, Mar 15, 2023, at 11:42, Ewoud Kohl van Wijngaarden wrote:
This is inconvenient since there simply isn't a centos/stream9 on https://app.vagrantup.com/centos which means every consumer needs to manually specify it. There also isn't a CentOS-Stream-Vagrant-9-latest.x86_64.vagrant-libvirt.box either which means manual work.
Is there any way I could help? Like providing a (Python) script to create the entries via the Vagrant Cloud API. I obviously just can't run it myself without credentials.
If you have something handy, that would be a good contribution to this folder: https://gitlab.com/redhat/centos-stream/release-engineering/releng-tools/-/t...
I've started a basic MR with a script that I think should be usable in automating:
https://gitlab.com/redhat/centos-stream/release-engineering/releng-tools/-/m...
However, I could use some feedback on how it would be used. See the questions in the MR.
Am 15.03.23 um 16:42 schrieb Adam Samalik:
Mirrors remain the same as before. Individual composes can be found at https://composes.stream.centos.org/stream-8/ https://composes.stream.centos.org/stream-8/
I assume https://composes.centos.org is therefore obsolete now?
On Wed, Mar 15, 2023, at 12:24, Leon Fauster via CentOS-devel wrote:
Am 15.03.23 um 16:42 schrieb Adam Samalik:
Mirrors remain the same as before. Individual composes can be found at https://composes.stream.centos.org/stream-8/ https://composes.stream.centos.org/stream-8/
I assume https://composes.centos.org is therefore obsolete now?
Yes, everything new happens at https://composes.stream.centos.org/stream-8/
-- Leon _______________________________________________ CentOS-devel mailing list CentOS-devel@centos.org https://lists.centos.org/mailman/listinfo/centos-devel
--Brian
Hi!
st 15. 3. 2023 v 16:43 odesílatel Adam Samalik asamalik@redhat.com napsal:
We're finishing up cloud and container images, you will find them in the same places as before when ready.
Shameless plug:
Image builder can build up-to-date CentOS Stream 8 (and 9) images for many cloud environments including AWS, Azure, GCP, VMware and KVM (libvirt, OpenStack, OpenShift Virtualization).
Either, you can use our hosted service (needs a RHEL subscription, but the free developer one is just fine): https://console.redhat.com/insights/image-builder
Or you can use the on-premises version: https://www.osbuild.org/guides/user-guide/user-guide.html
If your use-case for Centos images is validating that your production RHEL deployments won't break when a new minor release is out, then I would actually strongly recommend using image builder, because it actually builds images much more similar to what Red Hat produces for RHEL (since Red Hat nowadays uses basically only image builder for all cloud images).
Cheers, Ondřej