From 4edb8e7420fc3ff89db0b7951081a9fced349152 Mon Sep 17 00:00:00 2001 From: jedarden Date: Thu, 2 Jul 2026 15:25:44 -0400 Subject: [PATCH] fix(release): remove miroir-proxy from .dockerignore to fix CI build The .dockerignore was excluding the binaries that the CI build step creates, causing the Kaniko build to fail. These binaries are explicitly built in the build-binaries step and need to be included in the Docker build context. This fixes the miroir-release workflow which was consistently failing at the build-image step. --- .dockerignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.dockerignore b/.dockerignore index a739bab..97ad8ff 100644 --- a/.dockerignore +++ b/.dockerignore @@ -9,8 +9,9 @@ k8s/ scripts/ tests/ benches/ -miroir-proxy-linux-amd64 -miroir-proxy-linux-amd64.sha256 +# miroir-proxy-linux-amd64 and miroir-ctl-linux-amd64 are needed for CI builds +# miroir-proxy-linux-amd64 +# miroir-proxy-linux-amd64.sha256 tarpaulin-report.json .claude/ .beads/