We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8bd7f1 commit c670aceCopy full SHA for c670ace
1 file changed
Makefile
@@ -66,7 +66,10 @@ install: build
66
cp ./resources/policies/distribution/* /usr/local/sysflow/resources/policies/
67
68
.PHONY: docker-build
69
-docker-build: docker-plugin-builder
+docker-build: docker-plugin-builder docker-processor
70
+
71
+.PHONY: docker-processor
72
+docker-processor:
73
( DOCKER_BUILDKIT=1 docker build --cache-from=sysflowtelemetry/plugin-builder:${SYSFLOW_VERSION} -t sysflowtelemetry/sf-processor:${SYSFLOW_VERSION} --build-arg BACKEND_TAG=$(BACKEND_TAG) --build-arg UBI_VER=$(UBI_VERSION) --target=runtime -f Dockerfile . )
74
75
.PHONY: docker-plugin-builder
0 commit comments