Skip to content

Commit 332da52

Browse files
committed
docs: mention rewrite-timestamp support for docker exporter #23653
1 parent 6f12fa4 commit 332da52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/manuals/build/exporters/oci-docker.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ The following table describes the available parameters:
4040
| `force-compression` | `true`,`false` | `false` | Forcefully apply compression, see [compression][1] |
4141
| `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] |
4242
| `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. |
4344

4445
[1]: _index.md#compression
4546
[2]: _index.md#oci-media-types

0 commit comments

Comments
 (0)