grosa1 opened a new pull request, #429:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/pull/429

   Hi!
   The Dockerfile placed at "dockerfile/Dockerfile.1804.nightly" contains the 
best practice violation 
[DL3020](https://github.com/hadolint/hadolint/wiki/DL3020) detected by the 
[hadolint](https://github.com/hadolint/hadolint) tool.
   
   The smell DL3020 occurs if ADD is used to copy files and directories that do 
not require tar self-extraction. In such cases, it is recommended to use the 
COPY instruction.
   In this pull request, we propose a fix for that smell generated by our 
fixing tool. We have verified that the patch is correct before opening the pull 
request.
   To fix this smell, specifically, the ADD instruction is replaced by an 
equivalent COPY instruction.
   
   This change is only aimed at fixing that specific smell. If the fix is not 
valid or useful, please briefly indicate the reason and suggestions for 
possible improvements.
   
   Thanks in advance


-- 
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: notifications-unsubscr...@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@teaclave.apache.org
For additional commands, e-mail: notifications-h...@teaclave.apache.org

Reply via email to