Commit fc88399
fix(e2e): pin rustfs/rustfs to a digest instead of :latest
:latest is a floating tag — an upstream push could silently change what CI and
the harness run against, with no diff to review. Pinned both references
(compose.test.yaml's stable test store, run.sh's native-podman harness store) to
the digest :latest currently resolves to (1.0.0-beta.11, confirmed via Docker
Hub's tags API and a verified podman pull), with a comment noting the version and
where to look up a new digest when bumping deliberately.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0155z4WEezE9gofR1zkHbMxK
Signed-off-by: David Bensoussan <d.bensoussan@proton.me>1 parent f612e46 commit fc88399
2 files changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
31 | 34 | | |
32 | 35 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
130 | 133 | | |
131 | 134 | | |
132 | | - | |
| 135 | + | |
133 | 136 | | |
134 | 137 | | |
135 | 138 | | |
| |||
0 commit comments