sebbASF opened a new issue, #500: URL: https://github.com/apache/tooling-trusted-releases/issues/500
AIUI, during a build, Docker grabs all the files that are not expressly denied by the .dockerignore. This means that it is better to exclude all files by default, and only include those that are needed for the build. Using an allowlist also means that dockerignore only has to be adjusted when a new file is added for the build. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
