Skip to content

Commit 0d759e2

Browse files
committed
Add rewrite-timestamp buildx output parameter
1 parent fa372c1 commit 0d759e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/manuals/build/exporters/image-registry.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ The following table describes the available parameters that you can pass to
3535
| `compression` | `uncompressed`,`gzip`,`estargz`,`zstd` | `gzip` | Compression type, see [compression][1] |
3636
| `compression-level` | `0..22` | | Compression level, see [compression][1] |
3737
| `force-compression` | `true`,`false` | `false` | Forcefully apply compression, see [compression][1] |
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. |
3839
| `oci-mediatypes` | `true`,`false` | `false` | Use OCI media types in exporter manifests, see [OCI Media types][2] |
3940
| `unpack` | `true`,`false` | `false` | Unpack image after creation (for use with containerd) |
4041
| `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). |
@@ -43,6 +44,7 @@ The following table describes the available parameters that you can pass to
4344
[1]: _index.md#compression
4445
[2]: _index.md#oci-media-types
4546
[3]: #annotations
47+
[4]: https://github.com/moby/buildkit/blob/master/docs/build-repro.md
4648

4749
## Annotations
4850

0 commit comments

Comments
 (0)