mirror of
https://github.com/containers/podman.git
synced 2025-09-26 16:25:00 +08:00
docs: remove remote limitation note for --build-context option
- Removal of a note in the build-context documentation about remote Podman client limitations - Removal of skip statements for build-context tests in the test suite Pull request #26628 adds support for --build-context for the remote client. Signed-off-by: Jan Rodák <hony.com@seznam.cz>
This commit is contained in:
@ -10,7 +10,7 @@ different stages in COPY instruction.
|
||||
|
||||
Valid values are:
|
||||
|
||||
* Local directory – e.g. --build-context project2=../path/to/project2/src (This option is not available with the remote Podman client. On Podman machine setup (i.e macOS and Windows) path must exists on the machine VM)
|
||||
* Local directory – e.g. --build-context project2=../path/to/project2/src
|
||||
* HTTP URL to a tarball – e.g. --build-context src=https://example.org/releases/src.tar
|
||||
* Container image – specified with a container-image:// prefix, e.g. --build-context alpine=container-image://alpine:3.15, (also accepts docker://, docker-image://)
|
||||
|
||||
|
Reference in New Issue
Block a user