Tracewebstudio Dev
|
afaabc55eb
|
ci: revert to woodpeckerci plugin-kaniko from Docker Hub
|
2026-04-16 22:38:37 +02:00 |
|
Tracewebstudio Dev
|
e019440097
|
ci: use kaniko from registry.nxtgauge.com
|
2026-04-16 22:28:31 +02:00 |
|
Tracewebstudio Dev
|
0724d17aed
|
ci: revert admin to direct kaniko build (no crane)
|
2026-04-16 22:16:48 +02:00 |
|
Tracewebstudio Dev
|
e044d4c5cc
|
ci: mirror node:20-alpine first, then build admin
|
2026-04-16 21:33:05 +02:00 |
|
Tracewebstudio Dev
|
b316181e77
|
fix: use registry.nxtgauge.com without port
|
2026-04-15 14:58:40 +02:00 |
|
Tracewebstudio Dev
|
aaab214b2c
|
fix: hardcode registry with port 5000
|
2026-04-15 14:51:00 +02:00 |
|
Tracewebstudio Dev
|
df5326db73
|
chore: remove gitops update step (handled server-side)
|
2026-04-14 18:52:19 +02:00 |
|
Tracewebstudio Dev
|
bee549a7fb
|
fix: use GITOPS_REPO_URL with GHCR auth
|
2026-04-14 18:44:10 +02:00 |
|
Tracewebstudio Dev
|
9361502d8a
|
fix: use GHCR_TOKEN/GHCR_USERNAME for gitops push
|
2026-04-14 18:31:56 +02:00 |
|
Tracewebstudio Dev
|
4cbab9cb0e
|
fix: use GITOPS_REPO_URL secret for git clone
|
2026-04-14 18:30:51 +02:00 |
|
Tracewebstudio Dev
|
515882bd2b
|
fix: use GITHUB_TOKEN for git clone
|
2026-04-14 18:27:57 +02:00 |
|
Tracewebstudio Dev
|
9cae2f9125
|
ci: add gitops update step while keeping original registry config
|
2026-04-14 14:34:01 +02:00 |
|
Tracewebstudio Dev
|
8959025299
|
fix: use explicit registry.nxtgauge.com:5000 with REGISTRY_* secrets
|
2026-04-14 14:32:28 +02:00 |
|
Tracewebstudio Dev
|
0886b88fe6
|
ci: simplify GitOps update to use Woodpecker's Git access
|
2026-04-14 14:28:22 +02:00 |
|
Tracewebstudio Dev
|
acfb25043b
|
fix: use GHCR_USERNAME/GHCR_TOKEN instead of REGISTRY_*
|
2026-04-14 14:26:56 +02:00 |
|
Tracewebstudio Dev
|
7625d542ae
|
ci: add GitOps update step to Woodpecker pipeline
- After building, update nxtgauge-gitops with new SHA tag
- Requires secrets: GITOPS_REPO_URL, GITOPS_BRANCH, GITOPS_TOKEN
|
2026-04-14 14:19:04 +02:00 |
|
Ashwin Kumar
|
eb235676b4
|
fix(ci): use from_secret for REGISTRY_HOSTPORT in kaniko
|
2026-04-12 13:44:24 +02:00 |
|
Ashwin Kumar
|
88d9ebbfc2
|
fix(ci): use REGISTRY_HOSTPORT secret for private registry
|
2026-04-12 12:17:10 +02:00 |
|
Ashwin Kumar
|
f01f071322
|
fix(ci): use repo path only for kaniko destination
|
2026-04-11 13:58:08 +02:00 |
|
Ashwin Kumar
|
7ecbe69196
|
fix(ci): switch to kaniko for http local registry push
|
2026-04-11 13:49:49 +02:00 |
|
Ashwin Kumar
|
3b877d6366
|
fix(ci): qualify repo target and restore explicit registry push auth
|
2026-04-11 13:43:32 +02:00 |
|
Ashwin Kumar
|
fffe8c95c0
|
fix(ci): force http local registry endpoint for buildx push
|
2026-04-11 13:32:35 +02:00 |
|
Ashwin Kumar
|
791f92b503
|
fix(ci): restore working buildx settings pattern with registry push creds
|
2026-04-11 00:38:02 +02:00 |
|
Ashwin Kumar
|
63b1d85450
|
fix(ci): fallback to dockerhub secrets and static registry host
|
2026-04-11 00:07:58 +02:00 |
|
Ashwin Kumar
|
688e1347e0
|
fix(ci): quote secret guard command for valid yaml
|
2026-04-11 00:01:15 +02:00 |
|
Ashwin Kumar
|
83ccd127e6
|
fix(ci): use dedicated REGISTRY_* secrets for docker login
|
2026-04-10 23:55:53 +02:00 |
|
Ashwin Kumar
|
98b54e55e4
|
fix(ci): map registry login to dockerhub secrets
|
2026-04-10 23:30:00 +02:00 |
|
Ashwin Kumar
|
18ebedebc9
|
fix(ci): use docker cli build/push instead of buildx
|
2026-04-10 23:20:25 +02:00 |
|
Ashwin Kumar
|
01e8dbf5d5
|
fix(ci): normalize registry host and scoped repo settings
|
2026-04-10 23:13:24 +02:00 |
|
Ashwin Kumar
|
c9a9c1f443
|
fix(ci): force http registry endpoint for buildx push
|
2026-04-10 22:43:04 +02:00 |
|
Ashwin Kumar
|
c6bf318974
|
fix(ci): push to scoped local registry with explicit login
|
2026-04-10 22:26:06 +02:00 |
|
Ashwin Kumar
|
452146cf36
|
fix(ci): disable buildx cache to avoid https cache export
|
2026-04-10 22:08:02 +02:00 |
|
Ashwin Kumar
|
fe3bd21a48
|
fix(ci): use repo name with registry setting for insecure push
|
2026-04-10 21:58:02 +02:00 |
|
Ashwin Kumar
|
dc56f16a4e
|
chore(ci): revert to buildx plugin with local registry auth
|
2026-04-10 21:30:26 +02:00 |
|
Ashwin Kumar
|
161c07ddbf
|
fix(ci): configure kaniko auth for local registry
|
2026-04-10 21:18:26 +02:00 |
|
Ashwin Kumar
|
2bfb0774ee
|
fix(ci): switch to daemonless kaniko builds
|
2026-04-10 20:34:18 +02:00 |
|
Ashwin Kumar
|
130145ebc5
|
fix(ci): attach buildx to dind daemon
|
2026-04-10 20:28:32 +02:00 |
|
Ashwin Kumar
|
ad5a3d96a8
|
fix(ci): allow insecure local registry for buildx
|
2026-04-10 20:25:11 +02:00 |
|
Ashwin Kumar
|
e416f2fe8f
|
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
|
897518c86e
|
fix(woodpecker): remove detect-changes step - always build
|
2026-04-10 17:56:42 +02:00 |
|
Ashwin Kumar
|
a9227252e8
|
fix(woodpecker): handle shallow git clone for change detection
|
2026-04-10 17:42:53 +02:00 |
|
Ashwin Kumar
|
a6c88666ec
|
feat(woodpecker): use internal registry docker-registry.registry.svc.cluster.local:5000
|
2026-04-10 17:39:41 +02:00 |
|
Ashwin Kumar
|
f61df5b432
|
perf(woodpecker): add Docker layer caching for faster builds
|
2026-04-10 05:43:48 +02:00 |
|
Ashwin Kumar
|
f5c7b2b19e
|
fix(woodpecker): remove deploy step - deployment handled externally
|
2026-04-10 05:34:57 +02:00 |
|
Ashwin Kumar
|
2370f62eac
|
fix(woodpecker): use exit code 78 to skip builds instead of evaluate
|
2026-04-10 05:27:39 +02:00 |
|
Ashwin Kumar
|
a3622de8e9
|
fix(woodpecker): fix secrets syntax - use environment with from_secret
|
2026-04-10 05:24:44 +02:00 |
|
Ashwin Kumar
|
365ffd3b62
|
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:45 +02:00 |
|
Ashwin Kumar
|
cc30b8d118
|
ci: trigger pipeline
|
2026-04-09 03:09:40 +02:00 |
|
Ashwin Kumar
|
c95e6deb1e
|
ci: trigger pipeline
|
2026-04-09 03:00:16 +02:00 |
|
Ashwin Kumar
|
354f051ad1
|
ci: trigger pipeline
|
2026-04-09 01:16:46 +02:00 |
|