diff --git a/Dockerfile.gateway b/Dockerfile.gateway index 4b3ec9b..29448fa 100644 --- a/Dockerfile.gateway +++ b/Dockerfile.gateway @@ -34,18 +34,13 @@ # 9420 git-gate smart HTTP (VM-backend agent-facing transport) # 9100 supervise (MCP HTTP) -# Stage 1: gitleaks binary. The upstream gitleaks image is alpine -# with the binary at /usr/bin/gitleaks. Pinned by digest in lockstep -# with Dockerfile.git-gate's prior base (now deleted at chunk 3). -FROM zricethezav/gitleaks@sha256:c00b6bd0aeb3071cbcb79009cb16a60dd9e0a7c60e2be9ab65d25e6bc8abbb7f AS gitleaks-src - -# Stage 2: assembly. Based on `python:3.12-slim` (Debian trixie) rather -# than the `mitmproxy/mitmproxy` image (Debian bookworm) so the whole -# stack — gateway here, and the firecracker infra image that builds -# FROM this — lands on trixie, whose buildah (1.39) can build agent -# Dockerfiles that use heredocs. mitmproxy is pip-installed to the same -# effect as the upstream image. (bookworm's buildah is 1.28, which can't -# parse `RUN ... <