You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the new Spring Boot maven plugin goal spring-boot:build-image I faced the following build failure:
Execution default-cli of goal org.springframework.boot:spring-boot-maven-plugin:2.3.0.M1:build-image failed: Docker API call to 'docker://localhost/v1.40/images/create?fromImage=docker.io%2Fcloudfoundry%2Fcnb%3A0.0.43-bionic' failed with status code 400 "Bad Request"
According to the Docker API version matrix it seems at least Docker v19.03 is needed (implementing API version 1.40) while I currently am on Docker v18.09 which implements API version 1.39.
Is the very latest version of Docker really needed to build OCI images?
Please consider supporting a wider range of Docker versions or otherwise explicitly document the minimum Docker version needed.