spiegel_podman/pkg/domain
Paul Holzinger 4374038cc6
pkg/machine/e2e: do not import from cmd/podman
It should be avoided to import cmd/podman/... packages from outside of
cmd/podman. This can lead in weird hard to debug import paths but also
can have negative consequences when imported in unit tests. In this case
it will set XDG_CONFIG_HOME and thus the machine tests this dir over the
tmp HOME env variable which is set at a later point. This caused machine
files to be leaked into the actual users home dir.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2022-07-07 20:48:28 +02:00
..
entities pkg/machine/e2e: do not import from cmd/podman 2022-07-07 20:48:28 +02:00
filters libpod: switch to golang native error wrapping 2022-07-05 16:06:32 +02:00
infra use c/common code for resize and CopyDetachable 2022-07-06 16:57:07 +02:00
utils podman image scp remote support & podman image scp tagging 2022-06-28 08:54:19 -04:00