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

failed to solve: sentry-self-hosted-local: pull access denied while trying to install #1781

Closed
shawoozy opened this issue Oct 27, 2022 · 5 comments

Comments

@shawoozy
Copy link

Self-Hosted Version

22.10.0

CPU Architecture

aarch64

Docker Version

20.10.20

Docker Compose Version

2.12.0

Steps to Reproduce

  1. downloaded latest version or git clone latest commit.
  2. ./install.sh

Expected Result

install succesful

Actual Result

failed to solve: sentry-self-hosted-local: pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed
Error in build-docker-images.sh:7.
'$dc build --build-arg "http_proxy=${http_proxy:-}" --build-arg "https_proxy=${https_proxy:-}" --build-arg "no_proxy=${no_proxy:-}" --force-rm' exited with status 17
error-handling.sh: line 191: jq: command not found

Event ID

No response

@multinerd
Copy link

multinerd commented Oct 27, 2022

I am having the same issue.
Logs: https://gist.github.com/multinerd/6515d83b1bcbed968c78f23be64df7ea

Im running on Windows using Debian WSL

@emmatyping
Copy link
Contributor

@sharokh1 ARM is not currently supported outside of macOS, see #1585.

@multinerd It looks like you may have an old version of docker-compose installed as well as docker compose? If that is not the issue please open a new issue.

@shawoozy
Copy link
Author

shawoozy commented Oct 28, 2022

@ethanhs so where does it say I am not using macOS ? please do not make assumptions and close the issue...
Also you can clearly see the error I get is not the same as the one in the issue you mentioned.

Update:
Seems like it was an issue with the registry of sentry or docker itself as it works now 👍🏽

@multinerd
Copy link

@multinerd It looks like you may have an old version of docker-compose installed as well as docker compose? If that is not the issue please open a new issue.

Yes, i had switched docker-compose back to v1 to try to upgrade an existing instance to 21.6.3. Must have forgot to switch it back. My issue is resolved.

@emmatyping
Copy link
Contributor

@sharokh1 fair point, apologies if I closed too quickly. The error seemed to have the same root cause though, since trying to pull an image we build locally so far as I had seen only happened due to trying to run on ARM. Glad things are working for you now.

@github-actions github-actions bot locked and limited conversation to collaborators Nov 13, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants