Update docs for unified container build pipeline
- build-container-image how-to: document nix builds, --dry-run, unified tag triggering both workflows, add nettest nix pattern - ringtail reference: expand runner section with host packages, nixpkgs resolution, and container config files - forgejo reference: document both runners and both workflows - changelog fragment: reflect final scope Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
e7f6a71e9b
commit
3fbbc2d412
4 changed files with 43 additions and 18 deletions
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Forgejo
|
||||
modified: 2026-02-08
|
||||
modified: 2026-02-19
|
||||
tags:
|
||||
- service
|
||||
- git
|
||||
|
|
@ -31,15 +31,20 @@ Git forge and CI/CD platform. **Primary source of truth for blumeops** (mirrored
|
|||
|
||||
## CI/CD (Forgejo Actions)
|
||||
|
||||
**Runner:** Kubernetes pod with Docker-in-Docker sidecar
|
||||
- Namespace: `forgejo-runner`
|
||||
- Labels: `k8s`
|
||||
- ArgoCD app: `forgejo-runner`
|
||||
**Runners:**
|
||||
|
||||
| Runner | Host | Labels | Purpose |
|
||||
|--------|------|--------|---------|
|
||||
| k8s DinD pod | [[indri]] (minikube) | `k8s` | Dockerfile builds via Dagger |
|
||||
| ringtail-nix-builder | [[ringtail]] (native) | `nix-container-builder` | Nix builds via `nix-build` + `skopeo` |
|
||||
|
||||
**Workflows:** `.forgejo/workflows/`
|
||||
- `build-container.yaml` - Container image builds on tag
|
||||
- `build-container.yaml` - Dockerfile builds on tag (runs on `k8s`)
|
||||
- `build-container-nix.yaml` - Nix builds on tag (runs on `nix-container-builder`)
|
||||
- `build-blumeops.yaml` - Documentation builds and releases
|
||||
|
||||
Both container workflows trigger on the same tag pattern (`*-v[0-9]*`). Each checks for its build file (`Dockerfile` or `default.nix`) and skips if not present. See [[build-container-image]].
|
||||
|
||||
## Secrets (Forgejo Config)
|
||||
|
||||
Server configuration secrets managed via 1Password → Ansible:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue