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
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
@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 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.
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.
The text was updated successfully, but these errors were encountered: