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: content/manuals/build/exporters/image-registry.md
+2
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@ The following table describes the available parameters that you can pass to
37
37
|`force-compression`|`true`,`false`|`false`| Forcefully apply compression, see [compression][1]|
38
38
|`rewrite-timestamp`|`true`,`false`|`false`| Rewrite the file timestamps to the `SOURCE_DATE_EPOCH` value. See [build reproducibility][4] for how to specify the `SOURCE_DATE_EPOCH` value. |
39
39
|`oci-mediatypes`|`true`,`false`|`false`| Use OCI media types in exporter manifests, see [OCI Media types][2]|
40
+
|`oci-artifact`|`true`,`false`|`false`| Attestations are formatted as OCI artifacts, see [OCI Media types][2]|
40
41
|`unpack`|`true`,`false`|`false`| Unpack image after creation (for use with containerd) |
41
42
|`store`|`true`,`false`|`true`| Store the result images to the worker's (for example, containerd) image store, and ensures that the image has all blobs in the content store. Ignored if the worker doesn't have image store (when using OCI workers, for example). |
42
43
|`annotation.<key>`| String || Attach an annotation with the respective `key` and `value` to the built image,see [annotations][3]|
@@ -45,6 +46,7 @@ The following table describes the available parameters that you can pass to
0 commit comments