summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-build.1.md.in
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-08-22 08:46:35 +0000
committerGitHub <noreply@github.com>2022-08-22 08:46:35 +0000
commitf50970ab6c0fbb9c46d6bb391944667c2f7717ee (patch)
tree217c8c4d01d09cd773b563cd238c5c2c343de0f6 /docs/source/markdown/podman-build.1.md.in
parent31bb53f5ffccfa98e991901417b06fc6ab7b19d9 (diff)
parentf0e8640755569ba7da803f7c8f4589953939fad0 (diff)
downloadpodman-f50970ab6c0fbb9c46d6bb391944667c2f7717ee.tar.gz
podman-f50970ab6c0fbb9c46d6bb391944667c2f7717ee.tar.bz2
podman-f50970ab6c0fbb9c46d6bb391944667c2f7717ee.zip
Merge pull request #15342 from edsantiago/docs_dedup_authfile
Man pages: refactor common options: authfile
Diffstat (limited to 'docs/source/markdown/podman-build.1.md.in')
-rw-r--r--docs/source/markdown/podman-build.1.md.in11
1 files changed, 1 insertions, 10 deletions
diff --git a/docs/source/markdown/podman-build.1.md.in b/docs/source/markdown/podman-build.1.md.in
index c0cf08f3c..b49beb3bf 100644
--- a/docs/source/markdown/podman-build.1.md.in
+++ b/docs/source/markdown/podman-build.1.md.in
@@ -68,16 +68,7 @@ pulled, if the build uses one, to the provided value instead of using the
architecture of the build host. (Examples: arm, arm64, 386, amd64, ppc64le,
s390x)
-#### **--authfile**=*path*
-
-Path of the authentication file. Default is
-${XDG\_RUNTIME\_DIR}/containers/auth.json, which is set using `podman login`.
-If the authorization state is not found there, $HOME/.docker/config.json is
-checked, which is set using `docker login`.
-
-Note: You can also override the default path of the authentication file by
-setting the REGISTRY\_AUTH\_FILE environment variable.
-`export REGISTRY_AUTH_FILE=path`
+@@option authfile
#### **--build-arg**=*arg=value*