projectcalico / bird

Calico's fork of the BIRD protocol stack
90 stars 86 forks source link

Use alpine:3.17 for calico/bird image instead of alpine:edge #110

Closed coutinhop closed 1 year ago

coutinhop commented 1 year ago

Description

currently running ip route from the iproute2 package on alpine:edge (6.2.0-r2) is segfaulting, using alpine 3.17 fixes that problem

Todos