Commit 6cfa7ba
authored
feat(ci): build the memoryd image (sovereign, decoupled — memory-mesh owns its build) (#42)
memoryd has a Dockerfile (images/memoryd.Dockerfile) but no CI ever built it → not in GAR, so
prophet-platform can't deploy it (review-env manifest only). This adds the build via the estate's
reusable SocioProphet/.github build-image workflow — same path as prophet-platform/images.yml —
publishing memoryd:sha-<commit> to Artifact Registry + cosign-signing the digest.
Gated on repo secrets GCP_WORKLOAD_IDENTITY_PROVIDER + GCP_SERVICE_ACCOUNT (WIF). Push/dispatch
only (not PR-wired) so it can't go red before those are set. First step of memory-mesh prod deploy;
the prophet-platform ApplicationSet + values follow once the image exists.1 parent e07b83b commit 6cfa7ba
1 file changed
Lines changed: 40 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
0 commit comments