Bug 1395635 - [3.3]The binary version inside the container image is different with the container image version
Summary: [3.3]The binary version inside the container image is different with the cont...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Installer
Version: 3.3.1
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: 3.3.1
Assignee: Scott Dodson
QA Contact: Johnny Liu
URL:
Whiteboard:
Depends On:
Blocks: 1395835
TreeView+ depends on / blocked
 
Reported: 2016-11-16 10:28 UTC by Anping Li
Modified: 2016-11-17 18:02 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
The OCP 3.3.1.4 images inadvertently included OCP 3.3.1.3. In order to ensure that customers utilizing containerized deployments upgrade properly we have rebuilt the release as OCP 3.3.1.5.
Clone Of:
: 1395835 (view as bug list)
Environment:
Last Closed: 2016-11-17 18:02:24 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2016:2800 0 normal SHIPPED_LIVE Red Hat OpenShift Container Platform 3.3.1.5 images bug fix update 2016-11-17 23:01:41 UTC

Description Anping Li 2016-11-16 10:28:17 UTC
Description of problem:
docker run -it --entrypoint openshift registry.access.redhat.com/openshift3/ose:v3.3.1.4 version
openshift v3.3.1.3
kubernetes v1.3.0+52492b4
etcd 2.3.0+git

[root@qe-anlimaster-container-1 origin]# docker run --entrypoint rpm registry.access.redhat.com/openshift3/node:v3.3.1.4 -qa|grep openshift
tuned-profiles-atomic-openshift-node-3.3.1.3-1.git.0.86dc49a.el7.x86_64
atomic-openshift-sdn-ovs-3.3.1.3-1.git.0.86dc49a.el7.x86_64
atomic-openshift-3.3.1.3-1.git.0.86dc49a.el7.x86_64
atomic-openshift-node-3.3.1.3-1.git.0.86dc49a.el7.x86_64
atomic-openshift-clients-3.3.1.3-1.git.0.86dc49a.el7.x86_64


Version-Release number of selected component (if applicable):
atomic-openshift-utils-3.3.50-1.git.0.5bdbeaa.el7.noarch
registry.access.redhat.com/openshift3/ose:v3.3.1.4 

How reproducible:
always

Steps to Reproduce:
1. install to OCP-3.3 in RHEL 7.2 on GCE
  ansible-playbook /root/openshift-ansible/playbooks/byo/config.yml
2. check the container verison.

Actual results:
2. The version of node, ose, openvswitch is v3.3.1.4.  while the verison of ose-haproxy-router,ose-pod, ose-docker-registry is v3.3.1.3
docker ps
CONTAINER ID        IMAGE                                                                                                                     COMMAND                  CREATED             STATUS              PORTS               NAMES
90acb1ee4cc1        openshift3/node:v3.3.1.4                                                                                                  "/usr/local/bin/origi"   13 minutes ago      Up 13 minutes                           atomic-openshift-node
2e153f167cfd        registry.ops.openshift.com/openshift3/ose-docker-registry:v3.3.1.3                                                        "/bin/sh -c 'DOCKER_R"   23 minutes ago      Up 23 minutes                           k8s_registry.64749101_docker-registry-2-xs8ue_default_63c60746-abd6-11e6-9805-42010af00005_14a17ac0
a3a3e85ade86        registry.ops.openshift.com/rhscl/mysql-56-rhel7@sha256:8a46087a57beb96f58beb1277886885e89ef7f1742833247167d14253d160a93   "container-entrypoint"   23 minutes ago      Up 23 minutes                           k8s_mysql.9597a232_database-1-iwjwd_install-test_8af556e3-abd6-11e6-9805-42010af00005_0aa1abe2
04b7a32c2908        registry.ops.openshift.com/openshift3/registry-console:3.3                                                                "/usr/libexec/cockpit"   23 minutes ago      Up 23 minutes                           k8s_registry-console.297fb4c9_registry-console-1-8b4bl_default_40b5a201-abd6-11e6-affe-42010af00005_81a805ab
4c205898bfbc        registry.ops.openshift.com/openshift3/ose-haproxy-router:v3.3.1.3                                                         "/usr/bin/openshift-r"   23 minutes ago      Up 23 minutes                           k8s_router.3979fe62_router-1-lppp7_default_3dbfaa55-abd6-11e6-affe-42010af00005_290399e1
1ee05b0dc62b        registry.ops.openshift.com/openshift3/ose-pod:v3.3.1.3                                                                    "/pod"                   23 minutes ago      Up 23 minutes                           k8s_POD.accd087a_docker-registry-2-xs8ue_default_63c60746-abd6-11e6-9805-42010af00005_6ed41199
9fcafbba76cc        registry.ops.openshift.com/openshift3/ose-pod:v3.3.1.3                                                                    "/pod"                   23 minutes ago      Up 23 minutes                           k8s_POD.ba100881_database-1-iwjwd_install-test_8af556e3-abd6-11e6-9805-42010af00005_d6cdbb8f
8feaf28989ee        registry.ops.openshift.com/openshift3/ose-pod:v3.3.1.3                                                                    "/pod"                   23 minutes ago      Up 23 minutes                           k8s_POD.c5830887_registry-console-1-8b4bl_default_40b5a201-abd6-11e6-affe-42010af00005_403f825c
d29121cdb979        registry.ops.openshift.com/openshift3/ose-pod:v3.3.1.3                                                                    "/pod"                   23 minutes ago      Up 23 minutes                           k8s_POD.8256e688_router-1-lppp7_default_3dbfaa55-abd6-11e6-affe-42010af00005_8958fb63
d622a1fadcc3        openshift3/openvswitch:v3.3.1.4                                                                                           "/usr/local/bin/ovs-r"   23 minutes ago      Up 23 minutes      

Expected results:


Additional info:

Comment 4 Anping Li 2016-11-17 07:44:46 UTC
The binary verison is v3.3.1.5. so move to verified.

Comment 6 errata-xmlrpc 2016-11-17 18:02:24 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/RHBA-2016:2800


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