Add `rewrite-timestamp` buildx output parameter

This commit is contained in:
Hadrien Patte 2024-10-04 00:17:40 +02:00
parent fa372c15fb
commit 0d759e28fc
No known key found for this signature in database
GPG Key ID: 0954F2874A54F4B1
1 changed files with 2 additions and 0 deletions

View File

@ -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` | `uncompressed`,`gzip`,`estargz`,`zstd` | `gzip` | Compression type, see [compression][1] |
| `compression-level` | `0..22` | | Compression level, see [compression][1] | | `compression-level` | `0..22` | | Compression level, see [compression][1] |
| `force-compression` | `true`,`false` | `false` | Forcefully apply compression, 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] | | `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) | | `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). | | `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
[1]: _index.md#compression [1]: _index.md#compression
[2]: _index.md#oci-media-types [2]: _index.md#oci-media-types
[3]: #annotations [3]: #annotations
[4]: https://github.com/moby/buildkit/blob/master/docs/build-repro.md
## Annotations ## Annotations