Skip to content

Docker client version is deprecated #374

Description

@1ndy

When I try to test my KBase module, I get the following error:

$ kb-sdk test
...
Congrats- this module is valid.

Delete old Docker containers
Can't find image [test/efitoolskbase:latest]. Here is 'docker images' output:
        Error response from daemon: {"message":"client version 1.23 is too old. Minimum supported API version is 1.24, please upgrade your client to a newer version"}

I checked the docker client version used in kb-skd:

$ docker run -it --entrypoint /bin/bash kbase/kb-sdk:latest
root@4ad4966b4fd1:/# docker version
Client:
 Version:      1.11.2
 API version:  1.23
 Go version:   go1.5.4
 Git commit:   b9f10c9
 Built:        Wed Jun  1 21:47:50 2016
 OS/Arch:      linux/amd64

According to Docker this version is deprecated:

API versions before v1.24 are deprecated. You can find archived documentation for deprecated versions of the API in the code repository on GitHub:

Can the image be rebuilt with API version 1.24+ support and pushed to dockerhub?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions