Reference forge runner contract
This commit is contained in:
parent
b6712300c6
commit
b34d08c358
2 changed files with 7 additions and 1 deletions
|
|
@ -137,6 +137,8 @@ This layer is expected to evolve toward:
|
||||||
* GitOps workflows with clear **review and rollback** expectations
|
* GitOps workflows with clear **review and rollback** expectations
|
||||||
* Handoff contracts with `railiance-forge` for **runner labels, package
|
* Handoff contracts with `railiance-forge` for **runner labels, package
|
||||||
credentials, registry endpoints, and artifact evidence**
|
credentials, registry endpoints, and artifact evidence**
|
||||||
|
* Reusable templates that cite the forge-owned **runner/GitOps ownership
|
||||||
|
contract** before depending on privileged labels or credentials
|
||||||
* Developer-facing **self-service templates** and portal entry points
|
* Developer-facing **self-service templates** and portal entry points
|
||||||
* SDKs and examples that make platform capabilities easy to consume correctly
|
* SDKs and examples that make platform capabilities easy to consume correctly
|
||||||
* Release evidence that S5 can use for **deployment readiness**
|
* Release evidence that S5 can use for **deployment readiness**
|
||||||
|
|
|
||||||
6
SCOPE.md
6
SCOPE.md
|
|
@ -33,6 +33,8 @@ services. S5 applications consume S4 templates and conventions, while
|
||||||
- Buildpacks and image builders
|
- Buildpacks and image builders
|
||||||
- Handoff contracts to `railiance-forge` for runner labels, artifact evidence,
|
- Handoff contracts to `railiance-forge` for runner labels, artifact evidence,
|
||||||
and registry consumption
|
and registry consumption
|
||||||
|
- Template references to forge-provided runner labels and credentials documented
|
||||||
|
in `/home/worsch/railiance-forge/docs/ci-runner-actions-gitops-ownership.md`
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
@ -107,7 +109,9 @@ services. S5 applications consume S4 templates and conventions, while
|
||||||
|
|
||||||
- `railiance-platform` (S3) — pre-condition; provides services that S4 tooling depends on
|
- `railiance-platform` (S3) — pre-condition; provides services that S4 tooling depends on
|
||||||
- `railiance-forge` — provides source forge runtime, artifact registries, and
|
- `railiance-forge` — provides source forge runtime, artifact registries, and
|
||||||
runner substrate consumed by S4 workflows
|
runner substrate consumed by S4 workflows; its runner label and GitOps
|
||||||
|
boundary contract is
|
||||||
|
`/home/worsch/railiance-forge/docs/ci-runner-actions-gitops-ownership.md`
|
||||||
- `railiance-apps` (S5) — consumer of S4 CI/CD and templates
|
- `railiance-apps` (S5) — consumer of S4 CI/CD and templates
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue