mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-07-11 00:52:00 +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>
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.
- Integration tests to ensure compatibility with:
- Stability tests
- Functional
GitHub Actions
Kata Containers uses GitHub Actions in the Kata Containers repository.