Merge pull request #15429 from graywolf-at-work/document-transport

Document restrictions on transport in FROM
This commit is contained in:
OpenShift Merge Robot 2022-08-23 16:23:08 -04:00 committed by GitHub
commit 2651009c48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -293,6 +293,12 @@ environment variable. `export BUILDAH_FORMAT=docker`
Overrides the first `FROM` instruction within the Containerfile. If there are multiple
FROM instructions in a Containerfile, only the first is changed.
With the remote podman client, not all container transports will work as
expected. For example, oci-archive:/x.tar will reference /x.tar on the remote
machine instead of on the client. If you need to support remote podman clients,
it is best to restrict yourself to containers-storage: and docker://
transports.
#### **--help**, **-h**
Print usage statement