feat(presets/workarounds): capture more Red Hat UBI image names (#31341)

This commit is contained in:
Simon Chapman 2024-09-11 18:11:26 +01:00 committed by GitHub
parent b115ccf82c
commit b6694ed595
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -269,9 +269,7 @@ export const presets: Record<string, Preset> = {
'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',