Skip to content

Can't pull image #9

@alexdelprete

Description

@alexdelprete

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-tracker

Error 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 denied

Also 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 denied

Any suggestion is more than welcome. :)

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions