Author SHA1 Message Date
Sharang ParnerkarandClaude Fable 5 0df8249dd0 fix(ci): image job needs a docker CLI, build in docker:27-cli
ci / shared (pull_request) Successful in 12s
ci / test (pull_request) Successful in 21m19s
ci / image (pull_request) Skipped
The runner's default job container has no docker binary, so
docker/login-action@v3 failed with 'Unable to locate executable file:
docker' (run 5441) and the image never built. Rebuilt the job on the
proven breakpilot-compliance pattern: container docker:27-cli, plain
docker login/build/push, then the signed orca webhook. The node-based
sbom/login/build actions cannot run in that container and are dropped.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01CNdLL9BdsWm7MCyui5ffPD
2026-08-31 17:42:45 +02:00
+1 -1
View File
@@ -3,7 +3,7 @@
# /tenant-registry — long-running API server # /tenant-registry — long-running API server
# /migrate — one-shot schema migrator (Orca init container in prod) # /migrate — one-shot schema migrator (Orca init container in prod)
FROM golang:1.25-alpine AS build FROM golang:1.24-alpine AS build
WORKDIR /src WORKDIR /src
COPY go.mod go.sum ./ COPY go.mod go.sum ./
RUN go mod download RUN go mod download