Skip to content

Commit

Permalink
Merge pull request #21055 from HadrienPatte/rewrite-timestamp
Browse files Browse the repository at this point in the history
Add `rewrite-timestamp` buildx output parameter
  • Loading branch information
dvdksn authored Oct 7, 2024
2 parents ca8db5d + 0d759e2 commit 7e48839
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/manuals/build/exporters/image-registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ The following table describes the available parameters that you can pass to
| `compression` | `uncompressed`,`gzip`,`estargz`,`zstd` | `gzip` | Compression type, see [compression][1] |
| `compression-level` | `0..22` | | Compression level, see [compression][1] |
| `force-compression` | `true`,`false` | `false` | Forcefully apply compression, see [compression][1] |
| `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. |
| `oci-mediatypes` | `true`,`false` | `false` | Use OCI media types in exporter manifests, see [OCI Media types][2] |
| `unpack` | `true`,`false` | `false` | Unpack image after creation (for use with containerd) |
| `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). |
Expand All @@ -43,6 +44,7 @@ The following table describes the available parameters that you can pass to
[1]: _index.md#compression
[2]: _index.md#oci-media-types
[3]: #annotations
[4]: https://github.com/moby/buildkit/blob/master/docs/build-repro.md

## Annotations

Expand Down

0 comments on commit 7e48839

Please sign in to comment.