658ed4fd37
Reverts Azure/sonic-buildimage#7476 It remove bgpd.conf.j2 and zebra.conf.j2, which is still used by sonic-config-engine unit test.
17 lines
569 B
Makefile
17 lines
569 B
Makefile
# docker image for fpm-gobgp
|
|
|
|
DOCKER_FPM_GOBGP = docker-fpm-gobgp.gz
|
|
$(DOCKER_FPM_GOBGP)_PATH = $(DOCKERS_PATH)/docker-fpm-gobgp
|
|
$(DOCKER_FPM_GOBGP)_DEPENDS += $(GOBGP)
|
|
$(DOCKER_FPM_GOBGP)_LOAD_DOCKERS += $(DOCKER_FPM_QUAGGA)
|
|
|
|
$(DOCKER_FPM_GOBGP)_VERSION = 1.0.0
|
|
$(DOCKER_FPM_GOBGP)_PACKAGE_NAME = fpm-gobgp
|
|
|
|
SONIC_DOCKER_IMAGES += $(DOCKER_FPM_GOBGP)
|
|
|
|
$(DOCKER_FPM_GOBGP)_CONTAINER_NAME = bgp
|
|
$(DOCKER_FPM_GOBGP)_RUN_OPT += --privileged -t
|
|
$(DOCKER_FPM_GOBGP)_RUN_OPT += -v /etc/sonic:/etc/sonic:ro
|
|
$(DOCKER_FPM_GOBPG)_FILES += $(SUPERVISOR_PROC_EXIT_LISTENER_SCRIPT)
|