Commit graph

3 commits

Author SHA1 Message Date
Danish Prakash
7be083cc66
build: pass ignore file to buildah to consider empty ignore files
We currently only pass parsed excludes from the ignore file to buildah
and not the ignorefile path. This causes buildah to ignore
`--ignorefile` if the specified file is empty resulting in an empty
exludes. Forward ignoreFile to the server and allow overriding default
ignore files.

Signed-off-by: Danish Prakash <contact@danishpraka.sh>
2026-07-02 20:24:11 +05:30
Brent Baude
2cc3be7332
RUN-4539: Change podman module paths
The podman module paths are moving from github.com/containers/podman to
go.podman.io/podman.  This will help with future mobility.

Signed-off-by: Brent Baude <bbaude@redhat.com>
2026-04-22 14:02:25 -05:00
Mario Loriedo
8babd48d59 Fix IsPathAvailableOnMachine when Windows drive isn't C:
The function `IsPathAvailableOnMachine` was returning
the wrong target path (the path of the file mounted
inside the machine) when the provider was HyperV and
the mounted drive wasn't `C:`.

For example here:

https://api.cirrus-ci.com/v1/task/5212355623124992/logs/main.log

The host path `Z:\\podman_test3139230807\\...\\host-ca-certs.pem` was
converted as guest path `/mnt/c/podman_test3139230807/.../host-ca-certs.pem`
although `Z:\` was mounted to `/mnt/z` rather than `/mnt/c`.

We have fixed this behavior and added a few unit tests.

Signed-off-by: Mario Loriedo <mario.loriedo@gmail.com>
2026-04-01 14:12:30 +02:00