From b1ebad93b431c08ffe6225d0af40d5b59dec7a6a Mon Sep 17 00:00:00 2001 From: TomSweeneyRedHat Date: Wed, 6 Jun 2018 16:09:16 -0400 Subject: Add disable-content flag info to man page for build Signed-off-by: TomSweeneyRedHat Closes: #916 Approved by: rhatdan --- docs/podman-build.1.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs') 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, -- cgit v1.2.3-54-g00ecf