summaryrefslogtreecommitdiffstats
path: root/tests/topotests/docker/build.sh
blob: aec20587ba395717391e077da5a24a9c715f1df0 (plain)
1
2
3
4
5
6
7
8
9
10
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 \
		  .