Centralize registry/host constants #4
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
git.oleks.space/oleks/nix-ci* images, git.oleks.space netrc machine, tcp://buildkit-arm64.infra.svc.cluster.local:1234 (the-eye/container.yaml:44,78), nameserver 169.254.20.10 (lxml-s390x:44) are inlined dozens of times. Introduce central variables/secrets or a documented constants convention.
Documented at
docs/constants.md(commit4ab389d, onmain). Since Woodpecker has no cross-repo variables orinclude:, the practical mechanism is: secret-shaped values → Woodpecker/org secret (already true forgitea_clone_token,registry_token,attic_token); public infra values (image refs, buildkit addresses, netrc host, node-selector pins) → a field in the per-repo manifest consumed by thegenerator/render.pygenerator (oleks/ci-scripts#2), which stamps them into every rendered pipeline. Full inventory + convention table is in the doc. Closing.