Skip to content

Commit 7bd9050

Browse files
jlevequeShuotian Cheng
authored and
Shuotian Cheng
committed
[docker]: Add DHCP relay docker to generic build (#207)
1 parent 09f61a4 commit 7bd9050

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

platform/generic/rules.mk

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ SONIC_ALL += $(DOCKER_DATABASE) \
33
$(DOCKER_TEAMD) \
44
$(DOCKER_LLDP_SV2) \
55
$(DOCKER_SNMP_SV2) \
6-
$(DOCKER_PLATFORM_MONITOR)
6+
$(DOCKER_PLATFORM_MONITOR) \
7+
$(DOCKER_DHCP_RELAY)

rules/docker-dhcp-relay.mk

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# docker dhcp relay image
2+
3+
DOCKER_DHCP_RELAY = docker-dhcp-relay.gz
4+
$(DOCKER_DHCP_RELAY)_PATH = $(DOCKERS_PATH)/docker-dhcp-relay
5+
$(DOCKER_DHCP_RELAY)_LOAD_DOCKERS = $(DOCKER_BASE)
6+
7+
SONIC_SIMPLE_DOCKER_IMAGES += $(DOCKER_DHCP_RELAY)

0 commit comments

Comments
 (0)