summaryrefslogtreecommitdiffstats
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
parenttests/topotests: Update documentation (diff)
downloadfrr-659782730bffea2d21e2fa22550db3166017061e.tar.xz
frr-659782730bffea2d21e2fa22550db3166017061e.zip
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 6b8710a71..f2fc34583 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -1 +1,7 @@
.git
+**/*.a
+**/*.o
+**/*.la
+**/*.lo
+**/*.so
+**/.libs