Closed nightscape closed 1 year ago
I dont see a problem with adding this to the image @BytesGuy, do you have any input? If not, I can open a PR today to add it to the dockerfile.template
so it starts being rolled out in the next releases
@ryanbourdais Mill seems a popular enough project that it’s worth consideration. As long as it doesn’t substantially increase the image size then it should be fine
@nightscape mill will be included in the java 21 release here: #167
Describe the Feature Request Mill is a modern alternative to SBT in the Scala world. It would be great to have it installed in the
cimg/openjdk
base image.Is your feature request related to a particular problem? I would like to switch a project using CircleCI over from SBT to Mill. The current SBT version is using
cimg/openjdk:18.0.1
. In order to be able to run the new Mill build, I'd need to have themill
executable available, and adaptingcimg/openjdk
would be one way where other people could benefit as well.How will this feature request benefit CircleCI jobs using this image? It would speed up jobs using Mill significantly by not having to install Mill on every run?
Describe the solution you would like to see I would like to see Mill package installed by default in the image.
Describe alternatives you have considered Creating a special Scala & Mill Orb that uses my Mill base image.