summaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-07-09 19:59:58 +0200
committerGitHub <noreply@github.com>2020-07-09 19:59:58 +0200
commitd9cd0032f7478e625329326d7593162a9f1e8c1e (patch)
tree7479f96d73dae9dc186bffbb3cb203a3f1ae7558 /docs/source
parent059bd37511e917f860e784307ee1f2766d8d4ec3 (diff)
parentb020d1ad13267bd71065457f83116af39c77f7e5 (diff)
downloadpodman-d9cd0032f7478e625329326d7593162a9f1e8c1e.tar.gz
podman-d9cd0032f7478e625329326d7593162a9f1e8c1e.tar.bz2
podman-d9cd0032f7478e625329326d7593162a9f1e8c1e.zip
Merge pull request #6906 from rhatdan/VENDOR
Vendor in new version of Buildah
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/markdown/podman-build.1.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-build.1.md b/docs/source/markdown/podman-build.1.md
index dc38caac0..7408a6ad6 100644
--- a/docs/source/markdown/podman-build.1.md
+++ b/docs/source/markdown/podman-build.1.md
@@ -283,6 +283,9 @@ chroot(1) than container technology).
Note: You can also override the default isolation type by setting the
BUILDAH\_ISOLATION environment variable. `export BUILDAH_ISOLATION=oci`
+**--jobs**=*number*
+How many stages to run in parallel (default 1)
+
**--label**=*label*
Add an image *label* (e.g. label=*value*) to the image metadata. Can be used multiple times.
@@ -309,7 +312,7 @@ environment variable. `export BUILDAH_LAYERS=true`
Log output which would be sent to standard output and standard error to the
specified file instead of to standard output and standard error.
-**--loglevel** *number*
+**--loglevel**=*number*
Adjust the logging level up or down. Valid option values range from -2 to 3,
with 3 being roughly equivalent to using the global *--debug* option, and