Ahh, sorry, probably my bad. I deleted the Dojofile because it was not maintained, and I do not personally know/use Dojo (nor does anyone else that does is currently helping to maintain GoCD).
- close to zero chance it is still working with current GoCD master (4 years old)
- it's not built for arm64 so will be horrifically slow on Apple Silicon (if relevant)
- image uses an EOL Centos 8
I'll remove the reference from
developer.gocd.org since the dojo image appears unmaintained now.
docker run -it gocddev/gocd-dev-build:centos-9-v3.17.18 bash -l
Personally I just use brew+
mise to manage tools locally, as I dont like the overhead from running in a container on MacOS.
-Chad