switch to go.podman.io/image/v5

This commit is contained in:
CrazyMax
2025-09-13 19:39:11 +02:00
parent a70601f4b0
commit ed706b60ad
233 changed files with 299 additions and 289 deletions

View File

@@ -0,0 +1,6 @@
package reference
// Return true if the specified string fully matches `IdentifierRegexp`.
func IsFullIdentifier(s string) bool {
return anchoredIdentifierRegexp.MatchString(s)
}