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
Copy file name to clipboardExpand all lines: README.md
+23
Original file line number
Diff line number
Diff line change
@@ -274,6 +274,29 @@ Get the digest for your container _without_ pulling it using the [crane](https:/
274
274
IMAGE="${IMAGE}@"$(crane digest "${IMAGE}")
275
275
```
276
276
277
+
**Optional:**
278
+
279
+
Refer [Specifying a provenance target repository](https://docs.sigstore.dev/system_config/registry_support/#specifying-registry) when stored separately:
280
+
281
+
- Make sure to authenticate against the provenance target repository
282
+
283
+
-_Defaults_ when **NOT** specified:
284
+
285
+
**_registry_**: `index.docker.io`
286
+
287
+
**_namespace_**: `library`
288
+
289
+
**_provenance-target-repository_**: **Required**
290
+
291
+
- Run the below to set provenance target repository
0 commit comments