]> git.proxmox.com Git - mirror_frr.git/blame - tests/topotests/docker/build.sh
Merge pull request #12798 from donaldsharp/rib_match_multicast
[mirror_frr.git] / tests / topotests / docker / build.sh
CommitLineData
1e9c095c 1#!/bin/bash
47a3a827 2# SPDX-License-Identifier: MIT
1e9c095c
RZ
3#
4# Copyright 2018 Network Device Education Foundation, Inc. ("NetDEF")
1e9c095c 5
54b60cf9 6cd "$(dirname "$0")"/..
ff37641b 7
f1c0836f
CF
8exec docker build --pull \
9 --compress \
2e73695a 10 -t frrouting/topotests:latest \
f1c0836f 11 .