Open
Description
If I try to push some of the images I have locally (some from registry.redhat.io, some other from publicly accessible sources like registry.access.redhat.com), there is an error from dev sandbox.
An error occurred while pushing the image 'registry.access.redhat.com/ubi8/httpd-24:latest' to Developer Sandbox cluster 'dev-sandbox-context'. Error: (HTTP code 500) server error - [object Object]
Some image can be pushed:
docker.io/library/httpd:latest
quay.io/odockal/alpine-local
docker.io/library/alpine
Others cannot:
registry.redhat.io/rhel8/nginx-122:latest
registry.redhat.io/ubi8/httpd-24:latest
registry.access.redhat.com/ubi8/httpd-24:latest
See apocas/docker-modem#171 issue about [object Object]
in error message.