File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 11# docker image for snmp agent
22
3- DOCKER_SNMP_SV2 = docker-snmp-sv2.gz
3+ DOCKER_SNMP_SV2_STEM = docker-snmp-sv2
4+ DOCKER_SNMP_SV2 = $(DOCKER_SNMP_SV2_STEM ) .gz
5+ DOCKER_SNMP_SV2_DBG = $(DOCKER_SNMP_SV2_STEM ) -$(DBG_IMAGE_MARK ) .gz
6+
47$(DOCKER_SNMP_SV2)_PATH = $(DOCKERS_PATH ) /docker-snmp-sv2
58# # TODO: remove LIBPY3_DEV if we can get pip3 directly
69$(DOCKER_SNMP_SV2)_DEPENDS += $(SNMP ) $(SNMPD ) $(PY3 ) $(LIBPY3_DEV )
10+
11+ $(DOCKER_SNMP_SV2)_DBG_DEPENDS = $($(DOCKER_CONFIG_ENGINE ) _DBG_DEPENDS)
12+ $(DOCKER_SNMP_SV2)_DBG_DEPENDS += $(LIBSNMP_DBG )
13+
14+ $(DOCKER_SNMP_SV2)_DBG_IMAGE_PACKAGES = $($(DOCKER_CONFIG_ENGINE ) _DBG_IMAGE_PACKAGES)
15+
716$(DOCKER_SNMP_SV2)_PYTHON_WHEELS += $(SONIC_PLATFORM_COMMON_PY3 ) $(SWSSSDK_PY3 ) $(ASYNCSNMP_PY3 )
817$(DOCKER_SNMP_SV2)_LOAD_DOCKERS += $(DOCKER_CONFIG_ENGINE )
18+
919SONIC_DOCKER_IMAGES += $(DOCKER_SNMP_SV2 )
1020SONIC_INSTALL_DOCKER_IMAGES += $(DOCKER_SNMP_SV2 )
1121
22+ SONIC_DOCKER_DBG_IMAGES += $(DOCKER_SNMP_SV2_DBG )
23+ SONIC_INSTALL_DOCKER_DBG_IMAGES += $(DOCKER_SNMP_SV2_DBG )
24+
1225$(DOCKER_SNMP_SV2)_CONTAINER_NAME = snmp
1326$(DOCKER_SNMP_SV2)_RUN_OPT += --net=host --privileged -t
1427$(DOCKER_SNMP_SV2)_RUN_OPT += -v /etc/sonic:/etc/sonic:ro
You can’t perform that action at this time.
0 commit comments