Document flags for tarball build only (#1503)
This commit is contained in:
parent
0c1a1a690a
commit
5fad5f360f
|
|
@ -708,8 +708,9 @@ You can set the `--snapshotMode=<full (default), redo, time>` flag to set how ka
|
||||||
|
|
||||||
#### --tarPath
|
#### --tarPath
|
||||||
|
|
||||||
Set this flag as `--tarPath=<path>` to save the image as a tarball at path instead of pushing the image.
|
Set this flag as `--tarPath=<path>` to save the image as a tarball at path.
|
||||||
You need to set `--destination` as well (for example `--destination=image`).
|
You need to set `--destination` as well (for example `--destination=image`).
|
||||||
|
If you want to save the image as tarball only you also need to set `--no-push`.
|
||||||
|
|
||||||
#### --target
|
#### --target
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue