Bug 1714892

Summary: Should use openshift4 in the v4.1 image Labels
Product: OpenShift Container Platform Reporter: Anping Li <anli>
Component: ReleaseAssignee: Luke Meyer <lmeyer>
Status: CLOSED WONTFIX QA Contact: Wei Sun <wsun>
Severity: low Docs Contact:
Priority: low    
Version: 4.1.0CC: aos-bugs, jokerman, lmeyer, mifiedle, mmccomas, rhowe, sponnaga, vlaad
Target Milestone: ---   
Target Release: 4.6.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-07-28 17:22:13 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Anping Li 2019-05-29 06:34:08 UTC
Description of problem:
The image name has the prefix 'openshift/' in Config/Labels. (e.g. "name": "openshift/ose-installer-artifacts").

In, v4.1,the image namespace is openshift4, the image should be label as ' openshift4/' in the same way.


Version-Release number of selected component (if applicable):
All 4.1 images

How reproducible:
Always

Steps to Reproduce:
1.  docker inspect registry.stage.redhat.io/openshift4/ose-installer-artifacts:v4.1
2.  Check the Config/Labels
3.

Actual results:

        "Config": {
             <--snip----->
            "Labels": {
             <--snip----->
                "authoritative-source-url": "registry.access.redhat.com",
                "name": "openshift/ose-installer-artifacts",
                "release": "201905212232",
                "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/openshift/ose-installer-artifacts/images/v4.1.0-201905212232",
            }
        },

Expected results:

        "Config": {
             <--snip----->
            "Labels": {
             <--snip----->
                "authoritative-source-url": "registy.redhat.io",
                "name": "openshift4/ose-installer-artifacts",
                "release": "201905212232",
                "url": "https://access.redhat.com/containers/#/registy.redhat.io/openshift4/ose-installer-artifacts/images/v4.1.0-201905212232",
            }
        },

Additional info:

Comment 1 Sudha Ponnaganti 2019-05-29 13:21:19 UTC
This is not a defect. Designed this way. Can you check the mail that I sent and see if this can be closed as not a bug

Comment 10 Luke Meyer 2020-05-19 03:02:48 UTC
*** Bug 1810280 has been marked as a duplicate of this bug. ***

Comment 14 Red Hat Bugzilla 2023-09-14 05:29:23 UTC
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days