diff options
author | 2019-10-02 13:23:30 +0200 | |
---|---|---|
committer | 2019-10-02 12:23:30 +0100 | |
commit | 0da2c0c366a583b192004052bd9484712b07a636 (patch) | |
tree | 6afe8322b7252434535aed0762d7c2f74020a124 | |
parent | d48d8516e3e79e0dbcac4f0427ea46a522a30cf1 (diff) | |
download | coredns-0da2c0c366a583b192004052bd9484712b07a636.tar.gz coredns-0da2c0c366a583b192004052bd9484712b07a636.tar.zst coredns-0da2c0c366a583b192004052bd9484712b07a636.zip |
Use whitelist in .dockerignore (#3347)
Signed-off-by: Hauke Löffler <hloeffler@users.noreply.github.com>
-rw-r--r-- | .dockerignore | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/.dockerignore b/.dockerignore index 7dfc5a97e..1ff16c577 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,14 +1,2 @@ -.git/* -core/* -coremain/* -hooks/* -man/* -pb/* -plugin/* -request/* -test/* -vendor/* -build/* -release/* -go.sum -go.mod +* +!coredns |