This is now working ... not sure why it did not work before ... but here are the
successful results below.
[ubuntu@oracle81 anylinux]$ podman login
container-registry.oracle.com
Authenticating with existing credentials...
Existing credentials are invalid, please enter valid username and password
Username: gilbert(a)orabuntu-lxc.com
Password:
Login Succeeded!
[ubuntu@oracle81 anylinux]$ podman login
container-registry.oracle.com
Authenticating with existing credentials...
Existing credentials are valid. Already logged in to
container-registry.oracle.com
[ubuntu@oracle81 anylinux]$ podman pull
container-registry.oracle.com/os/oraclelinux:7.6
Trying to pull
container-registry.oracle.com/os/oraclelinux:7.6...Getting image source
signatures
Copying blob 04e172e76262: 82.61 MiB / 82.90 MiB [=============================]
Copying blob 04e172e76262: 82.90 MiB / 82.90 MiB [=========================] 49s
Copying config 5f993b1aafe5: 1.94 KiB / 1.94 KiB [==========================] 0s
Writing manifest to image destination
Storing signatures
5f993b1aafe52e8dfb3198b7cb3f405f36e5cf71a73452184cf70e8b59b5836e
[ubuntu@oracle81 anylinux]$ podman run -d
container-registry.oracle.com/os/oraclelinux:7.3
Trying to pull
container-registry.oracle.com/os/oraclelinux:7.3...Getting image source
signatures
Copying blob f18876e2d1e9: 79.11 MiB / 79.45 MiB [=============================]
Copying blob f18876e2d1e9: 79.45 MiB / 79.45 MiB [=========================] 57s
Copying config 9161636948e8: 1.94 KiB / 1.94 KiB [==========================] 0s
Writing manifest to image destination
Storing signatures
2ec8606eccfdd76dc8005d339f57079dc7622a1f0519d12e0fc2aa2b7552a70e
[ubuntu@oracle81 anylinux]$