Commit Graph

2 Commits

Author SHA1 Message Date
Scott Little efffccfa3f update .dockerignore for debian build containers
Debian build containers can't be built outside of minikube.
The 'docker build' fails with an error message such as ...
COPY failed: stat /home/docker/data/tmp/docker-builder/stx/toCOPY...

The issue is the .dockerignore file which ignores everything by default
unless explicitly permitted.

we must add stx/toCOPY to the permitted list.

Story: 2008846
Task: 43004
Signed-off-by: Scott Little <scott.little@windriver.com>
Change-Id: Iea3490bfbb60959dc02cc0788b8740e5b13f8e6d
2021-09-27 10:16:30 -04:00
Felipe de Jesus Ruiz Garcia 759716f376 Add .dockerignore
Add .dockerignore file to avoid load all stx-tools dirs and files to Docker
daemon on the Docker Image creation.

Change-Id: I50a541e25fce8f23ae5b2be922f0187acd8561d3
Signed-off-by: Felipe de Jesus Ruiz Garcia <felipe.de.jesus.ruiz.garcia@intel.com>
2018-11-20 22:03:54 +00:00