-
Notifications
You must be signed in to change notification settings - Fork 195
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 from pulling Docker rolling-tutorial image from ghcr.io (GitHub container registry) #918
Comments
I just saw, (moveit/moveit2#1895) is probably related to this issue. |
Also, when logged in with GitHub API token for ghcr.io in Docker, I get this (different) error now:
ghcr.io credentials are not the problem |
+1, I tried to go through tutorials using Docker (because manually built nodes crashed on startup despite the successful build) and got unauthorized error. Update:
Note that I have removed Update 2: Update 3: |
+1, experiencing the same behavior as the issue initiator @ukicomputers. |
Description
Hi! This is my first time to try MoveIt 2 for myself! As now, I use Docker for almost anything, because it keeps dependencies and software clean, working and OK like ROS 2. I started with tutorial on How to Set Up MoveIt 2 Docker Containers in Ubuntu. I got the Docker Compose script, executed command
docker compose run ...
, and Docker started pulling from ghcr.io (GitHub container registry). After few seconds, I got error:Head unauthorized
(please see console output). Did anyone encountered this problem, or it is just me? Thanks!Your environment
moveit2_container
with imagerolling-tutorial
binary build from ghcr.io (Docker compose script)Steps to reproduce
Expected behaviour
While pulling image, I got
Error response from daemon: Head unauthorized
(see console output).Backtrace or Console output
When running
docker compose run
(see steps to reproduce):The text was updated successfully, but these errors were encountered: