Hacker News new | ask | show | jobs
by indiv0 1428 days ago
Not to be reductive, but why not `docker run` the sha256 of the last successful stage of the build and run the next command manually?
1 comments

That's what I generally do, but it's tedious as CI images are written to have as few layers as possible. So debugging often also involves changing Dockerfiles.