Finding/creating a GitLab CI docker image for running `spring-boot:build-image`
I am having an issue with finding or creating a docker image that I can use on GitLab CI that will allow me to run mvn package, that in turn calls spring-boot:build-image I have specified in my config that I…