From ea5d6abbc4b6e82de84ef7143e192a550dd0ad7f Mon Sep 17 00:00:00 2001 From: Sreekanth Date: Mon, 20 Jan 2025 18:54:05 +0530 Subject: [PATCH] Debugging test failure - Run docker image directly Signed-off-by: Sreekanth --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index a1ce2df5b..fbb66aa8c 100644 --- a/Makefile +++ b/Makefile @@ -198,6 +198,7 @@ endif ifdef IMAGE_IMPORT_CMD $(IMAGE_IMPORT_CMD) $(IMAGE_NAMESPACE)/$(BINARY_NAME):$(VERSION) endif + docker run --entrypoint /bin/numaflow-rs $(IMAGE_NAMESPACE)/$(BINARY_NAME):$(VERSION) --rust || true .PHONY: build-rust-in-docker build-rust-in-docker: