Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker image pull error #16

Open
MrDragon2 opened this issue Dec 3, 2024 · 1 comment
Open

Docker image pull error #16

MrDragon2 opened this issue Dec 3, 2024 · 1 comment

Comments

@MrDragon2
Copy link

Hello author,
I encountered an error while pulling the image on Ubuntu 20.04:
docker build -t gril-calib .
[+] Building 30.1s (2/2) FINISHED docker:default
=> [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 1.56kB 0.0s
=> ERROR [internal] load metadata for docker.io/library/ros:noetic 30.0s

[internal] load metadata for docker.io/library/ros:noetic:


Dockerfile:4

2 | # email: tyoung96@yonsei.ac.kr
3 |
4 | >>> FROM ros:noetic
5 |
6 | # Install PCL & Eigen & essential libraries

ERROR: failed to solve: ros:noetic: failed to resolve source metadata for docker.io/library/ros:noetic: failed to do request: Head "https://registry-1.docker.io/v2/library/ros/manifests/noetic": dial tcp [2a03:2880:f111:83:face:b00c:0:25de]:443: i/o timeout

@Taeyoung96
Copy link
Owner

@MrDragon2

Thanks for interesting our work!

First of all, there appears to be an issue with a docker image called ros:noetic.
Have you tried running a dockerfile with melodic using the command docker pull ros:melodic?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants