Initial segregate: proxy source, deploy manifests, ImagePolicy Flux CRs.
build-and-push / build (push) Failing after 2m45s

Move workload out of infra with cursor-devbox-style GitRepository +
run_number-sha image automation.
This commit is contained in:
Vsevolod Sauta
2026-09-21 10:31:36 +03:00
commit 57a036ba5e
22 changed files with 2444 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/bin/bash
# Container entrypoint: run cursor-agent bootstrap, then start the proxy.
set -euo pipefail
# Seed ~/.cursor/cli-config.json (default global permissions) and verify
# the cursor-agent binary responds.
/app/scripts/bootstrap-cursor.sh
# The HTTP server. Sessions spawn cursor-agent ACP subprocesses per request.
exec node /app/src/server.mjs