Replies: 3 comments 1 reply
-
I have both docker on another machine and it runs fine. |
Beta Was this translation helpful? Give feedback.
-
Looks like you have an authorization issue. |
Beta Was this translation helpful? Give feedback.
-
I am able to "podman login" to our local registry: I can also pull from other repositories:
|
Beta Was this translation helpful? Give feedback.
-
I am currently testing podman to possibly replace docker using binaries on Ubuntu 20.04:
https://github.com/mgoltzsche/podman-static
✔ docker.io/library/quasar_frontend:latest
Trying to pull docker.io/library/quasar_frontend:latest...
Error: initializing source docker://quasar_frontend:latest: reading manifest latest in docker.io/library/quasar_frontend: requested access to the resource is denied
Other libraries are okay:
Resolved "postgres" as an alias (/home/allang/.cache/containers/short-name-aliases.conf)
Trying to pull docker.io/library/postgres:13...
Getting image source signatures
Copying blob bb412209e710 done |
Copying blob f7980a65a9a8 done |
Copying blob b6b8875f339b done |
Copying blob 302e3ee49805 done |
Copying blob 7590b342caf0 done |
Copying blob f82559c6448e done |
Copying blob 6f5d8ce8b2b8 done |
Copying blob 3b70089fd7f0 done |
Copying blob cd62cb0e4a5c done |
Copying blob ea723a51eb63 done |
Copying blob a65d8590c845 done |
Copying blob aaa0d453b822 done |
Copying blob 405161c5b60a done |
Copying blob cf5ab8bd4d28 done |
Copying config d76feacfc4 done |
Writing manifest to image destination
9e74ebf990106954072bdcc4b2d2d6acaf64627857d37053933b72b32f2e7f18
Resolved "redis" as an alias (/home/allang/.cache/containers/short-name-aliases.conf)
Trying to pull docker.io/library/redis:latest...
Getting image source signatures
Copying blob 302e3ee49805 skipped: already exists
Copying blob 96377887d476 done |
Copying blob 5d0249d9189d done |
Copying blob 4825c5e95815 done |
Copying blob b0ce50685fa2 done |
Copying blob 455886c7d31b done |
Copying blob 4f4fb700ef54 done |
Copying blob 5fac73c23c9b done |
Copying config 7e49ed81b4 done |
Writing manifest to image destination
311f21c6af10b23415ae001ec756b1dc23b81c1eef48d57fd5e5097ed01d4cad
Beta Was this translation helpful? Give feedback.
All reactions