Skip to content

Commit 2e15251

Browse files
Merge pull request #27072 from Honny1/update-doc
docs: remove remote limitation note for --build-context option
2 parents 27c4fb6 + ab5e400 commit 2e15251

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

docs/source/markdown/options/build-context.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ different stages in COPY instruction.
1010

1111
Valid values are:
1212

13-
* 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)
13+
* Local directory – e.g. --build-context project2=../path/to/project2/src
1414
* HTTP URL to a tarball – e.g. --build-context src=https://example.org/releases/src.tar
1515
* Container image – specified with a container-image:// prefix, e.g. --build-context alpine=container-image://alpine:3.15, (also accepts docker://, docker-image://)
1616

test/buildah-bud/apply-podman-deltas

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -214,10 +214,6 @@ skip_if_remote "secret files not implemented under podman-remote" \
214214
skip_if_remote "--signature-policy does not work with podman-remote" \
215215
"buildah-bud-policy"
216216

217-
skip_if_remote "--build-context option not implemented in podman-remote" \
218-
"build-with-additional-build-context and COPY, additional context from host" \
219-
"build-with-additional-build-context and RUN --mount=from=, additional-context not image and also test conflict with stagename" \
220-
221217
skip_if_remote "env-variable for Containerfile.in pre-processing is not propagated on remote" \
222218
"bud with Containerfile.in, via envariable" \
223219

0 commit comments

Comments
 (0)