summaryrefslogtreecommitdiff
path: root/.dockerignore
diff options
context:
space:
mode:
authorVincent Demeester <vincent@sbr.pm>2016-11-16 11:49:32 +0100
committerVincent Demeester <vincent@sbr.pm>2017-01-24 14:42:57 +0100
commitfae6ca2bb42d9c4146df413bcce701431298161c (patch)
treefe74d8d14c5d9b5fb08842051ea87ed694fc6d40 /.dockerignore
parenta3b3e61a6c7bb52740f1ef305d1e4304686d4ecc (diff)
downloaddocker-fae6ca2bb42d9c4146df413bcce701431298161c.tar.gz
Do not required `.git` in the build context
- export DOCKER_GITCOMMIT in the Makefile - prioritize DOCKER_GITCOMMIT against the `git` command in `./hack/make.sh` - Also add `integration-cli/bundles` to gitignore (it's generated when using integration-cli shell) Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat (limited to '.dockerignore')
-rw-r--r--.dockerignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore
index 2ce8321a7e..b605b08c61 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -1,4 +1,5 @@
bundles
+integration-cli/bundles
.gopath
vendor/pkg
.go-pkg-cache