Commit e8c6b91
fix(build): resolve podman at /usr/local/bin
GitHub's ubuntu-24.04 runner image 20260804.265 replaced the apt podman
package with a static bundle installed to /usr/local/bin/podman. The
Justfile only probed /usr/bin/podman, so it silently fell back to docker.
Docker's overlay2 driver caps stacked lower dirs at 128, and
silverblue-main:44 has 259 layers, so every Latest build died with
"failed to register layer: max depth exceeded" before running a single
build script. Podman has no such limit and builds the same base fine.
Probe /usr/local/bin/podman before falling back to docker. Existing
resolution order and the PODMAN env override are unchanged.
Assisted-by: Claude Opus 5 via GitHub Copilot CLI
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 53e6ebc commit e8c6b91
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments