This repository has been archived on 2025-03-20. You can view files and clone it, but cannot push or open issues or pull requests.
sonic-buildimage/rules/docker-team.mk
2016-12-20 00:39:24 -08:00

8 lines
259 B
Makefile

# docker image for team agent
DOCKER_TEAM = docker-team.gz
$(DOCKER_TEAM)_PATH = $(DOCKERS_PATH)/docker-team
$(DOCKER_TEAM)_DEPENDS += $(SWSS) $(LIBTEAMDCT) $(LIBTEAM_UTILS)
$(DOCKER_TEAM)_LOAD_DOCKERS += $(DOCKER_BASE)
SONIC_DOCKER_IMAGES += $(DOCKER_TEAM)