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
|`src`|`cache-from`| String || Path of the local directory where cache gets imported from. |
30
30
|`digest`|`cache-from`| String || Digest of manifest to import, see [cache versioning][4]. |
31
31
|`dest`|`cache-to`| String || Path of the local directory where cache gets exported to. |
32
32
|`mode`|`cache-to`|`min`,`max`|`min`| Cache layers to export, see [cache mode][1]. |
33
33
|`oci-mediatypes`|`cache-to`|`true`,`false`|`true`| Use OCI media types in exported manifests, see [OCI media types][2]. |
34
-
|`image-manifest`|`cache-to`|`true`,`false`|`false`| When using OCI media types, generate an image manifest instead of an image index for the cache image, see [OCI media types][2]. |
34
+
|`image-manifest`|`cache-to`|`true`,`false`|`true`| When using OCI media types, generate an image manifest instead of an image index for the cache image, see [OCI media types][2]. |
35
35
|`compression`|`cache-to`|`gzip`,`estargz`,`zstd`|`gzip`| Compression type, see [cache compression][3]. |
36
36
|`compression-level`|`cache-to`|`0..22`|| Compression level, see [cache compression][3]. |
37
37
|`force-compression`|`cache-to`|`true`,`false`|`false`| Forcibly apply compression, see [cache compression][3]. |
|`ref`|`cache-to`,`cache-from`| String || Full name of the cache image to import. |
42
42
|`mode`|`cache-to`|`min`,`max`|`min`| Cache layers to export, see [cache mode][1]. |
43
43
|`oci-mediatypes`|`cache-to`|`true`,`false`|`true`| Use OCI media types in exported manifests, see [OCI media types][2]. |
44
-
|`image-manifest`|`cache-to`|`true`,`false`|`false`| When using OCI media types, generate an image manifest instead of an image index for the cache image, see [OCI media types][2]. |
44
+
|`image-manifest`|`cache-to`|`true`,`false`|`true`| When using OCI media types, generate an image manifest instead of an image index for the cache image, see [OCI media types][2]. |
45
45
|`compression`|`cache-to`|`gzip`,`estargz`,`zstd`|`gzip`| Compression type, see [cache compression][3]. |
46
46
|`compression-level`|`cache-to`|`0..22`|| Compression level, see [cache compression][3]. |
47
47
|`force-compression`|`cache-to`|`true`,`false`|`false`| Forcibly apply compression, see [cache compression][3]. |
0 commit comments