Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy to OpenShift failed with java.lang.IllegalStateException: Previous attempts to find a Docker environment failed. #6

Open
stefan-bergstein opened this issue Jan 5, 2024 · 0 comments

Comments

@stefan-bergstein
Copy link

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 configured

Workaround:

Workaround described in quarkusio/quarkus#33637

# 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant