testcontainers-go
testcontainers-go copied to clipboard
Podman: cannot run containers with specified image architecture
Podman 4.1.0 returns a supported API version 1.40 whereas specifying the image architecture is part of version 1.41.
Podman is perfectly capable of handling the image architecture but the Docker client does not allow it due to the mismatching version.
This is covered by the issue containers/podman#14204 - as soon as this is fixed the corresponding Skip can be removed
Because the podman issue seems closed, what are we missing to resolve this issue?
I'll have a look for the corresponding t.Skip() in the tests and remove it in the upcoming week