Can't pull using podman
DrSensor opened this issue · 2 comments
DrSensor commented
Somehow I can pull the image for mozilla-tts but not with marytts 🤔
$ docker pull synesthesiam/marytts
Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg.
Trying to pull docker.io/synesthesiam/marytts...
manifest unknown: manifest unknown
Trying to pull registry.fedoraproject.org/synesthesiam/marytts...
manifest unknown: manifest unknown
Trying to pull quay.io/synesthesiam/marytts...
unauthorized: access to the requested resource is not authorized
Trying to pull registry.access.redhat.com/synesthesiam/marytts...
name unknown: Repo not found
Trying to pull registry.centos.org/synesthesiam/marytts...
manifest unknown: manifest unknown
Error: unable to pull synesthesiam/marytts: 5 errors occurred:
* Error initializing source docker://synesthesiam/marytts:latest: Error reading manifest latest in docker.io/synesthesiam/marytts: manifest unknown: manifest unknown
* Error initializing source docker://registry.fedoraproject.org/synesthesiam/marytts:latest: Error reading manifest latest in registry.fedoraproject.org/synesthesiam/marytts: manifest unknown: manifest unknown
* Error initializing source docker://quay.io/synesthesiam/marytts:latest: Error reading manifest latest in quay.io/synesthesiam/marytts: unauthorized: access to the requested resource is not authorized
* Error initializing source docker://registry.access.redhat.com/synesthesiam/marytts:latest: Error reading manifest latest in registry.access.redhat.com/synesthesiam/marytts: name unknown: Repo not found
* Error initializing source docker://registry.centos.org/synesthesiam/marytts:latest: Error reading manifest latest in registry.centos.org/synesthesiam/marytts: manifest unknown: manifest unknown
xorbital commented
There is no latest
tag, do you pull using synesthesiam/marytts:5.2
as your image tag?
DrSensor commented
Yes, it works!
Thankyou