mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00

As of https://github.com/containers/automation_images/pull/357 our CI VMs include a local registry preloaded with all(*) images used in tests. * where "all" means "most". This commit installs a new registries.conf that redirects docker and quay to the new local registry. The hope is that this will reduce CI flakes. Since tests change over time, and new tests may require new images, this commit also adds a mechanism for pulling in remote images at test run time. Obviously this negates the purpose of the cache, since it introduces a flake pain point. The idea is: DO NOT DO THIS UNLESS ABSOLUTELY NECESSARY, and then, if we have to do this, hurry up and spin new CI VMs that include the new image(s). Signed-off-by: Ed Santiago <santiago@redhat.com>
15 lines
527 B
Plaintext
15 lines
527 B
Plaintext
#
|
|
# As of July 2024, all CI VMs include a local registry prepopulated
|
|
# with all container images used in tests:
|
|
#
|
|
# https://github.com/containers/automation_images/pull/357
|
|
# https://github.com/containers/podman/pull/22726
|
|
#
|
|
# From time to time -- infrequently, we hope! -- existing images are
|
|
# updated, or tests are added that require new images. Those must be
|
|
# prefetched on each CI job, at least until new VMs are built. This
|
|
# file contains those images.
|
|
#
|
|
# Format is one FQIN per line. Enumerate them below:
|
|
#
|