From f2b98355e7121434519847a502c67935719dae03 Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Thu, 24 Jul 2025 16:29:57 -0500 Subject: [PATCH] fix(renovate): update rule for keeping containers current This should match ALL containers that are referenced in the images-openstack.yaml file and not just those in this repo's container registry. ref: PUC-1004 --- .github/renovate/understackContainerMatch.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/renovate/understackContainerMatch.json b/.github/renovate/understackContainerMatch.json index e8028eea8..afba7fde0 100644 --- a/.github/renovate/understackContainerMatch.json +++ b/.github/renovate/understackContainerMatch.json @@ -5,11 +5,11 @@ "customType": "regex", "fileMatch": ["(^|/)images-openstack\\.ya?ml$"], "matchStrings": [ - "ghcr\\.io/rackerlabs/(?understack/[\\w\\-]+)(?::(?[-a-zA-Z0-9.]+))?(?:@(?sha256:[a-zA-Z0-9]+))?" + "(?[a-zA-Z0-9.-]+(?:\\:[0-9]+)?)/(?[^\\s:@]+)(?::(?[-a-zA-Z0-9.]+))?(?:@(?sha256:[a-zA-Z0-9]+))?" ], "datasourceTemplate": "docker", - "packageNameTemplate": "ghcr.io/rackerlabs/{{depName}}", - "autoReplaceStringTemplate": "ghcr.io/rackerlabs/{{{depName}}}:{{{newValue}}}{{#if newDigest}}@{{{newDigest}}}{{/if}}" + "packageNameTemplate": "{{registryUrl}}/{{depName}}", + "autoReplaceStringTemplate": "{{registryUrl}}/{{{depName}}}:{{{newValue}}}{{#if newDigest}}@{{{newDigest}}}{{/if}}" } ], "packageRules": [