eugene-khyst / podman-testcontainers

The example of using Podman with Testcontainers in Java projects, that use Gradle on Ubuntu Linux and MacOS (both x86_64 and Apple silicon).
Apache License 2.0
41 stars 6 forks source link

testcontainers with podman in Gitlab Runners #5

Open victorrodrigueznadq opened 11 months ago

victorrodrigueznadq commented 11 months ago

I'm having some issues using. MySQLContainer and PostgreSQLContainer with podman in Gitlab runners. My tests have been working perfectly using docker in Gitlab Runners, but our devops team is forcing us off docker and onto podman because of the rootless stuff. Now my tests have to run in podman and I'm having issues. Do you or anyone have any experience with this?