Closed MathNodes closed 1 year ago
Please update your Docker software to the latest version
I did that. What was also needed was:
mkdir -p $HOME/.docker/cli-plugins && \
cd $HOME/.docker/cli-plugins && \
wget https://github.com/docker/buildx/releases/download/v0.10.4/buildx-v0.10.4.linux-amd64 && \
mv buildx-v0.10.4.linux-amd64 docker-buildx && \
chmod +x docker-buildx
What's the version of Docker software you are using?
docker version
I ran the get-docker.sh
to update docker:
sentinel@zozobra:~$ docker version Client: Docker Engine - Community Version: 23.0.1 API version: 1.42 Go version: go1.19.5 Git commit: a5ee5b1 Built: Thu Feb 9 19:46:49 2023 OS/Arch: linux/amd64 Context: default
Server: Docker Engine - Community Engine: Version: 23.0.1 API version: 1.42 (minimum version 1.12) Go version: go1.19.5 Git commit: bc3805a Built: Thu Feb 9 19:46:49 2023 OS/Arch: linux/amd64 Experimental: false containerd: Version: 1.6.19 GitCommit: 1e1ea6e986c6c86565bc33d52e34b81b3e2bc71f runc: Version: 1.1.4 GitCommit: v1.1.4-0-g5fd4c4d docker-init: Version: 0.19.0 GitCommit: de40ad0
I just tried it on a new VM. I am unable to reporduce the issue.
I was able to install no problem on a new VM as well. But this came from upgrading a node that had 0.4.0 on it and is 4 months old where I needed to upgrade docker. Anyhow, worry not about it. I will close.
Trying to build anything higher than 0.6.1 spits out the following: