From f5a621174ae722d2daa93c739c0c759fb7df05f5 Mon Sep 17 00:00:00 2001 From: Hristo Hristov Date: Wed, 9 Apr 2025 14:44:47 +0100 Subject: [PATCH] fix(ci): make harpoon binary executable (#1415) Signed-off-by: Hristo Hristov --- Dockerfile.tracing | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.tracing b/Dockerfile.tracing index 0fab1264..e41b0371 100644 --- a/Dockerfile.tracing +++ b/Dockerfile.tracing @@ -6,7 +6,7 @@ FROM ${TARGET_IMAGE} AS target FROM ghcr.io/alegrey91/harpoon:latest WORKDIR / COPY --from=target /ko-app/capsule ./manager - +RUN chmod +x ./harpoon ENTRYPOINT ["/harpoon", \ "capture", \ "-f", "main.main", \