Issues pulling images with podman

Latest response

I am working through lab exercise for Kubernetes and Containers and keep on getting the following message when I try to pull image.

podman run --name mysql-basic -e MYSQL_USER=user1 -e MYSQL_PASSWORD=mypa55 -e MYSQL_DATABASE=items -e MYSQL_ROOT_PASSWORD=rootpa55 -d registry.redhat.io/rhel/mysql-80:1
Trying to pull registry.redhat.io/rhel/mysql-80:1...
unknown: Not Found
Error: unable to pull registry.redhat.io/rhel/mysql-80:1: unable to pull image: Error initializing source docker://registry.redhat.io/rhel/mysql-80:1: Error reading manifest 1 in registry.redhat.io/rhel/mysql-80: unknown: Not Found

Responses