mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-28 15:36:25 +00:00

Docker image based on ubi8-minimal are smaller in size than previous ones built with ubi8 as base. Also, due to proper cleanup of caches, the final image is about 400MB in size (down from ~630MB using the older ubi8 builder). This Dockerfile also uses packages built for RHEL (instead of CentOS), and updates dependencies so that it can compile latest FRR versions. Signed-off-by: Juan Vidal Allende <juan.vidal1@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)
|