You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2020/01/30 20:41:02 UTC

[GitHub] [nifi] apiri edited a comment on issue #4027: NIFI-7080 Ensure script files in Docker builds are treated as executable.

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:
users@infra.apache.org


With regards,
Apache Git Services