Files
kata-containers/tests
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
..
2026-06-04 08:49:17 +01:00
2026-06-03 09:56:54 +01:00

Kata Containers Tests

This directory contains various types of tests for testing the Kata Containers repository.

Test Content

We provide several tests to ensure Kata-Containers run on different scenarios and with different container managers.

  1. Integration tests to ensure compatibility with:
  2. Stability tests
  3. Functional

GitHub Actions

Kata Containers uses GitHub Actions in the Kata Containers repository.