Hi All,
I'm trying to push an image to dockerhub using podman.
Unfortunately, it does not work, giving me the following error:
```
$ sudo podman push 2dfe3d835f08 ovirtorg/vdsm-test-func-network-centos-8
Getting image source signatures
Error: Error copying image to the remote destination: Error trying to reuse
blob
sha256:9e607bb861a7d58bece26dd2c02874beedd6a097c1b6eca5255d5eb0d2236983 at
destination: Error checking whether a blob
sha256:9e607bb861a7d58bece26dd2c02874beedd6a097c1b6eca5255d5eb0d2236983
exists in docker.io/ovirtorg/vdsm-test-func-network-centos-8: errors:
denied: requested access to the resource is denied
error parsing HTTP 401 response body: unexpected end of JSON input: ""
```
(podman login docker.io works fine)
Has anyone encounter something like this?
Thanks,
Edy.