Files
kata-containers/tests/functional
Fabiano Fidêncio 4471037ca3 tests: pull remaining Docker Hub images from the ghcr.io mirror
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>
2026-06-11 21:21:42 +02:00
..