2025-03-12 10:26:19 +01:00
|
|
|
#!/usr/bin/env bash
|
2025-02-05 10:03:58 +01:00
|
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
#
|
|
|
|
# Copyright 2018 Network Device Education Foundation, Inc. ("NetDEF")
|
|
|
|
|
|
|
|
cd "$(dirname "$0")"/..
|
|
|
|
|
2025-03-12 10:26:19 +01:00
|
|
|
exec $(command -v docker || command -v podman) build --pull \
|
2025-02-05 10:03:58 +01:00
|
|
|
--compress \
|
|
|
|
-t frrouting/topotests:latest \
|
|
|
|
.
|