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 Issue #116

Open
dledesma2000 opened this issue Feb 2, 2024 · 0 comments
Open

Docker image Issue #116

dledesma2000 opened this issue Feb 2, 2024 · 0 comments

Comments

@dledesma2000
Copy link

We forked the repository with the intention of creating our own image and running this on the duckiebot. We have successfully created an image of dt-ros-commons-daffy but when trying to create the image for dt-core we are getting this error.

vboxuser@UbuntuV2:~/Downloads/dtcorebeg1-daffy$ docker build -t dtcorebeg1-daffy .
[+] Building 1.4s (4/4) FINISHED docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 3.21kB 0.0s
=> [internal] load .dockerignore 0.1s
=> => transferring context: 333B 0.0s
=> ERROR [internal] load metadata for docker.io/library/dt-ros-commons-d 0.8s
=> [auth] library/dt-ros-commons-daffy:pull token for registry-1.docker. 0.0s

[internal] load metadata for docker.io/library/dt-ros-commons-daffy:latest:


Dockerfile:19

17 | # define base image
18 | #FROM ${DOCKER_REGISTRY}/duckietown/${BASE_IMAGE}:${BASE_TAG} as base
19 | >>> FROM dt-ros-commons-daffy:latest
20 |
21 |

ERROR: failed to solve: dt-ros-commons-daffy:latest: pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed

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

1 participant