From ab5e400a9adca2f93344e11880b1deae0149ea1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Rod=C3=A1k?= Date: Mon, 15 Sep 2025 11:13:11 +0200 Subject: [PATCH] docs: remove remote limitation note for --build-context option MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- docs/source/markdown/options/build-context.md | 2 +- test/buildah-bud/apply-podman-deltas | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/source/markdown/options/build-context.md b/docs/source/markdown/options/build-context.md index 5fb5a1dc76..e5ddf5c67b 100644 --- a/docs/source/markdown/options/build-context.md +++ b/docs/source/markdown/options/build-context.md @@ -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://) diff --git a/test/buildah-bud/apply-podman-deltas b/test/buildah-bud/apply-podman-deltas index 508c4ad38b..5fa3803b6d 100755 --- a/test/buildah-bud/apply-podman-deltas +++ b/test/buildah-bud/apply-podman-deltas @@ -214,10 +214,6 @@ skip_if_remote "secret files not implemented under podman-remote" \ skip_if_remote "--signature-policy does not work with podman-remote" \ "buildah-bud-policy" -skip_if_remote "--build-context option not implemented in podman-remote" \ - "build-with-additional-build-context and COPY, additional context from host" \ - "build-with-additional-build-context and RUN --mount=from=, additional-context not image and also test conflict with stagename" \ - skip_if_remote "env-variable for Containerfile.in pre-processing is not propagated on remote" \ "bud with Containerfile.in, via envariable" \