Let's use this to track for 3.5. PR: https://github.com/openshift/ose/pull/763
@obulatov, I tried in ocp 3.5.5.23, but this problem still exist, I will verified it when the fix have been merged, thanks.
It is fixed since v3.5.5.24.
Verified in ocp env: openshift v3.5.5.31.2 kubernetes v1.5.2+43a9be4 etcd 3.1.0 # oc create -f - <<EOF > { > "kind": "ImageStream", > "apiVersion": "v1", > "metadata": { > "name": "rhel7-test" > }, > "spec": { > "dockerImageRepository": "registry.access.redhat.com/rhel7" > } > } > EOF imagestream "rhel7-test" created [root@host-8-172-181 tmp]# oc get is NAME DOCKER REPO TAGS UPDATED rhel7-test registry.access.redhat.com/rhel7 7.3-97,7.3-95,7.3-89 + 2 more... 11 seconds ago # oc get istag rhel7-test:latest -o json { "apiVersion": "v1", "generation": 2, "image": { "dockerImageLayers": [ { "mediaType": "application/vnd.docker.container.image.rootfs.diff+x-gtar", "name": "sha256:d55ab3b04d8b1b93041514fd0cf77b95c52b4c6a51ee3b403d5bbaf1dbc12a1c", "size": 72157218 }, { "mediaType": "application/vnd.docker.container.image.rootfs.diff+x-gtar", "name": "sha256:b94f985aad49d8208054f5627b69dba26556628517313cb30ec620fa9d363787", "size": 1190 } ], ...................... ............
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2017:3049