Files
kata-containers/tests
Fabiano Fidêncio f560c87510 tests: pull stability-test images from the ghcr.io mirror
The stability tests pulled their container images straight from Docker Hub:
cassandra_stress.sh pulled docker.io/library/cassandra and the stress-ng
image was built FROM ubuntu:20.04 (Docker Hub). Both are now sourced from the
kata-containers ghcr.io mirror:

  * cassandra_stress.sh uses a substitutable REGISTRY (default
    ghcr.io/kata-containers) for the cassandra image.
  * common_stability.bash prefers ghcr.io/kata-containers for the ubuntu base,
    keeping the previous registries as fallbacks.
  * the stress-ng Dockerfile becomes Dockerfile.in with an @UBUNTU_REGISTRY@
    placeholder so it flows through the existing registry-fallback logic; the
    generated Dockerfile is gitignored.

Only Docker Hub sources are migrated here; quay.io/registry.k8s.io test images
are left untouched.

Authored-by: Cursor <cursor@cursor.com>
Signed-off-by: Fabiano Fidêncio <ffidencio@nvidia.com>
2026-06-11 21:21:08 +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.