Allow configuring registry_patterns in oci_pull
#683
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Currently registry patterns are hardcoded here:
rules_oci/oci/private/authn.bzl
Line 9 in 9faf210
If one uses private registry, they can either add their pattern to this list (app.snowflake.com as an example), or apply patches in their workspaces.
I think the more flexible solution could be to allow passing the registry patterns in oci_pull.
I'm happy to add the change if you agree.
The text was updated successfully, but these errors were encountered: