Not able to run ros:melodic-ros-core-bionic docker image in VOXL.
-
Hi,
I am trying to get ros-melodic working in voxl. I have tried different methods. one is to directly pull the ros-melodic image for aarch64, but it didn't worked. the output is shown below.voxl:/$ docker run -it ros:melodic-ros-core-bionic exec format error Error response from daemon: Cannot start container 108f94e913a69c30d7c8d9dcd73efa742072a63972fd5a2e9b46151c1bdd9527: [8] System error: exec format error
other one is to pull ubuntu-18.04 image then do the development but I am unable to do so.
voxl:/$ docker pull ubuntu:bionic Pulling repository docker.io/library/ubuntu Error: Status 410 trying to pull repository library/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"
voxl:/$ docker pull ubuntu:bionic-20230530 Pulling repository docker.io/library/ubuntu Error: Status 410 trying to pull repository library/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" voxl:/$
In all the cases I made sure that these immages are compatible with arm64v8 architecture.
If anyone knows how to resolve this issues, please help.
Thanks.