Unable to use dev service containers with Podman on Linux Fedora #44802
Replies: 3 comments 14 replies
-
/cc @geoand (devservices), @maxandersen (podman), @stuartwdouglas (devservices) |
Beta Was this translation helpful? Give feedback.
3 replies
-
is there a more full stacktrace that might reveal underlying issue? (I agree it most likely is ability to not connect, but could also be https certs being munged with which would require different fix) |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My current setup is on a Linux Fedora 41 with Podman 5.3.1 and Quarkus 3.17.0.
When starting Dev Services the image for Artemis (in my case) can't be pulled. It can be pulled using Podman commands but not when running
quarkus dev
.Eventually after timeout I get this exception:
My environment has the following:
TESTCONTAINERS_RYUK_DISABLED=true
DOCKER_HOST=unix:///run/user/1000/podman/podman.sock
Podman was pre-installed but I have also downloaded Podman-desktop and Podman-remote
Also issued the following according to docs:
systemctl --user enable podman.socket --now
I'm behind a corporate firewall and have set HTTP_PROXY and HTTPS_PROXY.
Beta Was this translation helpful? Give feedback.
All reactions