Skip to content

Lower the minimum version of Docker required for building images to v1.24 #19945

Closed
@AlexFalappa

Description

@AlexFalappa

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions