-
Notifications
You must be signed in to change notification settings - Fork 214
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
mvnd doesn't work in alpine #596
Comments
Maybe it is due to the way how executables are found on Linux? You may want to try to add the directory containing |
@ppalaga After I entered the container, I did the following test, and it always doesn't work in the alpine container, but it works fine in the non-alpine container, for example: debian-based image (docker pull jenkins/inbound-agent:latest-jdk8)
|
It seems to work for me:
Can you try the above ? |
I have the same problem. Absolute path doesn't help. Copied mvnd executabel to /bin/mvnd when runnint mvnd I got an error: |
@manozd can you provide simple steps to reproduce the problem with a docker image maybe ? |
I also tried this. The same problem. Error text: |
@manozd can you paste the full output : installation + running. |
@gnodet
|
@manozd After the unzip, the |
@gnodet
|
This may just be missing glibc on alpine. You need to install the
Note that I had to export the |
@gnodet |
On Alpine Linux, |
I installed mvnd into the alpine image (docker pull jenkins/inbound-agent:latest-alpine-jdk11) and it cannot be executed. The error message is mvnd not found. But I can view the mvnd installation file through the ls command.
The text was updated successfully, but these errors were encountered: