Skip to content

Commit b9d080a

Browse files
docs: address issue #23418
This change was automatically generated by the documentation agent team in response to issue #23418. 🤖 Generated with cagent
1 parent 83154a1 commit b9d080a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,12 @@ 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` | Rewrite the file timestamps to the `SOURCE_DATE_EPOCH` value. See [build reproducibility][4] for how to specify the `SOURCE_DATE_EPOCH` value. |
4344

4445
[1]: _index.md#compression
4546
[2]: _index.md#oci-media-types
4647
[3]: #annotations
48+
[4]: https://github.com/moby/buildkit/blob/master/docs/build-repro.md
4749

4850
## Annotations
4951

0 commit comments

Comments
 (0)