diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-02-22 23:56:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-22 23:56:06 +0100 |
commit | b223d4e1367463a32eeeb31a4b9d8a351641d83c (patch) | |
tree | 285e2471a320bf7f0d00101b2e7d12fec2dab496 /docs | |
parent | c00bf28f24e2eed435c156cd1aabe59c10fe9824 (diff) | |
parent | ff0b4652efe4c502459d88fa6743168c6113244f (diff) | |
download | podman-b223d4e1367463a32eeeb31a4b9d8a351641d83c.tar.gz podman-b223d4e1367463a32eeeb31a4b9d8a351641d83c.tar.bz2 podman-b223d4e1367463a32eeeb31a4b9d8a351641d83c.zip |
Merge pull request #2401 from TomSweeneyRedHat/dev/tsweeney/buildah1.7
Vendor Buildah v1.7
Diffstat (limited to 'docs')
-rw-r--r-- | docs/podman-build.1.md | 6 |
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). |