carlossg/docker-maven

/usr/local/bin/mvn-entrypoint.sh: 50: exec: 1: not found

ccjmne opened this issue ยท 2 comments

Hi ๐Ÿ‘‹

On a fresh install, using FROM maven:3-eclipse-temurin-21, I get the following error during the final build phase:

=> exporting to image
=> => exporting layers
=> => writing image sha256:a2e52fb1715ce90078594d372f8ae38332244e41e83a212306a07ef7a5d32999
=> => naming to docker.io/library/banf
/usr/local/bin/mvn-entrypoint.sh: 50: exec: 1: not found

It looks somewhat similar to #165. What am I missing?

I tried a few other images (i.e. OpenJDK 17 and 8) and always ran into the same error.

Nevermind, I believe I had something else that was going wrongly.