From f7a7d63d9153d103d7f057165ba497a0a2c6008a Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Wed, 28 Oct 2020 18:09:15 -0700 Subject: [PATCH] Fix dirty version in recent container images * Avoid dockerignore'ing source files, since this means a `COPY . /src` and git status (e.g. make) will detect the commit state as dirty/deletions --- .dockerignore | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.dockerignore b/.dockerignore index 39e52ccb..812c56fd 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,7 +1,3 @@ bin/ -contrib/ -docs/ -examples/ -scripts/ _output/