Make the Codex sandbox runtime reproducible
Deploy story
What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.
Not deployed through the forge lane
No push, promotion, build, or deploy receipt references this commit (receipts are scanned over a bounded recent window). Changes shipped by full node replacement carry their proof in the release gate receipt instead.
Changed files
-
modified
Dockerfile -
modified
docs/operations/scv-staging-qualification.md -
modified
docs/scv-codex-app-server-planning.md -
modified
infra/staging/templates/fleet-startup.sh.tftpl -
modified
ops/staging/publish-candidate.sh -
modified
test/openagents/staging_candidate_contract_test.exs
Diff
6 files changed, +52 -23
Dockerfile modified +6 -6
@@ -142,13 +142,13 @@ RUN set -eu; \
| 142 | 142 |
|
| 143 | 143 |
|
| 144 | 144 |
|
| 145 |
|
|
| 146 |
|
|
| 147 |
|
|
| 148 |
|
|
| 145 |
|
|
| 146 |
|
|
| 147 |
|
|
| 148 |
|
|
| 149 | 149 |
|
| 150 |
|
|
| 151 |
|
|
| 150 |
|
|
| 151 |
|
|
| 152 | 152 |
|
| 153 | 153 |
|
| 154 | 154 |
|
docs/operations/scv-staging-qualification.md modified +13 -8
@@ -85,29 +85,34 @@ service account until this path passes.
| 85 | 85 |
|
| 86 | 86 |
|
| 87 | 87 |
|
| 88 |
|
|
| 88 |
|
|
| 89 |
|
|
| 90 |
|
|
| 91 |
|
|
| 92 |
|
|
| 93 |
|
|
| 89 | 94 |
|
| 90 |
|
|
| 95 |
|
|
| 91 | 96 |
|
| 92 |
|
|
| 97 |
|
|
| 93 | 98 |
|
| 94 | 99 |
|
| 95 |
|
|
| 100 |
|
|
| 96 | 101 |
|
| 97 | 102 |
|
| 98 | 103 |
|
| 99 |
|
|
| 104 |
|
|
| 100 | 105 |
|
| 101 | 106 |
|
| 102 | 107 |
|
| 103 |
|
|
| 108 |
|
|
| 104 | 109 |
|
| 105 | 110 |
|
| 106 | 111 |
|
| 107 | 112 |
|
| 108 |
|
|
| 113 |
|
|
| 109 | 114 |
|
| 110 |
|
|
| 115 |
|
|
| 111 | 116 |
|
| 112 | 117 |
|
| 113 | 118 |
|
docs/scv-codex-app-server-planning.md modified +11 -1
@@ -483,7 +483,9 @@ For one admitted account runtime:
| 483 | 483 |
|
| 484 | 484 |
|
| 485 | 485 |
|
| 486 |
|
|
| 486 |
|
|
| 487 |
|
|
| 488 |
|
|
| 487 | 489 |
|
| 488 | 490 |
|
| 489 | 491 |
|
@@ -511,6 +513,14 @@ behavior for it. Refuse the run instead of falling back to the legacy
| 511 | 513 |
|
| 512 | 514 |
|
| 513 | 515 |
|
| 516 |
|
|
| 517 |
|
|
| 518 |
|
|
| 519 |
|
|
| 520 |
|
|
| 521 |
|
|
| 522 |
|
|
| 523 |
|
|
| 514 | 524 |
|
| 515 | 525 |
|
| 516 | 526 |
|
infra/staging/templates/fleet-startup.sh.tftpl modified +5
@@ -190,10 +190,15 @@ fi
| 190 | 190 |
|
| 191 | 191 |
|
| 192 | 192 |
|
| 193 |
|
|
| 194 |
|
|
| 195 |
|
|
| 193 | 196 |
|
| 194 | 197 |
|
| 195 | 198 |
|
| 196 | 199 |
|
| 200 |
|
|
| 201 |
|
|
| 197 | 202 |
|
| 198 | 203 |
|
| 199 | 204 |
|
ops/staging/publish-candidate.sh modified +5 -5
@@ -252,11 +252,11 @@ docker run --rm \
| 252 | 252 |
|
| 253 | 253 |
|
| 254 | 254 |
|
| 255 |
|
|
| 256 |
|
|
| 257 |
|
|
| 258 |
|
|
| 259 |
|
|
| 255 |
|
|
| 256 |
|
|
| 257 |
|
|
| 258 |
|
|
| 259 |
|
|
| 260 | 260 |
|
| 261 | 261 |
|
| 262 | 262 |
|
test/openagents/staging_candidate_contract_test.exs modified +12 -3
@@ -40,12 +40,21 @@ defmodule OpenAgents.StagingCandidateContractTest do
| 40 | 40 |
|
| 41 | 41 |
|
| 42 | 42 |
|
| 43 |
|
|
| 44 |
|
|
| 45 |
|
|
| 43 |
|
|
| 44 |
|
|
| 45 |
|
|
| 46 | 46 |
|
| 47 | 47 |
|
| 48 | 48 |
|
| 49 |
|
|
| 50 |
|
|
| 51 |
|
|
| 52 |
|
|
| 53 |
|
|
| 54 |
|
|
| 55 |
|
|
| 56 |
|
|
| 57 |
|
|
| 49 | 58 |
|
| 50 | 59 |
|
| 51 | 60 |
|