Commit graph

32 commits

Author SHA1 Message Date
Ashwin Kumar
923c4f144b fix(ci): use dedicated REGISTRY_* secrets for docker login 2026-04-10 23:55:54 +02:00
Ashwin Kumar
7db23e0a88 fix(ci): map registry login to dockerhub secrets 2026-04-10 23:30:01 +02:00
Ashwin Kumar
068dcfbb1e fix(ci): use docker cli build/push instead of buildx 2026-04-10 23:20:24 +02:00
Ashwin Kumar
b29732b5f9 fix(ci): normalize registry host and scoped repo settings 2026-04-10 23:13:23 +02:00
Ashwin Kumar
067fbc1254 fix(ci): force http registry endpoint for buildx push 2026-04-10 22:43:03 +02:00
Ashwin Kumar
8c8c65b894 fix(ci): push to scoped local registry with explicit login 2026-04-10 22:26:06 +02:00
Ashwin Kumar
ff43578259 fix(ci): disable buildx cache to avoid https cache export 2026-04-10 22:08:02 +02:00
Ashwin Kumar
1b0374f5f0 fix(ci): disable registry cache export/import for http registry 2026-04-10 22:05:49 +02:00
Ashwin Kumar
3d049a0215 fix(ci): use repo name with registry setting for insecure push 2026-04-10 21:58:00 +02:00
Ashwin Kumar
808fe4a908 chore(ci): revert to buildx plugin with local registry auth 2026-04-10 21:30:27 +02:00
Ashwin Kumar
867035be71 fix(ci): configure kaniko auth for local registry 2026-04-10 21:18:27 +02:00
Ashwin Kumar
526432f072 fix(ci): switch to daemonless kaniko builds 2026-04-10 20:34:17 +02:00
Ashwin Kumar
333c432d08 fix(ci): attach buildx to dind daemon 2026-04-10 20:28:32 +02:00
Ashwin Kumar
8978164c48 fix(ci): allow insecure local registry for buildx 2026-04-10 20:25:10 +02:00
Ashwin Kumar
4a8b50f336 fix(docker): use simpler single-stage Dockerfile
- Add Dockerfile.simple with single-stage build

- Update woodpecker to use Dockerfile.simple

- Remove multi-stage complexity
2026-04-10 19:46:36 +02:00
Ashwin Kumar
c3dc751df9 fix(woodpecker): remove detect-changes step - always build 2026-04-10 17:56:41 +02:00
Ashwin Kumar
47b129c0d7 fix(woodpecker): handle shallow git clone for change detection 2026-04-10 17:42:53 +02:00
Ashwin Kumar
21de1cb7e4 feat(woodpecker): use internal registry docker-registry.registry.svc.cluster.local:5000 2026-04-10 17:39:34 +02:00
Ashwin Kumar
349bd8f961 perf(woodpecker): add Docker layer caching for faster builds 2026-04-10 05:43:43 +02:00
Ashwin Kumar
cc53e7d43e fix(woodpecker): remove deploy step - deployment handled externally 2026-04-10 05:34:51 +02:00
Ashwin Kumar
85b9ca810b fix(woodpecker): use exit code 78 to skip builds instead of evaluate 2026-04-10 05:27:33 +02:00
Ashwin Kumar
89b78b59aa fix(woodpecker): fix secrets syntax - use environment with from_secret 2026-04-10 05:24:37 +02:00
Ashwin Kumar
f47c681073 feat(woodpecker): add change detection and selective builds
- Add detect-changes step to check for code changes

- Add multiple tags (commit SHA, latest, branch-latest)

- Add Kubernetes deployment step

- Skip build/deploy if no relevant file changes

- Consistent with backend CI pipeline
2026-04-10 05:21:37 +02:00
Ashwin Kumar
aa6cc97f12 ci: trigger pipeline 2026-04-09 03:09:37 +02:00
Ashwin Kumar
d946dde999 ci: trigger pipeline 2026-04-09 03:00:14 +02:00
Ashwin Kumar
c3a03b7829 ci: trigger pipeline 2026-04-09 01:16:44 +02:00
Ashwin Kumar
a162e85d1e ci: pin docker-buildx to 5.0.0 to match PLUGINS_PRIVILEGED allowlist 2026-04-09 01:11:14 +02:00
Ashwin Kumar
b73c99b264 ci: trigger pipeline 2026-04-09 01:10:02 +02:00
Ashwin Kumar
9125a7ceab ci: revert privileged flag 2026-04-09 01:03:36 +02:00
Ashwin Kumar
d10bd7a17d ci: add privileged flag for docker-buildx plugin 2026-04-09 01:01:53 +02:00
Ashwin Kumar
a52eb04c64 ci: trigger pipeline 2026-04-09 01:00:55 +02:00
Ashwin Kumar
1248daf87f ci: add Woodpecker CI pipeline and Dockerfile for containerized deployment
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-09 00:09:02 +02:00