You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-22Lines changed: 0 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -259,8 +259,6 @@ Keys supported by image output:
259
259
*`compression=<uncompressed|gzip|estargz|zstd>`: choose compression type for layers newly created and cached, gzip is default value. estargz should be used with `oci-mediatypes=true`.
260
260
*`compression-level=<value>`: compression level for gzip, estargz (0-9) and zstd (0-22)
261
261
*`force-compression=true`: forcefully apply `compression` option to all layers (including already existing layers)
262
-
*`buildinfo=true`: attach inline build info in [image config](docs/build-repro.md#image-config) (default `true`)
263
-
*`buildinfo-attrs=true`: attach inline build info attributes in [image config](docs/build-repro.md#image-config) (default `false`)
264
262
*`store=true`: store the result images to the worker's (e.g. containerd) image store as well as ensures that the image has all blobs in the content store (default `true`). Ignored if the worker doesn't have image store (e.g. OCI worker).
265
263
*`annotation.<key>=<value>`: attach an annotation with the respective `key` and `value` to the built image
266
264
* Using the extended syntaxes, `annotation-<type>.<key>=<value>`, `annotation[<platform>].<key>=<value>` and both combined with `annotation-<type>[<platform>].<key>=<value>`, allows configuring exactly where to attach the annotation.
Build information has been removed since BuildKit v0.12.0. See the [Deprecated features page](https://github.com/moby/buildkit/blob/master/docs/deprecated.md)
4
+
for status and alternative recommendation about this feature.
0 commit comments