From patchwork Fri Feb 21 04:13:51 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Heinrich Schuchardt X-Patchwork-Id: 236669 List-Id: U-Boot discussion From: xypron.glpk at gmx.de (Heinrich Schuchardt) Date: Fri, 21 Feb 2020 05:13:51 +0100 Subject: [PATCH 1/1] .dockerignore: remove .git/ from build context Message-ID: <20200221041351.145491-1-xypron.glpk@gmx.de> We do not need .git in the build context. Signed-off-by: Heinrich Schuchardt Reviewed-by: Bin Meng --- .dockerignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .dockerignore -- 2.25.0 diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..bbaab15 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,2 @@ +# ignore .git folder +.git