apiri edited a comment on issue #4027: NIFI-7080 Ensure script files in Docker builds are treated as executable. URL: https://github.com/apache/nifi/pull/4027#issuecomment-580450168 The best way I found to verify is to strip the executable perm from all script files from the source root via: `find ./nifi-docker -type f -iname '*.sh' -exec chmod -x {} \;` and then performing the image generation via: `mvn package -DskipTests -Pdocker`
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
