codecentric / springboot-maven3-centos

S2I builder image for building and running maven based Spring Boot applications
https://hub.docker.com/r/codecentric/springboot-maven3-centos/
Apache License 2.0
30 stars 67 forks source link

/usr/libexec/s2i/assemble: line 16: ./mvnw: Permission denied #14

Open mwesox opened 5 years ago

mwesox commented 5 years ago

I get the following error when building a new image. Any ideas why?

image

mehrentreich commented 5 years ago

@mwesox I guess the mvnw script is missing an executable bit:

try chmod +x mvn ;)

mwesox commented 5 years ago

Thx. But I'm running on windows... Anything special I need to configure here?