Commit 6b3e3d7
ci: storage.conf needs runroot+graphroot (fix "runroot must be set")
The build + smoke jobs wrote /etc/containers/storage.conf with a [storage] table
carrying only `driver = "overlay"`, then ran `sudo podman system reset -f` --
which aborts with `level=error msg="runroot must be set"` (exit 1) because
system reset validates the FULL storage config. Added the required standard
rootful graphroot=/var/lib/containers/storage + runroot=/run/containers/storage
to both occurrences (build job + smoke job). The Containerfile's inner-podman
conf is unaffected (it passes `podman --root ...` for `pull`, which doesn't
require runroot; only `system reset` does).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 93813f4 commit 6b3e3d7
1 file changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
110 | 113 | | |
111 | 114 | | |
112 | 115 | | |
| |||
303 | 306 | | |
304 | 307 | | |
305 | 308 | | |
306 | | - | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
307 | 313 | | |
308 | 314 | | |
309 | 315 | | |
| |||
0 commit comments