feat(ci): a container per job — jobs isolated from each other, not just the app #5602
1 changed file+6−0
Modifiedsrc/lib/selfcheck/rules/env-drift.ts+6−0View fileUnifiedSplit
@@ -44,6 +44,12 @@ const RUNTIME_OWNED = new Set([
4444 "PWD",
4545 "TMPDIR",
4646 "USER",
47 // Docker sets this to the container id. The broker reads it to ask the
48 // daemon which image it is itself running, so a job container is always the
49 // same image as the deploy. Documenting it in .env.example would be worse
50 // than saying nothing: it would invite an operator to SET it, and a wrong
51 // value there makes the broker resolve the wrong container.
52 "HOSTNAME",
4753]);
4854
4955/** Injected by a build or CI system; an operator never sets these. */
5056
c comment · e edit title · m merge · a approve · r request changes · ? shortcuts