mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-16 04:00:56 +00:00

- Create frr docker container based in new Red Hat Universal Base Images. - This build a docker container based in ubi-8. - Need to get the devel packages from centos-8 stream repos. - Centos-8 stream repos added : base, appstream, powertools and epel Signed-off-by: Javier Garcia <javier.martin.garcia@ibm.com>
5 lines
83 B
Bash
Executable File
5 lines
83 B
Bash
Executable File
#!/bin/bash
|
|
|
|
source /usr/lib/frr/frrcommon.sh
|
|
/usr/lib/frr/watchfrr $(daemon_list)
|