the free-runners come with pre-installed containerd which sometimes collides with the one we install. We also need to move docker images to /mnt due to limitted root (/) partition.
Note I tried testing this on my fork https://github.com/ldoktor/coco-operator/pull/4 but for some reason I can only use ubuntu-latest while ubuntu-2204 (which is the same as ubuntu-latest) fails, which is why I left the az-* runners on for now, we can remove them once the GH runners stabilize.
the free-runners come with pre-installed containerd which sometimes collides with the one we install. We also need to move docker images to /mnt due to limitted root (/) partition.
Note I tried testing this on my fork https://github.com/ldoktor/coco-operator/pull/4 but for some reason I can only use
ubuntu-latest
whileubuntu-2204
(which is the same asubuntu-latest
) fails, which is why I left theaz-*
runners on for now, we can remove them once the GH runners stabilize.