Commit graph

34 commits

Author SHA1 Message Date
Ashwin Kumar
231c2fc4f4 fix(ci): use dedicated REGISTRY_* secrets for docker login 2026-04-10 23:55:54 +02:00
Ashwin Kumar
1514451652 fix(ci): map registry login to dockerhub secrets 2026-04-10 23:30:01 +02:00
Ashwin Kumar
6842d8434e fix(ci): use docker cli build/push instead of buildx 2026-04-10 23:20:24 +02:00
Ashwin Kumar
a04a7e4ed4 fix(ci): normalize registry host and scoped repo settings 2026-04-10 23:13:23 +02:00
Ashwin Kumar
e56c099cae fix(ci): force http registry endpoint for buildx push 2026-04-10 22:43:03 +02:00
Ashwin Kumar
c24944920a fix(ci): push to scoped local registry with explicit login 2026-04-10 22:26:05 +02:00
Ashwin Kumar
0da084271e fix(ci): disable buildx cache to avoid https cache export 2026-04-10 22:08:03 +02:00
Ashwin Kumar
076d4d5a91 fix(ci): disable registry cache export/import for http registry 2026-04-10 22:05:50 +02:00
Ashwin Kumar
ffea038c13 fix(ci): use repo name with registry setting for insecure push 2026-04-10 21:58:02 +02:00
Ashwin Kumar
04a3087c7c chore(ci): revert to buildx plugin with local registry auth 2026-04-10 21:30:27 +02:00
Ashwin Kumar
33375eeeac fix(ci): configure kaniko auth for local registry 2026-04-10 21:18:27 +02:00
Ashwin Kumar
6f41a92dda fix(ci): switch to daemonless kaniko builds 2026-04-10 20:34:18 +02:00
Ashwin Kumar
9dd3449105 fix(ci): attach buildx to dind daemon 2026-04-10 20:28:33 +02:00
Ashwin Kumar
0d59e347f2 fix(ci): allow insecure local registry for buildx 2026-04-10 20:25:11 +02:00
Ashwin Kumar
a894c1be9c fix(woodpecker): remove detect-changes step - always build all services 2026-04-10 17:56:41 +02:00
Ashwin Kumar
08dde4f3e8 fix(woodpecker): handle shallow git clone for change detection 2026-04-10 17:42:53 +02:00
Ashwin Kumar
bce0f13f56 feat(woodpecker): use internal registry docker-registry.registry.svc.cluster.local:5000
- Update all woodpecker files to use internal registry

- Use Docker Hub credentials for base image pulls

- Add cache_from/cache_to for internal registry caching

- Remove GitHub Container Registry dependency
2026-04-10 17:39:26 +02:00
Ashwin Kumar
39107e4fa4 fix(woodpecker): use simple Dockerfile and reduce build complexity
- Replace complex caching with simple Dockerfile

- Remove cargo-chef complexity that was slowing builds

- Add .woodpecker-base.yml for separate base image builds

- Add Dockerfile.simple for faster builds

- Add Dockerfile.ultrafast for when base image exists
2026-04-10 12:56:28 +02:00
Ashwin Kumar
c221173172 perf(build): ultra-fast builds with caching and optimized Dockerfiles
- Add Dockerfile.fast with cargo-chef and symbol stripping

- Add Dockerfile.superfast using pre-built base image

- Add Dockerfile.base for dependency caching

- Update Woodpecker with registry cache (cache_from/cache_to)

- Add fast-build.sh for local ultra-fast builds

- Add build-base-image.sh for one-time dependency build

- Enable BuildKit layer caching in CI
2026-04-10 05:43:34 +02:00
Ashwin Kumar
24021213b6 fix(woodpecker): remove deploy step - deployment handled externally
- Remove kubectl deploy step from woodpecker pipeline

- Keep only build-and-push step

- Deployment handled by ArgoCD or other GitOps tool
2026-04-10 05:34:44 +02:00
Ashwin Kumar
09a8b833a0 fix(woodpecker): use exit code 78 to skip builds instead of evaluate
- Replace evaluate when conditions with exit code 78

- Exit 78 in detect-changes step skips subsequent steps

- Woodpecker treats exit 78 as skip signal
2026-04-10 05:27:26 +02:00
Ashwin Kumar
14d820cf57 fix(woodpecker): fix secrets syntax - use environment with from_secret
- Replace deprecated secrets with environment + from_secret

- Fix when conditions structure

- Ensure proper schema validation
2026-04-10 05:24:30 +02:00
Ashwin Kumar
e39ed36fcc feat(woodpecker): update CI pipeline with change detection and selective builds
- Update .woodpecker.yml with change detection step

- Add optimized Dockerfile.optimized support

- Add deployment step to Kubernetes

- Add woodpecker-local-build.sh for local testing

- Only build and deploy services with code changes

- Skip unchanged services for faster pipelines
2026-04-10 05:17:56 +02:00
Ashwin Kumar
466b972e9f ci: trigger pipeline 2026-04-09 06:34:19 +02:00
Ashwin Kumar
1d3d07f001 fix: add Docker Hub login + switch runtime to AWS ECR Public to avoid rate limits 2026-04-09 06:26:01 +02:00
Ashwin Kumar
1ffb489266 ci: trigger pipeline 2026-04-09 03:09:41 +02:00
Ashwin Kumar
a6ebbeb3f9 ci: trigger pipeline 2026-04-09 03:00:18 +02:00
Ashwin Kumar
5d0c65bded ci: trigger pipeline 2026-04-09 01:16:49 +02:00
Ashwin Kumar
e924aaf5cb ci: pin docker-buildx to 5.0.0 to match PLUGINS_PRIVILEGED allowlist 2026-04-09 01:11:18 +02:00
Ashwin Kumar
4adab13314 ci: trigger pipeline 2026-04-09 01:10:06 +02:00
Ashwin Kumar
2afad6cb95 ci: revert privileged flag 2026-04-09 01:03:39 +02:00
Ashwin Kumar
2def9d056b ci: add privileged flag for docker-buildx plugin 2026-04-09 01:01:56 +02:00
Ashwin Kumar
b90243f89f ci: trigger pipeline 2026-04-09 01:00:59 +02:00
Ashwin Kumar
235c5fce76 ci: add Woodpecker CI matrix pipeline and missing cron Dockerfile
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-09 00:09:04 +02:00