Elektrobit / flake-pilot

Registration/Control utility for applications launched through a runtime-engine, e.g containers
MIT License
9 stars 5 forks source link

Authentication error when pulling via flake-ctl podman #174

Open Ichmed opened 10 months ago

Ichmed commented 10 months ago

calling

flake-ctl podman pull --uri docker.io/dockcross/linux-arm64

Gives the following output

Trying to pull docker.io/dockcross/linux-arm-64:latest...
Error: initializing source docker://dockcross/linux-arm-64:latest: reading manifest latest in docker.io/dockcross/linux-arm-64: errors:
denied: requested access to the resource is denied
unauthorized: authentication required

While running

podman pull docker.io/dockcross/linux-arm64

Succesfully pulls the image