confidential-containers / cloud-api-adaptor

Ability to create Kata pods using cloud provider APIs aka the peer-pods approach
Apache License 2.0
48 stars 88 forks source link

versions: Bump fedora base image to f40 #2135

Closed stevenhorsman closed 3 weeks ago

stevenhorsman commented 3 weeks ago

Fedora 39 is EoL in a couple of weeks and I've started seeing a few repo connection errors, so lets bump to F40 as the latest supported version.

[!NOTE] Once golang-fedora:1.22.7-39 is built, this will be followed up with a bump of the builder_base as well.

wainersm commented 3 weeks ago

Hi @stevenhorsman !

peerpods-ctrl image built fine with F40 but I don't remember if we have a workflow for testing it. I was attempted to trigger the libvirt e2e CI to see if caa runtime on F40 would work with binaries built with F39, but it doesn't matter in the end as you will bump the binaries builder to F40 anyway.

stevenhorsman commented 3 weeks ago

Hi @stevenhorsman !

peerpods-ctrl image built fine with F40 but I don't remember if we have a workflow for testing it. I was attempted to trigger the libvirt e2e CI to see if caa runtime on F40 would work with binaries built with F39, but it doesn't matter in the end as you will bump the binaries builder to F40 anyway.

Yeah - the two stage is a bit annoying, but I think it's safer for a bigger bump like this rather than slamming both halves in and potentially breaking things.