Skip to content

Commit 22e442e

Browse files
committed
tests: buildah-bud fix reason for skip
Signed-off-by: Aditya R <[email protected]>
1 parent 44f11ec commit 22e442e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/source/markdown/podman-build.1.md

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

100100
Valid values could be:
101101

102-
* Local directory – e.g. --build-context project2=../path/to/project2/src (This option is not available with the remote Podman client, including Mac and Windows (excluding WSL2) machines)
102+
* 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 Winows) path must exists on the machine VM)
103103
* HTTP URL to a tarball – e.g. --build-context src=https://example.org/releases/src.tar
104104
* Container image – specified with a container-image:// prefix, e.g. --build-context alpine=container-image://alpine:3.15, (also accepts docker://, docker-image://)
105105

test/buildah-bud/apply-podman-deltas

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,8 @@ skip_if_remote "volumes don't work with podman-remote" \
196196
skip_if_remote "--build-context option not implemented in podman-remote" \
197197
"build-with-additional-build-context and COPY, additional context from host" \
198198
"build-with-additional-build-context and RUN --mount=from=, additional-context not image and also test conflict with stagename" \
199+
200+
skip_if_remote "env-variable for Containerfile.in pre-processing is not propogated on remote" \
199201
"bud with Containerfile.in, via envariable" \
200202

201203
# Requires a local file outside context dir

0 commit comments

Comments
 (0)