testcontainers-go icon indicating copy to clipboard operation
testcontainers-go copied to clipboard

Podman: cannot run containers with specified image architecture

Open prskr opened this issue 3 years ago • 2 comments

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

prskr avatar May 13 '22 11:05 prskr

Because the podman issue seems closed, what are we missing to resolve this issue?

mdelapenya avatar Aug 25 '22 06:08 mdelapenya

I'll have a look for the corresponding t.Skip() in the tests and remove it in the upcoming week

prskr avatar Aug 25 '22 09:08 prskr