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

Docker api version issue. #906

Open
sankar-6982 opened this issue Nov 12, 2024 · 4 comments
Open

Docker api version issue. #906

sankar-6982 opened this issue Nov 12, 2024 · 4 comments
Assignees
Labels
question Further information is requested

Comments

@sankar-6982
Copy link

FATA[0000] initializing source docker-daemon:functionapp:20241112-083039: loading image from docker engine: Error response from daemon: {"message":"client version 1.22 is too old. Minimum supported API version is 1.24, please upgrade your client to a newer version"}
make: *** [Makefile:34: deploy-functions] Error 1
root@vm:/home/windows/info-assist# docker version
Client:
Version: 27.3.1
API version: 1.47
Go version: go1.22.7
Git commit: ce12230
Built: Fri Sep 20 11:39:44 2024
OS/Arch: linux/amd64
Context: default

Server: Docker Desktop ()
Engine:
Version: 27.3.1
API version: 1.47 (minimum version 1.24)
Go version: go1.22.7
Git commit: 41ca978
Built: Fri Sep 20 11:41:11 2024
OS/Arch: linux/amd64
Experimental: false
containerd:
Version: 1.7.21
GitCommit: 472731909fa34bd7bc9c087e4c27943f9835f111

Even though the docker api version is 1.47, the deployment is keep failing.

@bjakems
Copy link
Contributor

bjakems commented Nov 12, 2024

Will you try to deploy from a Codespace? All the prerequisites are installed on this Codespace configuration.

@sankar-6982
Copy link
Author

@bjakems I am following the steps from the github deployment only.

https://github.com/microsoft/PubSec-Info-Assistant/blob/main/docs/deployment/deployment.md

But still encountering issue.

@bjakems
Copy link
Contributor

bjakems commented Nov 20, 2024

@sankar-6982 is this using the create Codespace link in that documentation? I have not seen this error whenever deploying from a Codespace created from the documentation you provided, please let me know.

@bjakems bjakems self-assigned this Nov 20, 2024
@bjakems bjakems added the question Further information is requested label Nov 20, 2024
@blindman457
Copy link
Collaborator

blindman457 commented Nov 28, 2024

@bjakems I'm also getting this error running from within a dev container in VS Code locally on my machine. I appreciate the sentiment that there might be an easy codespace setup; but the repo is not advertised as a codespace only solution and this should not be the go-to method of investigation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants