Commit 00ef892
committed
Fix the Docker verify step running build.sh instead of bash
The Dockerfile sets ENTRYPOINT ["/opt/neuros/build.sh"], so
`docker run neuros-build bash -c '...'` passed 'bash -c ...' to build.sh as
arguments. build.sh then attempted a real ISO build inside the container and
died on 'sudo: command not found', failing the job every time.
Pass --entrypoint bash so the verification actually runs. Also drops the
`|| echo "Docker build skipped"` on the build step: it turned a broken
Dockerfile into a confusing downstream failure instead of reporting itself.
Verified locally — the image builds and reports Python 3.12.3 and 78 tools.1 parent 1bdeec6 commit 00ef892
1 file changed
Lines changed: 7 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
0 commit comments