Unexpected EOF error when pulling from Redhat registry

Latest response

Hi,

currently I am not able to pull this the jenkins-ose image from registry.redhat.io.

❯ docker login registry.redhat.io
Authenticating with existing credentials...
Login Succeeded
❯ docker pull registry.redhat.io/openshift4/ose-jenkins
Using default tag: latest
latest: Pulling from openshift4/ose-jenkins
a3ac36470b00: Already exists 
82a8f4ea76cb: Already exists 
d094068878fd: Already exists 
731fd7e5a973: Already exists 
6167c247dc6d: Already exists 
8aef7111d909: Downloading [==================================================>]  368.9MB/368.9MB
unexpected EOF

I tried to pull it from my local PC and a separate Openshift installation.
I also tried the version tags 'latest', '4.4' and '4.3'. The error still persists. Other images from the same repo can be downloaded.

Any suggestions on how to resolve this issue? Thanks in advance.

Responses