uber-archive / makisu

Fast and flexible Docker image building tool, works in unprivileged containerized environments like Mesos and Kubernetes.
Apache License 2.0
2.41k stars 156 forks source link

Add tmp directory to DefaultBlacklist #339

Closed ahmagdy closed 4 years ago

ahmagdy commented 4 years ago

tmp directory is being scanned in Makisu and it's included in the final image. This will include unwanted temporary files in the final image This behaviour will not be noticed in mutlistage docker builds since we copy specific files/directories between stages, it will only be noticed in single-stage builds. This can be considered as a breaking change if users are relying on /tmp directory somehow.

CLAassistant commented 4 years ago

CLA assistant check
All committers have signed the CLA.