We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 build --network=host --rm -f Dockerfile -t usv_sim .
[internal] load metadata for docker.io/osrf/ros:kinetic-desktop-full-xenial:
ERROR: failed to solve: DeadlineExceeded: DeadlineExceeded: DeadlineExceeded: osrf/ros:kinetic-desktop-full-xenial: failed to resolve source metadata for docker.io/osrf/ros:kinetic-desktop-full-xenial: failed to authorize: DeadlineExceeded: failed to fetch oauth token: Post "https://auth.docker.io/token": dial tcp 148.163.48.215:443: i/o timeout
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I used
docker build --network=host --rm -f Dockerfile -t usv_sim .
to build the docker, it reported an error:➜ docker git:(master) ✗ sudo docker build --network=host --rm -f Dockerfile -t usv_sim .
[+] Building 30.9s (3/3) FINISHED docker:default
=> [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 1.78kB 0.0s
=> ERROR [internal] load metadata for docker.io/osrf/ros:kinetic-desktop-full-xenial 30.9s
=> [auth] osrf/ros:pull token for registry-1.docker.io 0.0s
Dockerfile:4
2 | # generated from docker_images/create_ros_image.Dockerfile.em
3 | #FROM osrf/ros:kinetic-desktop-xenial
4 | >>> FROM osrf/ros:kinetic-desktop-full-xenial
5 |
6 | # install ros packages
ERROR: failed to solve: DeadlineExceeded: DeadlineExceeded: DeadlineExceeded: osrf/ros:kinetic-desktop-full-xenial: failed to resolve source metadata for docker.io/osrf/ros:kinetic-desktop-full-xenial: failed to authorize: DeadlineExceeded: failed to fetch oauth token: Post "https://auth.docker.io/token": dial tcp 148.163.48.215:443: i/o timeout
The text was updated successfully, but these errors were encountered: