summaryrefslogtreecommitdiff
path: root/docs/podman-build.1.md
diff options
context:
space:
mode:
authorTomSweeneyRedHat <tsweeney@redhat.com>2018-06-06 16:09:16 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2018-06-06 20:15:06 +0000
commitb1ebad93b431c08ffe6225d0af40d5b59dec7a6a (patch)
tree1485398553507b4bc9b032e42e82ec050cc7236b /docs/podman-build.1.md
parent16c09f847bf6f40e854e5718f78e2d86deb9c624 (diff)
downloadpodman-b1ebad93b431c08ffe6225d0af40d5b59dec7a6a.tar.gz
podman-b1ebad93b431c08ffe6225d0af40d5b59dec7a6a.tar.bz2
podman-b1ebad93b431c08ffe6225d0af40d5b59dec7a6a.zip
Add disable-content flag info to man page for build
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com> Closes: #916 Approved by: rhatdan
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 38481640a..c80a55c19 100644
--- a/docs/podman-build.1.md
+++ b/docs/podman-build.1.md
@@ -131,6 +131,12 @@ The [username[:password]] to use to authenticate with the registry if required.
If one or both values are not supplied, a command line prompt will appear and the
value can be entered. The password is entered without echo.
+**--disable-content-trust**
+
+This is a Docker specific option to disable image verification to a Docker
+registry and is not supported by Buildah. This flag is a NOOP and provided
+soley for scripting compatibility.
+
**--file, -f** *Dockerfile*
Specifies a Dockerfile which contains instructions for building the image,