Skip to content

Commit

Permalink
[docker]: Add DHCP relay docker to generic build (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
jleveque authored and Shuotian Cheng committed Jan 24, 2017
1 parent 09f61a4 commit 7bd9050
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion platform/generic/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ SONIC_ALL += $(DOCKER_DATABASE) \
$(DOCKER_TEAMD) \
$(DOCKER_LLDP_SV2) \
$(DOCKER_SNMP_SV2) \
$(DOCKER_PLATFORM_MONITOR)
$(DOCKER_PLATFORM_MONITOR) \
$(DOCKER_DHCP_RELAY)
7 changes: 7 additions & 0 deletions rules/docker-dhcp-relay.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# docker dhcp relay image

DOCKER_DHCP_RELAY = docker-dhcp-relay.gz
$(DOCKER_DHCP_RELAY)_PATH = $(DOCKERS_PATH)/docker-dhcp-relay
$(DOCKER_DHCP_RELAY)_LOAD_DOCKERS = $(DOCKER_BASE)

SONIC_SIMPLE_DOCKER_IMAGES += $(DOCKER_DHCP_RELAY)

0 comments on commit 7bd9050

Please sign in to comment.