-
Notifications
You must be signed in to change notification settings - Fork 72
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
Unauthorized error using docker compose #209
Comments
Are you logged into ghcr.io?
…On Wed, Mar 13, 2024, 9:58 AM Gastón Castro ***@***.***> wrote:
Hi,
I'm attempting to install bagdb using the Without Authentication method.
Tried doing docker compose up and got:
✘ bagdb Error 1.2s
Error response from daemon: Head "https://ghcr.io/v2/swri-robotics/bag-database/manifests/latest": unauthorized
Also tried with docker run directly and got:
...
Status: Downloaded newer image for ghcr.io/swri-robotics/bag-database/bag-database:latest
37ee247f1154c221dc89234852474c31b98d74f2db98722027d95fd9851cc467 <http://ghcr.io/swri-robotics/bag-database/bag-database:latest37ee247f1154c221dc89234852474c31b98d74f2db98722027d95fd9851cc467>
docker: Error response from daemon: network bagdb not found.
Is there something I should do to being able to pull from the docker
repositories?
—
Reply to this email directly, view it on GitHub
<#209>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABBZWHHG4X6LVZH3KOVNAN3YYBSQXAVCNFSM6AAAAABEUKUWUSVHI2DSMVQWIX3LMV43ASLTON2WKOZSGE4DIMRSGY4DSMQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I wasn't correctly logged in, you where right. I might've some missing permission in the token right? |
I also have the same issue. Did anyone find a fix? Logged in to ghcr.io using standard login and trying to run docker-compose up. |
Changing the docker-compose.yaml file to use |
@broccoli-smuggler I'm having a hard time reproducing this. If I run
I can successfully pull the latest image. Which docker file did you end up changing to fix the problem on your end? |
Okay, I think some of the problems may be because we had a lot of docker registry paths that looked like |
Hi,
I'm attempting to install bagdb using the Without Authentication method.
Tried doing docker compose up and got:
Also tried with docker run directly and got:
Is there something I should do to being able to pull from the docker repositories?
The text was updated successfully, but these errors were encountered: