- update Ubuntu packages to fetch latest security patches
- add timer before killing bird container
- use Ubuntu 20.04 instead of Fedora
- use latest stable bird 1.6 (1.6.8)
- output logs of bird to stdout
- install bird6 as it was missing
- create
/etc/bird
folder
- use Fedora as a base image instead of Ubuntu
- use upstream
bird.network.cz
repository for latestbird
version
- disable
bird
orbird6
if configuration is not provided.
- change configuration mount point to
/opt/bird/
, because/run
and/var/run
are linked and the latter is used by the socket shared with another container (two different mount points).
- change socket location to
/var/run/bird/
- add first draft for vnf-bird image