From 759716f3765cb53316b5bf409160c0bd292193d7 Mon Sep 17 00:00:00 2001 From: Felipe de Jesus Ruiz Garcia Date: Tue, 20 Nov 2018 15:42:38 -0600 Subject: [PATCH] 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 --- .dockerignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .dockerignore diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 00000000..bc53ff58 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,4 @@ +* +!toCOPY +!centos-mirror-tools/yum.repos.d/* +!centos-mirror-tools/rpm-gpg-keys/*