From a005dc43aa45632e409ccbdca1178e92c35e58ca Mon Sep 17 00:00:00 2001 From: Dean Chen <862469039@qq.com> Date: Sat, 15 Aug 2026 21:38:13 +0500 Subject: [PATCH] docs(exporters): document context on type=docker That's the Docker context the image is loaded into. Empty means the current CLI context. Signed-off-by: Dean Chen <862469039@qq.com> --- content/manuals/build/exporters/oci-docker.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/manuals/build/exporters/oci-docker.md b/content/manuals/build/exporters/oci-docker.md index b9d13be064d5..e4c7ed04d8cb 100644 --- a/content/manuals/build/exporters/oci-docker.md +++ b/content/manuals/build/exporters/oci-docker.md @@ -33,6 +33,7 @@ The following table describes the available parameters: | Parameter | Type | Default | Description | | ------------------- | -------------------------------------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------- | | `name` | String | | Specify image name(s) | +| `context` | String | | Docker context to load the image into (`type=docker`). Empty uses the current CLI context. | | `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] |