You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <aid="oci_pull-name"></a>name | A unique name for this repository. | <ahref="https://bazel.build/concepts/labels#target-names">Name</a> | required ||
| <aid="oci_pull-digest"></a>digest | The digest or tag of the manifest file | String | required ||
125
-
| <aid="oci_pull-registry"></a>registry | Remote registry host to pull from, e.g. `gcr.io` or `index.docker.io`| String | required ||
126
-
| <aid="oci_pull-repo_mapping"></a>repo_mapping | In `WORKSPACE` context only: a dictionary from local repository name to global repository name. This allows controls over workspace dependency resolution for dependencies of this repository.<br><br>For example, an entry `"@foo": "@bar"` declares that, for any time this repository depends on `@foo` (such as a dependency on `@foo//some:target`, it should actually resolve that dependency within globally-declared `@bar` (`@bar//some:target`).<br><br>This attribute is _not_ supported in `MODULE.bazel` context (when invoking a repository rule inside a module extension's implementation function). | <ahref="https://bazel.build/rules/lib/dict">Dictionary: String -> String</a> | optional ||
127
-
| <aid="oci_pull-repository"></a>repository | Image path beneath the registry, e.g. `distroless/static`| String | required ||
128
-
| <aid="oci_pull-scheme"></a>scheme | scheme portion of the URL for fetching from the registry | String | optional |`"https"`|
0 commit comments