Commit 1a866ce
committed
Drop :latest tag from runner image build (security/M-007)
Railway pins the deploy to the SHA-tagged image (see "Deploy pinned image
to Railway" step), so :latest was never the source of truth for the
running container. Pushing it alongside the SHA tag was an unused-but-
loaded gun: any operator who pointed a service at :latest during incident
response would silently pick up whatever was last built, with no
provenance pin.
Removing it shrinks the supply-chain blast radius: a compromised contributor
with talos-branch push access can no longer poison a long-lived floating
tag that someone might fail over to.1 parent d3ea17f commit 1a866ce
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
51 | | - | |
| 49 | + | |
52 | 50 | | |
53 | 51 | | |
54 | 52 | | |
| |||
0 commit comments