Bug 1457042 - Unable to pull through to registry.access.redhat.com
Summary: Unable to pull through to registry.access.redhat.com
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Image Registry
Version: 3.6.0
Hardware: Unspecified
OS: Unspecified
medium
high
Target Milestone: ---
: 3.6.z
Assignee: Oleg Bulatov
QA Contact: ge liu
URL:
Whiteboard:
Depends On: 1442855 1457043
Blocks: 1447967
TreeView+ depends on / blocked
 
Reported: 2017-05-31 02:38 UTC by Wang Haoran
Modified: 2017-12-07 07:10 UTC (History)
11 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Cause: the size of a cached layer doesn't counted Consequence: the layer size for cached layers is zero Fix: count the size for cached layers Result: images have proper layer sizes
Clone Of: 1442855
Environment:
Last Closed: 2017-12-07 07:10:26 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2017:3389 0 normal SHIPPED_LIVE Moderate: Red Hat OpenShift Enterprise security, bug fix, and enhancement update 2017-12-07 12:09:10 UTC

Comment 2 ge liu 2017-06-01 02:58:16 UTC
Verified in OCP 3.6:

openshift v3.6.86
kubernetes v1.6.1+5115d708d7
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-122 master]# oc get is
NAME         DOCKER REPO                        TAGS                            UPDATED
rhel7-test   registry.access.redhat.com/rhel7   latest,7.3,7.3-89 + 2 more...   1 second ago

# oc get imagestreamtag rhel7-test:latest -o json
{
    "apiVersion": "v1",
    "generation": 2,
    "image": {
        "dockerImageLayers": [
            {
                "mediaType": "application/vnd.docker.container.image.rootfs.diff+x-gtar",
                "name": "sha256:4e5a7647df476dcb309aa02f6901239300e7103a914fd92acf540372c1dafe0c",
                "size": 72175335
            },
            {
                "mediaType": "application/vnd.docker.container.image.rootfs.diff+x-gtar",
                "name": "sha256:0001a3087112018853b83f67ffc311dab755d14393a69852d5e2f4aa01b35361",
                "size": 1194
            }
        ],

Comment 5 errata-xmlrpc 2017-12-07 07:10:26 UTC
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/RHSA-2017:3389


Note You need to log in before you can comment on or make changes to this bug.