Conversation
4e32336 to
5cc53a7
Compare
.github/workflows/ci.yml
Outdated
| matrix: | ||
| box: | ||
| - fedora/39-cloud-base | ||
| # the upstream rockylnux/8 image no longer works: |
There was a problem hiding this comment.
If we're keping Rocky Linux 8 to test compatibility, can you add a comment to the file so it doesn't get changed again?
There was a problem hiding this comment.
Should we just remove the rockylinux/9 one as well?
I notice in Vagrant Cloud images can be hosted externally, but then the link dies after a year or two and the image is unusable. This is also happening with the fedora 37 images. If we use one should we just use all the bento images since they are hosted by vagrant cloud?
There was a problem hiding this comment.
rockylinux/9
Probably safe to retain
Vagrant Cloud
Maybe we can just switch away from Vagrant to Lima
Mirantis/cri-dockerd@a3a2995
glibc, cgroup v1, kernel, SELinux policies, and whatever |
.github/workflows/ci.yml
Outdated
| - fedora/39-cloud-base | ||
| # the upstream rockylnux/8 image no longer works: | ||
| # https://github.com/containerd/containerd/pull/10297 | ||
| - bento/rockylinux-8 |
There was a problem hiding this comment.
Still failing
https://github.com/containerd/containerd/actions/runs/9395253328/job/25885528463?pr=10304
==> default: Starting domain.
==> default: Domain launching with graphics connection settings...
==> default: -- Graphics Port: 5900
==> default: -- Graphics IP: 127.0.0.1
==> default: -- Graphics Password: Not defined
==> default: -- Graphics Websocket: 5700
==> default: Waiting for domain to get an IP address...
==> default: Removing domain...
==> default: Deleting the machine folder
/root/.vagrant.d/gems/3.1.4/gems/fog-core-2.4.0/lib/fog/core/wait_for.rb:9:in `block in wait_for': The specified wait_for timeout (2 seconds) was exceeded (Fog::Errors::TimeoutError)
There was a problem hiding this comment.
Changed to Alma Linux 8
Add back EL 8 to test legacy compatibility Follow-up to PR 10297 Signed-off-by: Akihiro Suda <[email protected]>
5cc53a7 to
08c1e12
Compare
Add back EL 8 to test legacy compatibility
Follow-up to: