opencontainers / runc

CLI tool for spawning and running containers according to the OCI specification
https://www.opencontainers.org/
Apache License 2.0
11.78k stars 2.1k forks source link

Vagrantfile.fedora: bump to F40 #4285

Closed kolyshkin closed 3 months ago

kolyshkin commented 4 months ago

Get the image directly from Fedora (see https://fedoraproject.org/cloud/download) as F40 is still not available from vagrant (https://app.vagrantup.com/fedora/).

Also, remove the cgroup v2 comment as it is now obsoleted (we also test cgroup v2 on Ubuntu 22.04 and CentOS Stream 9).

Pending #4292 merge.

kolyshkin commented 4 months ago

Oh well, F40 comes with go 1.22.3 so we have to fix the Go 1.22 compatibility first.

Back to draft this goes.