Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update config.yml #104

Merged
merged 1 commit into from
May 22, 2020
Merged

Update config.yml #104

merged 1 commit into from
May 22, 2020

Conversation

theoremoon
Copy link
Owner

No description provided.

@theoremoon theoremoon requested a review from 3socha May 22, 2020 04:02
@theoremoon
Copy link
Owner Author

@horo17 よくわからないままtest通るように修正したんで一応みてもらえますか(見るとこないけど)

@3socha
Copy link
Sponsor Collaborator

3socha commented May 22, 2020

修正ありがとうございます。


Docker 19.03.0 で Docker API が v1.40 に更新され、サポートされる最低バージョンも同時に更新されています。
moby/moby#38089

そして、CircleCI の Remote Docker 環境が 19.03.x に更新されたのか、Docker Client (.circleci/config.yml で指定) の 18.09.x で使われる API v1.39 からアクセスできなくなったと思われます。

$ docker run -it --rm --privileged docker:18.09.3 /bin/sh -c "docker version --format '{{.Client.APIVersion}}' 2>/dev/null"
1.39
$ docker run -it --rm --privileged docker:19.03.8 /bin/sh -c "docker version --format '{{.Client.APIVersion}}' 2>/dev/null"
1.40

@3socha 3socha merged commit d4423cd into master May 22, 2020
@theoremoon theoremoon deleted the theoremoon-patch-1 branch May 22, 2020 05:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants