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/oci-docker.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,7 @@ The following table describes the available parameters:
40
40
|`force-compression`|`true`,`false`|`false`| Forcefully apply compression, see [compression][1]|
41
41
|`oci-mediatypes`|`true`,`false`|| Use OCI media types in exporter manifests. Defaults to `true` for `type=oci`, and `false` for `type=docker`. See [OCI Media types][2]|
42
42
|`annotation.<key>`| String || Attach an annotation with the respective `key` and `value` to the built image,see [annotations][3]|
43
+
|`rewrite-timestamp`|`true`,`false`|`false`| Normalize timestamps in the exported image based on the `SOURCE_DATE_EPOCH` value. Supported for both `image` and `docker` exporters. |
0 commit comments