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

Facing error on install — scotty Error Head "https://ghcr.io/v2/factorial-io/scotty/manifests/main": denied: denied #180

Open
d34dman opened this issue Feb 4, 2025 · 4 comments
Assignees

Comments

@d34dman
Copy link
Member

d34dman commented Feb 4, 2025

Hi, am trying to following the steps from the guide as mentioned in https://scotty.factorial.io/first-steps.html

in step No. 3, when I try to do docker compose up -d, am facing error as follows,

 ~/w/0/s/apps  docker compose up -d
 ✘ scotty Error  Head "https://ghcr.io/v2/factorial-io/scotty/manifests/main": denied: denied 
 ✘ traefik Error context canceled
Error response from daemon: Head "https://ghcr.io/v2/factorial-io/scotty/manifests/main": denied: denied
@d34dman
Copy link
Member Author

d34dman commented Feb 4, 2025

Looks like it has to do with GitHub requiring authenticated pull for ghcr. Lemme try that and report back.

@d34dman
Copy link
Member Author

d34dman commented Feb 4, 2025

Ok doing the following unblocked me.

  • create a Personal Access Token ( don't need any scope ).
  • docker login ghcr.io
  • Enter your github user name
  • Paste your Personal Access Token
  • Finally run docker compose up -d

@stmh
Copy link
Member

stmh commented Feb 4, 2025

Thanks for the issue. I thought i made the registry public, will doublecheck. To test out scotty with an existing server you can directly jump to „install the client“

@stmh stmh self-assigned this Feb 4, 2025
@stmh
Copy link
Member

stmh commented Feb 4, 2025

can't reproduce the issue on several computers, I checked also the configuration of the package and it Is marked as public...

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