Tonny Tzeng
Tonny Tzeng
> The video was contributed without the script so we don't have it. Is this issue about removing the video or about creating the script? It's up to your team...
@mythi I am afraid keeping Dockerfiles along may not be sufficient, some demo images have their own entry scripts (e.g. [dlb-dpdk-demo](https://github.com/intel/intel-device-plugins-for-kubernetes/tree/main/demo/dlb-dpdk-demo)), if we host all files together with the Dockerfiles,...
> @ttzeng thanks! I think this is the right approach. I could we have only one `build-image.sh`? @mythi , since the original script uses its path to locate the Dockerfiles,...
@bart0sh , [this article](https://www.cloudsavvyit.com/10271/understanding-the-docker-build-context-why-you-should-use-dockerignore/) is also worthy to read: ``` You should audit your use of docker build to keep your build contexts small. Accidentally including unnecessary files can result...