You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@teaclave.apache.org by "grosa1 (via GitHub)" <gi...@apache.org> on 2023/04/13 23:28:01 UTC

[GitHub] [incubator-teaclave-sgx-sdk] grosa1 opened a new pull request, #429: Fix for Dockerfile smell DL3020

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-unsubscribe@teaclave.apache.org

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


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


[GitHub] [incubator-teaclave-sgx-sdk] volcano0dr merged pull request #429: Fix for Dockerfile smell DL3020

Posted by "volcano0dr (via GitHub)" <gi...@apache.org>.
volcano0dr merged PR #429:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/pull/429


-- 
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-unsubscribe@teaclave.apache.org

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


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