Versions in this module Expand all Collapse all v0 v0.18.1 Mar 3, 2026 Changes in this version + func BuildRegexFilter(expression string, regexpMatchTimeoutSeconds int64) (*regexp2.Regexp, error) + func CollectTagFilters(ctx context.Context, rawFilters []string, client acrapi.BaseClientAPI, ...) (map[string]string, error) + func GetAllRepositoryNames(ctx context.Context, client acrapi.BaseClientAPI, pageSize int32) ([]string, error) + func GetLastTagFromResponse(resultTags *acr.RepositoryTagsType) string + func GetMatchingRepos(repoNames []string, repoRegex string, regexMatchTimeout int64) ([]string, error) + func GetRepositoryAndTagRegex(filter string) (string, string, error) + func GetUntaggedManifests(ctx context.Context, poolSize int, acrClient api.AcrCLIClientInterface, ...) ([]acr.ManifestAttributesBase, error)