1
0
Fork 0
frr/tests/topotests/docker/build.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
227 B
Bash
Raw Normal View History

#!/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 \
.