From 69b91f2760e3863550b54aa250ec48a2daee65d0 Mon Sep 17 00:00:00 2001 From: Justin Chadwell Date: Tue, 22 Nov 2022 14:44:58 +0000 Subject: [PATCH] docs: add tar flag to oci+docker exporters Signed-off-by: Justin Chadwell --- docs/manuals/exporters/oci-docker.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/manuals/exporters/oci-docker.md b/docs/manuals/exporters/oci-docker.md index abf1907c..75830f97 100644 --- a/docs/manuals/exporters/oci-docker.md +++ b/docs/manuals/exporters/oci-docker.md @@ -27,6 +27,7 @@ The following table describes the available parameters: | ------------------- | -------------------------------------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------- | | `name` | String | | Specify image name(s) | | `dest` | String | | Path | +| `tar` | `true`,`false` | `true` | Bundle the output into a tarball layout | | `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] |