From 8974a5f457c2aa50c6850e7ce7ca3cf40f1af252 Mon Sep 17 00:00:00 2001 From: Joep van Delft Date: Tue, 12 Nov 2024 12:24:29 +0100 Subject: [PATCH] centos base image: Mirror manifest list --- streams.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/streams.yml b/streams.yml index db7aaadc35..c17278621f 100644 --- a/streams.yml +++ b/streams.yml @@ -149,9 +149,11 @@ centos_stream8: image: quay.io/centos/centos:stream8 upstream_image: registry.ci.openshift.org/ocp/builder:stream8 mirror: true + mirror_manifest_list: true centos_stream9: # Mirror the centos images so that okd_alignment can reference them in app.ci image: quay.io/centos/centos:stream9 upstream_image: registry.ci.openshift.org/ocp/builder:stream9 mirror: true + mirror_manifest_list: true