7 Commits
Author SHA1 Message Date
Anders OlssonandClaude Opus 5 17d77ace6a fix: default to the buildkit in the caller's own namespace
The default was `tcp://buildkit.gitea.svc.cluster.local:1234`, which
names aceofbase's namespace explicitly. That was correct while aceofbase
was the only cluster running CI, and resolves to nothing from
planet-express — so every workflow moved to the new dink-backed runner
had to override it, and forgetting produced a DNS error from inside
buildx that named neither this action nor the cluster it pointed at.

A BARE Service name resolves in the job container's own namespace, which
is where its runner's buildkit lives on both clusters: `gitea` on
aceofbase, `gitea-runner` on planet-express. One default, correct on
both, and correct for a cluster nobody has built yet.

Verified before changing rather than assumed: on aceofbase the buildkit
Service is in `gitea`, and gitea-act-runner's Role is namespace-scoped
to `gitea`, so its job pods land in the same namespace as the Service.
Existing consumers therefore see no change.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01C1tzpqzv37DDbtpPTxHsyA
2026-08-18 06:25:35 +02:00
logaritmiskandClaude Opus 4.7 917bedaf7c docs: reflect runner-embedded cache and persistent buildkit
The standalone gha-cache-server was removed; cache traffic now lands in
the act-runner's embedded Actions API (persisted on a 50Gi PVC). BuildKit
itself also moved to a 100Gi Longhorn PVC.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-23 22:48:26 +02:00
logaritmisk 7e63dcb42b docs: update README for infra/ namespace and current inputs 2026-05-23 13:04:17 +00:00
logaritmisk 075b5bb77b fix: drop deprecated install input
Upstream docker/setup-buildx-action@v3 warns that the install input is
deprecated; recommend BUILDX_BUILDER env var instead.
v1
2026-05-23 12:59:25 +00:00
logaritmisk 1e94194f00 docs: expand README 2026-05-23 12:57:27 +00:00
logaritmisk 5dbde17fb0 feat: composite action wrapping docker/setup-buildx-action 2026-05-23 12:56:43 +00:00
logaritmisk dc0d22c3c6 Initial commit 2026-05-23 12:55:51 +00:00