mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-07-10 07:05:51 +00:00
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>
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.