diff options
Diffstat (limited to 'tests/topotests/docker/build.sh')
-rwxr-xr-x | tests/topotests/docker/build.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/topotests/docker/build.sh b/tests/topotests/docker/build.sh new file mode 100755 index 0000000..aec2058 --- /dev/null +++ b/tests/topotests/docker/build.sh @@ -0,0 +1,11 @@ +#!/bin/bash +# SPDX-License-Identifier: MIT +# +# Copyright 2018 Network Device Education Foundation, Inc. ("NetDEF") + +cd "$(dirname "$0")"/.. + +exec docker build --pull \ + --compress \ + -t frrouting/topotests:latest \ + . |