shalousun commented on issue #596: URL: https://github.com/apache/maven-mvnd/issues/596#issuecomment-1024813968
@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) ``` bash-5.1# mvnd bash: /opt/mvnd/bin/mvnd: No such file or directory bash-5.1# ls /opt/mvnd/bin mvnd mvnd-bash-completion.bash mvnd-sync mvnd.cmd mvnd.sh bash-5.1# /opt/mvnd/bin/mvnd --help bash: /opt/mvnd/bin/mvnd: No such file or directory bash-5.1# /opt/mvnd/bin/mvnd -v bash: /opt/mvnd/bin/mvnd: No such file or directory bash-5.1# echo $JAVA_HOME /opt/java/openjdk bash-5.1# mvnd --version bash: /opt/mvnd/bin/mvnd: No such file or directory bash-5.1# java -version openjdk version "11.0.12" 2021-07-20 OpenJDK Runtime Environment (build 11.0.12+7-alpine-r0) OpenJDK 64-Bit Server VM (build 11.0.12+7-alpine-r0, mixed mode) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org