20f47bb5ac
Why I did it docker-sonic-mgmt build is failing. How I did it stretch docker is disabled recently. Update docker-sonic-mgmt to buster. Migrate from sonictest to sonicbld. Because Azure requires migrate vm from uswest2 to uswest3. Fix a build issue when build image. How to verify it
6 lines
237 B
Makefile
6 lines
237 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)
|