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>
This commit is contained in:
Felipe de Jesus Ruiz Garcia 2018-11-20 15:42:38 -06:00
parent dd66d0e957
commit 759716f376
1 changed files with 4 additions and 0 deletions

4
.dockerignore Normal file
View File

@ -0,0 +1,4 @@
*
!toCOPY
!centos-mirror-tools/yum.repos.d/*
!centos-mirror-tools/rpm-gpg-keys/*