-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Podman support in docker-maven-plugin #6947
Comments
This error message suggests that the plugin needs to be pointed to the podman socket via DOCKER_HOST:
Alternatively, you could start podman with Does that resolve your issue? |
Starting the podman service with Now I am getting:
Maven command used for the above:
|
Having the HTTP requests that Maven is trying to make would help greatly here. |
@mheon how do I get those? Running with
|
Debug level logs ( |
Appending output from
|
I don't know where the Maven error message ( Also, the version of the Docker API it's using is ancient - we are supporting v1.40, with best-effort support back to v1.24; it's requesting v1.18. |
I suspect that the reason it uses 1.18 is because
|
A friendly reminder that this issue had no activity for 30 days. |
I don't see us fixing this until Maven updates to a newer version of the Docker API. |
This is working great now: Many thanks to all |
That is great. |
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind feature
Description
Judging by the discussion in fabric8io/docker-maven-plugin#1330, I would expect docker-maven-plugin to work with podman >=2. However trying it with quarkus results in error.
Steps to reproduce the issue:
`git clone --depth 1 https://github.com/quarkusio/quarkus.git
mvn -e -DskipDocs -DskipTests -Dno-format -Ddocker verify
Describe the results you received:
Describe the results you expected:
It shouldn't error and proceed with the build and tests.
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Additional environment details (AWS, VirtualBox, physical, etc.):
Physical, Fedora 32
The text was updated successfully, but these errors were encountered: