Trying to use the ubuntu image on the VOXL results in error for me:
voxl:~$ docker run arm64v8/ubuntu:22.04 echo 1
Unable to find image 'arm64v8/ubuntu:22.04' locally
Pulling repository docker.io/arm64v8/ubuntu
Error: Status 410 trying to pull repository arm64v8/ubuntu: "<html>\r\n<head><title>410 Gone</title></head>\r\n<body>\r\n<center><h1>410 Gone</h1></center>\r\n<hr><center>openresty</center>\r\n</body>\r\n</html>\r\n"
Looking at the documentation, the helloworld
image is used (https://docs.modalai.com/docker-on-voxl/#running-a-docker-image).
Pulling this image on the VOXL (docker pull helloworld
) results in the same error
Error: Status 410 trying to pull repository library/helloworld: "<html>\r\n<head><title>410 Gone</title></head>\r\n<body>\r\n<center><h1>410 Gone</h1></center>\r\n<hr><center>openresty</center>\r\n</body>\r\n</html>\r\n"
It seems that an old version of docker is the cause. Is it possible to upgrade docker?