Files
kata-containers/tests/stability
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
..