Commit f0df61c
fix: pin per-distro Docker builds to built-in node
Build #179 failed mid-pipeline with:
failed to connect to the docker API at unix:///var/run/docker.sock:
... no such file or directory
because the unlabeled node() for the per-distro branches landed on a
Kubernetes pod (label 'jenkins-agent') that has no Docker socket.
Checked every agent in the pool: the registered 'local_docker' Docker
Cloud has zero templates (dead config, can never provide an agent);
fallgold has no Docker at all; tulameen has Docker but is arm64 (wrong
arch for these amd64 build images). Only the built-in node has a
working amd64 Docker daemon, so pin the per-distro stages there too —
consistent with the Aptly-publish stage, which was already pinned.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent de77d0f commit f0df61c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments