summaryrefslogtreecommitdiff
path: root/.dockerignore
diff options
context:
space:
mode:
authorChristian Franke <chris@opensourcerouting.org>2018-12-01 16:54:58 +0100
committerChristian Franke <chris@opensourcerouting.org>2018-12-01 16:54:58 +0100
commit659782730bffea2d21e2fa22550db3166017061e (patch)
treefdcd391af3cf19131f559e85123497f881c4cbb5 /.dockerignore
parentb25e517b61dec86eac51f1309ddad3def78cafb1 (diff)
tests/topotests: Change docker build context
In order to support automated builds, the build context needs to be the repository root. So adapt our dockerfile and buildscript for this. Also, add files which should not be included into the build context in .dockerignore to limit the size of the build context to something sensible. Signed-off-by: Christian Franke <chris@opensourcerouting.org>
Diffstat (limited to '.dockerignore')
-rw-r--r--.dockerignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore
index 6b8710a711..f2fc34583d 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -1 +1,7 @@
.git
+**/*.a
+**/*.o
+**/*.la
+**/*.lo
+**/*.so
+**/.libs