From b6694ed595356212a476376d9d9473e832821939 Mon Sep 17 00:00:00 2001 From: Simon Chapman Date: Wed, 11 Sep 2024 18:11:26 +0100 Subject: [PATCH] feat(presets/workarounds): capture more Red Hat UBI image names (#31341) --- lib/config/presets/internal/workarounds.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/config/presets/internal/workarounds.ts b/lib/config/presets/internal/workarounds.ts index 8f6cabced7a62a..8e470ec6b8450f 100644 --- a/lib/config/presets/internal/workarounds.ts +++ b/lib/config/presets/internal/workarounds.ts @@ -269,9 +269,7 @@ export const presets: Record = { 'registry.access.redhat.com/rhel8/**', 'registry.access.redhat.com/rhel9/**', 'registry.access.redhat.com/rhscl/**', - 'registry.access.redhat.com/ubi7**', - 'registry.access.redhat.com/ubi8**', - 'registry.access.redhat.com/ubi9**', + 'registry.access.redhat.com/ubi*{,/}**', 'redhat/**', ], versioning: 'redhat',