Skip to content

Commit c670ace

Browse files
committed
feat: split docker processor target from plugin builder target
Signed-off-by: Frederico Araujo <frederico.araujo@ibm.com>
1 parent e8bd7f1 commit c670ace

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,10 @@ install: build
6666
cp ./resources/policies/distribution/* /usr/local/sysflow/resources/policies/
6767

6868
.PHONY: docker-build
69-
docker-build: docker-plugin-builder
69+
docker-build: docker-plugin-builder docker-processor
70+
71+
.PHONY: docker-processor
72+
docker-processor:
7073
( 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 . )
7174

7275
.PHONY: docker-plugin-builder

0 commit comments

Comments
 (0)