mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-07-11 09:07:49 +00:00
Several functional/integration tests still pulled images straight from Docker Hub (some via bare image names that implicitly resolve to docker.io): * cri-containerd -> busybox:latest * docker smoke -> instrumentisto/nmap:latest * nerdctl smoke -> instrumentisto/nmap, alpine * vfio-ap -> registry:2.8.3 Point all of them at the kata-containers ghcr.io mirror through a substitutable REGISTRY (default ghcr.io/kata-containers), reusing already-mirrored pinned tags where possible (busybox:1.37.0, alpine:3.22). The nmap and registry images are added to the mirror manifest (images.yaml) so the mirror job publishes them. quay.io/registry.k8s.io test images remain untouched. Authored-by: Cursor <cursor@cursor.com> Signed-off-by: Fabiano Fidêncio <ffidencio@nvidia.com>