]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/docker/build.sh
Merge pull request #12818 from imzyxwvu/fix/other-table-inactive
[mirror_frr.git] / tests / topotests / docker / build.sh
1 #!/bin/bash
2 # SPDX-License-Identifier: MIT
3 #
4 # Copyright 2018 Network Device Education Foundation, Inc. ("NetDEF")
5
6 cd "$(dirname "$0")"/..
7
8 exec docker build --pull \
9 --compress \
10 -t frrouting/topotests:latest \
11 .