]> git.puffer.fish Git - mirror/frr.git/commit
tests/topotests: Change docker build context
authorChristian Franke <chris@opensourcerouting.org>
Sat, 1 Dec 2018 15:54:58 +0000 (16:54 +0100)
committerChristian Franke <chris@opensourcerouting.org>
Sat, 1 Dec 2018 15:54:58 +0000 (16:54 +0100)
commit659782730bffea2d21e2fa22550db3166017061e
treefdcd391af3cf19131f559e85123497f881c4cbb5
parentb25e517b61dec86eac51f1309ddad3def78cafb1
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>
.dockerignore
tests/topotests/Dockerfile
tests/topotests/docker/build.sh