Bug 1380963 - [DOCS] Image versions are wrong
Summary: [DOCS] Image versions are wrong
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Documentation
Version: 3.3.0
Hardware: Unspecified
OS: Unspecified
high
urgent
Target Milestone: ---
: ---
Assignee: Alex Dellapenta
QA Contact: Eric Rich
Vikram Goyal
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-10-02 01:07 UTC by Eric Rich
Modified: 2016-10-27 23:17 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-10-27 23:17:04 UTC
Target Upstream Version:


Attachments (Terms of Use)

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).


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