You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
quarkus build -Dquarkus.kubernetes.deploy=true --clean
failed with java.lang.IllegalStateException: Previous attempts to find a Docker environment failed.
Env:
Fedora 38, Podman with podman-docker configured
# start podman in another terminal and leave it running with the command
podman system service -t 0
# export the following variables
export DOCKER_HOST=unix:///run/user/$UID/podman/podman.sock
export TESTCONTAINERS_RYUK_DISABLED=true
# run
quarkus build -Dquarkus.kubernetes.deploy=true --clean
The text was updated successfully, but these errors were encountered:
Issue:
quarkus build -Dquarkus.kubernetes.deploy=true --clean
failed with
java.lang.IllegalStateException: Previous attempts to find a Docker environment failed.
Env:
Fedora 38, Podman with
podman-docker
configuredWorkaround:
Workaround described in quarkusio/quarkus#33637
The text was updated successfully, but these errors were encountered: