@@ -37,7 +37,7 @@ ALL_MODULES := $(GO_MODULES) $(PYTHON_MODULES) $(CONTAINER_MODULES)
3737
3838# Build all Docker images for local development
3939.PHONY : build-all
40- build-all : build-gpu-health-monitor build-syslog-health-monitor build-metadata-collector build-event-exporter build- log-collector
40+ build-all : build-gpu-health-monitor build-syslog-health-monitor build-metadata-collector build-log-collector
4141 @echo " All Docker images built successfully for local development"
4242
4343# GPU health monitor (special case with DCGM variants)
@@ -67,11 +67,6 @@ build-metadata-collector:
6767 @echo " Building metadata collector..."
6868 $(MAKE ) -C ../metadata-collector docker-build
6969
70- .PHONY : build-event-exporter
71- build-event-exporter :
72- @echo " Building event exporter..."
73- $(MAKE ) -C ../event-exporter docker-build
74-
7570.PHONY : build-log-collector
7671build-log-collector :
7772 @echo " Building log collector..."
@@ -84,7 +79,7 @@ build-log-collector:
8479
8580# Publish all Docker images to registry (CI-like behavior)
8681.PHONY : publish-all
87- publish-all : publish-gpu-health-monitor publish-syslog-health-monitor publish-metadata-collector publish-event-exporter publish- log-collector
82+ publish-all : publish-gpu-health-monitor publish-syslog-health-monitor publish-metadata-collector publish-log-collector
8883 @echo " All Docker images published successfully to registry"
8984
9085# GPU health monitor publish (special case with DCGM variants)
@@ -114,11 +109,6 @@ publish-metadata-collector:
114109 @echo " Publishing metadata collector..."
115110 $(MAKE ) -C ../metadata-collector docker-publish
116111
117- .PHONY : publish-event-exporter
118- publish-event-exporter :
119- @echo " Publishing event exporter..."
120- $(MAKE ) -C ../event-exporter docker-publish
121-
122112.PHONY : publish-log-collector
123113publish-log-collector :
124114 @echo " Publishing log collector..."
0 commit comments