ops/devops: fix console runner build paths and log built image

This commit is contained in:
StellaOps Bot
2025-12-07 15:23:08 +02:00
parent a403979177
commit e3f28a21ab
4 changed files with 10 additions and 11 deletions

View File

@@ -41,6 +41,7 @@
## Execution Log
| Date (UTC) | Update | Owner |
| --- | --- | --- |
| 2025-12-07 | Built offline console runner image locally via `ops/devops/console/build-runner-image-ci.sh` (tag `stellaops/console-runner:offline-20251207T131911Z`, tarball at `ops/devops/artifacts/console-runner/console-runner-20251207T131911Z.tar`); ready for runner registration. | DevOps Guild |
| 2025-12-07 | Added console runner CI build workflow (`.gitea/workflows/console-runner-image.yml`) and CI wrapper (`ops/devops/console/build-runner-image-ci.sh`) to publish baked runner tarball + metadata. | DevOps Guild |
| 2025-12-07 | Added console runner Dockerfile + build helper to bake npm/Playwright caches; README updated with runner image usage. | DevOps Guild |
| 2025-12-07 | Added console offline runner spec (`ops/devops/console/README.md`) and manual-only CI skeleton (`.gitea/workflows/console-ci.yml`); moved DEVOPS-CONSOLE-23-001 to DOING pending runner cache bake/approval. | DevOps Guild |