7c5f616469
* Fix sonic-mgmt docker build due to Bookworm changes Because of the Bookworm upgrade, when some build target is specified on the command line, the build system will try to build everything for buster and bullseye distros, even if it's not needed by the target. As a workaround, call the underlying Makefile.work script with `BLDENV=bullseye` to have it only build packages related to sonic-mgmt. Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com> * Mark docker-sonic-mgmt as a Bullseye container Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com> --------- Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
7 lines
284 B
Makefile
7 lines
284 B
Makefile
# docker image for sonic-mgmt
|
|
DOCKER_SONIC_MGMT = docker-sonic-mgmt.gz
|
|
$(DOCKER_SONIC_MGMT)_PATH = $(DOCKERS_PATH)/docker-sonic-mgmt
|
|
$(DOCKER_SONIC_MGMT)_DEPENDS += $(SONIC_DEVICE_DATA) $(PTF)
|
|
SONIC_DOCKER_IMAGES += $(DOCKER_SONIC_MGMT)
|
|
SONIC_BULLSEYE_DOCKERS += $(DOCKER_SONIC_MGMT)
|