-
-
Notifications
You must be signed in to change notification settings - Fork 108
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
Can't pull image #9
Comments
Ya know I think this private repo is going to be more of a headache than it's worth... I'm going to make it public after I get some coffee in my system and that'll fix this issue. |
The strange thing is that I am authenticated with gh/ghcr.io. If you need a strong italian coffee, let me know. :) |
@alexdelprete if you can bag that up into an IV that'd be great. I got a newborn so sleep is touch 'n go |
@alexdelprete made the repo public, let me know if you can pull now. I'd also use the |
I have 4 kids, I know what you're going through mate. Be strong, it's not easy, but it'll get better after a couple of years. :)
Switched to latest tag. Still denied. > docker compose up -d --force-recreate --remove-orphans
[+] Running 0/1
â ¿ speedtest-tracker Error 1.7s
Error response from daemon: pull access denied for speedtest-tracker, repository does not exist or may require 'docker login': denied: requested access to the resource is denied |
Well that's interesting... I just pulled the image on a machine that wasn't authenticated so maybe try removing auth to ghcr? |
I don't see the package on ghcr.io, pulling it from docker hub:
I'll reboot the docker vm, and retry... |
Yeah it's not published on docker hub yet you'll need to use ghcr to pull the image. Although maybe because the last image was private it stayed that way 🤷♂️ |
That's interesting... It's definitely because of the switch from a private to public repo. I'll deploy a new version shortly |
Let me know when it's available so I can test the pull... |
@alexdelprete new image published |
can you give me the ghcr.io url? I can't find it. On the homepage of the repo it still says that there's no package available. Tried on another docker instance: version: '3.3'
services:
speedtest-tracker:
image: ghcr.io/alexjustesen/speedtest-tracker:latest ❯ docker compose up -d --force-recreate --remove-orphans
[+] Running 0/1
⠿ speedtest-tracker Error 1.1s
Error response from daemon: denied There's something not right in the repo settings. I have no issues with any other repos. I keep reading "no packages published" on the repo homepage. |
@alexdelprete I fucked up, try again. I thought I changed the package to public and didnt. |
Pulled it, finally! :) Errors on startup:
|
@alexdelprete closing this issue for now as pulling has been resolved, but don't worry I opened a separate issue to address ☝️ that |
Hi Alex, thanks for the invitation.
I created a simple docker-compose.yml file, pointing to the ghcr.io package, but I'm unable to pull the image, I have access denied errors. I am logged in to ghcr.io and also docker repo.
Error spinning it up:
Also tried pulling the image first, from ghcr.io and withous specifying the repo, like in the provided instructions:
Any suggestion is more than welcome. :)
The text was updated successfully, but these errors were encountered: