summaryrefslogtreecommitdiff
path: root/docs/podman-build.1.md
diff options
context:
space:
mode:
authorTomSweeneyRedHat <tsweeney@redhat.com>2019-02-21 15:38:58 -0500
committerTomSweeneyRedHat <tsweeney@redhat.com>2019-02-22 16:40:05 -0500
commitff0b4652efe4c502459d88fa6743168c6113244f (patch)
tree073484971fe2b943ab4ddde80d88420f2ac8603a /docs/podman-build.1.md
parent4d9f4cf71c79639da451a12a9e1d1d824bd15a9f (diff)
downloadpodman-ff0b4652efe4c502459d88fa6743168c6113244f.tar.gz
podman-ff0b4652efe4c502459d88fa6743168c6113244f.tar.bz2
podman-ff0b4652efe4c502459d88fa6743168c6113244f.zip
Vendor Buildah v1.7
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com> Vendors in Buildah 1.7 into Podman. Also the latest imagebuilder and changes for `build --target` Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
Diffstat (limited to 'docs/podman-build.1.md')
-rw-r--r--docs/podman-build.1.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/podman-build.1.md b/docs/podman-build.1.md
index 76e16b42c..fdae48b93 100644
--- a/docs/podman-build.1.md
+++ b/docs/podman-build.1.md
@@ -362,6 +362,12 @@ Specifies the name which will be assigned to the resulting image if the build
process completes successfully.
If _imageName_ does not include a registry name, the registry name *localhost* will be prepended to the image name.
+**--target** *stageName*
+
+Set the target build stage to build. When building a Dockerfile with multiple build stages, --target
+can be used to specify an intermediate build stage by name as the final stage for the resulting image.
+Commands after the target stage will be skipped.
+
**--tls-verify** *bool-value*
Require HTTPS and verify certificates when talking to container registries (defaults to true).