diff options
author | Christian Franke <chris@opensourcerouting.org> | 2018-12-01 16:54:58 +0100 |
---|---|---|
committer | Christian Franke <chris@opensourcerouting.org> | 2018-12-01 16:54:58 +0100 |
commit | 659782730bffea2d21e2fa22550db3166017061e (patch) | |
tree | fdcd391af3cf19131f559e85123497f881c4cbb5 /.dockerignore | |
parent | tests/topotests: Update documentation (diff) | |
download | frr-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-- | .dockerignore | 6 |
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 |