Files
podman/pkg/machine
Paul Holzinger ea1eeb523f remove github.com/crc-org/crc/v2 dependency
There is one user in the code and one in the tests.
First the test is testing an external function that doesn't seem to make
a lot of sense.

Second when we pull the machine image and renmae doesn't work it would
mean it is on a different disk. That should never happen.
The oci pull is to
~/.local/share/containers/podman/machine/<provider>/cache/<sha>/...
and then it gets moved to
~/.local/share/containers/podman/machine/qemu/cache/<sha>.<extension>

These can under normal circumstances never be on different disk as it
would mean the pulled sha is known ahead of time and then that the blob
path is a mount point which is unrealistic and not something we have to
support.

It also removes three transitive dependencies.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2025-03-31 14:39:51 +02:00
..
2024-11-11 14:21:17 +01:00
2024-09-24 15:46:02 -04:00
2025-02-12 11:32:17 +01:00
2025-02-03 16:43:04 -05:00
2024-11-11 14:21:17 +01:00
2024-04-26 12:31:42 -04:00
2025-03-13 09:18:54 +01:00
2024-02-07 08:17:43 -06:00
2025-02-28 09:56:46 -05:00
2024-04-13 15:20:19 +08:00