Bug 1380963

Summary: [DOCS] Image versions are wrong
Product: OpenShift Container Platform Reporter: Eric Rich <erich>
Component: DocumentationAssignee: Alex Dellapenta <adellape>
Status: CLOSED CURRENTRELEASE QA Contact: Eric Rich <erich>
Severity: urgent Docs Contact: Vikram Goyal <vigoyal>
Priority: high    
Version: 3.3.0CC: aos-bugs, erich, jokerman, mmccomas
Target Milestone: ---   
Target Release: ---   
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: 2016-10-27 23:17:04 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:

Description Eric Rich 2016-10-02 01:07:50 UTC
Document URL: https://docs.openshift.com/container-platform/3.3/install_config/install/disconnected_install.html#disconnected-syncing-images

Section Number and Name: Downloading Images

Describe the issue: Image versions are not ware are in the registry 

Suggestions for improvement: Use the correct versions tags

Additional information: See the tags with $ --> curl -s -k -L https://registry.access.redhat.com/v2/openshift3/IMAGE/tags/list | python -m json.tool

Comment 1 Alex Dellapenta 2016-10-14 22:14:38 UTC
I take it you were currently expecting v3.3.0.34-1 for the tags in step 2?

I can't remember, was there a reason we are explicitly calling out tags for these particular infrastructure images in step 2? Can we not just drop the tags so that the doc is always having you pull the latest, like in step 3 (and therefore we wouldn't have to keep bumping the numbers every time we release re-spun images)?

Comment 2 Alex Dellapenta 2016-10-21 22:00:24 UTC
Spoke with sdodson offline about this. We actually need to be noting specific tags for the logging/metrics images too (step 3).

This is being handled in 3.3.1 release notes PR here:

https://github.com/openshift/openshift-docs/pull/3093/files#diff-766cebf8b7d6b9c09a2d936c59e4a44c

- Updates for the incoming 3.3.1.3 images
- Adds explicit tags for the logging/metrics images
- Switches to using {latest-tag} for the latest v3.y.z style tag, and using {latest-int-tag} for the latest 3.y.z style tag that the logging/metrics images currently use.

Comment 3 Alex Dellapenta 2016-10-25 21:33:45 UTC
Pending release of 3.3.1.3 (via https://github.com/openshift/openshift-docs/pull/3093).