-
-
Notifications
You must be signed in to change notification settings - Fork 203
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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.
version: '3.3'
services:
speedtest-tracker:
image: ghcr.io/alexjustesen/speedtest-tracker:v0.1.0-alpha.2
container_name: speedtest-trackerError spinning it up:
❯ docker compose up -d --force-recreate --remove-orphans
[+] Running 0/1
⠿ speedtest-tracker Error 1.8s
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 deniedAlso tried pulling the image first, from ghcr.io and withous specifying the repo, like in the provided instructions:
❯ docker pull ghcr.io/alexjustesen/speedtest-tracker:v0.1.0-alpha.2
Error response from daemon: denied
❯ docker pull speedtest-tracker:v0.1.0-alpha.2
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 deniedAny suggestion is more than welcome. :)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working