osrf / docker_images

A repository to hold definitions of docker images maintained by OSRF
Apache License 2.0
578 stars 172 forks source link

Error: pull image ros-noetic-desktop-full #634

Closed OrangeSodahub closed 2 years ago

OrangeSodahub commented 2 years ago
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/f/freeglut/freeglut3-dev_2.8.1-3_amd64.deb  Connection failed [IP: 91.189.91.38 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/f/flite/libflite1_2.1-release-3_amd64.deb  Connection failed [IP: 185.125.190.39 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/f/fcl/libfcl0.5_0.5.0-5build1_amd64.deb  Connection failed [IP: 91.189.91.38 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/f/flann/libflann1.9_1.9.1+dfsg-9build1_amd64.deb  Connection failed [IP: 185.125.190.39 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/f/flann/libflann-dev_1.9.1+dfsg-9build1_amd64.deb  Connection failed [IP: 91.189.91.38 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/f/fcl/libfcl-dev_0.5.0-5build1_amd64.deb  Connection failed [IP: 185.125.190.39 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/f/fltk1.3/libfltk1.3_1.3.4-10build1_amd64.deb  Connection failed [IP: 91.189.91.38 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/f/fltk1.3/libfltk-cairo1.3_1.3.4-10build1_amd64.deb  Connection failed [IP: 185.125.190.36 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/f/fltk1.3/libfltk-forms1.3_1.3.4-10build1_amd64.deb  Connection failed [IP: 91.189.91.39 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/f/fltk1.3/libfltk-gl1.3_1.3.4-10build1_amd64.deb  Connection failed [IP: 185.125.190.36 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/f/fltk1.3/libfltk-images1.3_1.3.4-10build1_amd64.deb  Connection failed [IP: 91.189.91.39 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/f/fltk1.3/libfltk1.3-dev_1.3.4-10build1_amd64.deb  Connection failed [IP: 185.125.190.36 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/f/fyba/libfyba-dev_4.1.1-6build1_amd64.deb  Connection failed [IP: 91.189.91.39 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/f/freexl/libfreexl-dev_1.0.5-3_amd64.deb  Connection failed [IP: 185.125.190.36 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/f/fonts-dejavu/ttf-dejavu-core_2.37-1_all.deb  Connection failed [IP: 91.189.91.39 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/f/freeimage/libfreeimage-dev_3.18.0+ds2-1ubuntu3_amd64.deb  Connection failed [IP: 185.125.190.36 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
The command '/bin/sh -c apt-get update && apt-get install -y --no-install-recommends     ros-noetic-desktop-full=1.5.0-1*     && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 100

How to solve this?

mikaelarguedas commented 2 years ago

Can you clarify what succession of commandss you are running?

Thi looks like a log of apt command and not a docker pull log.

Can you try running:

docker pull osrf/ros:noetic-desktop-full
OrangeSodahub commented 2 years ago

The command I ran was docker pull osrf/ros:noetic-desktop-full, and I've solved it, that specify the source list.