deepkoluguri
  • Joined on 2026-05-11
deepkoluguri pushed to master at deepkoluguri/chitfund 2026-05-11 22:22:07 +00:00
c35eefd2a9 Add multi-stage build to Flutter Dockerfile
deepkoluguri pushed to prod_i8n at deepkoluguri/chitfund 2026-05-11 22:21:52 +00:00
9d280dd553 Fix luckychit Dockerfile for multi-stage build
deepkoluguri created branch prod_i8n in deepkoluguri/chitfund 2026-05-11 22:21:51 +00:00
deepkoluguri pushed to main at deepkoluguri/agentic-os 2026-05-11 22:10:30 +00:00
064dcab2af ci: switch to kaniko for daemonless build
deepkoluguri pushed to master at deepkoluguri/chitfund 2026-05-11 22:04:09 +00:00
ad10f2450a Revert to working kaniko configuration
deepkoluguri pushed to main at deepkoluguri/agentic-os 2026-05-11 22:01:13 +00:00
b636076855 Update .gitignore
deepkoluguri pushed to main at deepkoluguri/agentic-os 2026-05-11 21:59:26 +00:00
cec36444b0 Add MCP build workflow
deepkoluguri pushed to master at deepkoluguri/chitfund 2026-05-11 21:58:11 +00:00
0edbb9c728 Fix workflow to use standard buildx
deepkoluguri pushed to master at deepkoluguri/chitfund 2026-05-11 21:49:40 +00:00
5311eeb1b5 ci: use --volumes-from to share job container workspace with kaniko
deepkoluguri pushed to master at deepkoluguri/chitfund 2026-05-11 21:46:19 +00:00
5a5e61a603 ci: use kaniko git context - clone from gitea directly, no volume mounts
deepkoluguri pushed to master at deepkoluguri/chitfund 2026-05-11 21:42:31 +00:00
17c32f1ef5 ci: debug volume mount before kaniko
deepkoluguri pushed to master at deepkoluguri/chitfund 2026-05-11 21:38:16 +00:00
b14dad3a3b ci: trigger rebuild after shared-workspace volume fix
deepkoluguri pushed to master at deepkoluguri/chitfund 2026-05-11 21:27:51 +00:00
15a7234fa4 ci: fix kaniko context - mount full repo at /repo, point context at subdirs
deepkoluguri pushed to master at deepkoluguri/chitfund 2026-05-11 21:25:33 +00:00
2dbf55bff1 ci: fix workspace path - use gitea.workspace expression instead of env var
deepkoluguri pushed to master at deepkoluguri/chitfund 2026-05-11 21:19:58 +00:00
a74a035912 ci: use docker bridge gateway 172.17.0.1:2375 to reach dind from job containers
deepkoluguri pushed to master at deepkoluguri/chitfund 2026-05-11 21:17:29 +00:00
8fef50ba86 ci: trigger rebuild after runner host-network fix
deepkoluguri pushed to main at deepkoluguri/agentic-os 2026-05-11 21:11:52 +00:00
9727c66d8d infra: configure act_runner with host networking so job containers reach dind
deepkoluguri pushed to master at deepkoluguri/chitfund 2026-05-11 21:03:26 +00:00
3545facd5f ci: wait for dind to be ready before running kaniko
deepkoluguri pushed to master at deepkoluguri/chitfund 2026-05-11 20:55:03 +00:00
d2bf305446 ci: run kaniko via docker run (no daemon in build, fixes container entrypoint issue)
deepkoluguri pushed to master at deepkoluguri/chitfund 2026-05-11 20:50:12 +00:00
b91e8e58a8 ci: use dind sidecar instead of kaniko - pass DOCKER_HOST explicitly