diff options
Diffstat (limited to 'docs/podman-build.1.md')
-rw-r--r-- | docs/podman-build.1.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/podman-build.1.md b/docs/podman-build.1.md index a6a8dfbc2..0cbce15c0 100644 --- a/docs/podman-build.1.md +++ b/docs/podman-build.1.md @@ -38,6 +38,9 @@ Note: this information is not present in Docker image formats, so it is discarde 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` + **--build-arg** *arg=value* Specifies a build argument and its value, which will be interpolated in |