1
0
Fork 0
frr/tests/topotests/docker/build.sh
Daniel Baumann 3124f89aed
Adding upstream version 10.1.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 10:03:58 +01:00

11 lines
227 B
Bash
Executable file

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