Description of problem: online has two nodejs tags defined: 0.10 and latest the latest tag follows the 0.10 tag, but has a different image id value, as seen here, after import-images is run: https://gist.github.com/bparees/12a6a6b25a3ea93e87690d69ababfa3a the values should be the same (the 0.10 value is the correct one).
Fixed in https://github.com/openshift/origin/pull/9258
Commits pushed to master at https://github.com/openshift/origin https://github.com/openshift/origin/commit/6dd1c697715d04e9e4b7ba6741a4b40c0673eec1 Bug 1343681 - Fix tagsChanged logic https://github.com/openshift/origin/commit/30c509f7c19528145eaaaccc9ae3bbb15bfe1026 Merge pull request #9258 from soltysh/bug1343681 Merged by openshift-bot
Verified against dev-preview-stg
Hi Ming, Can you provide a bit of details how did you verify this issue again dev-preview-stg cluster? As far as I recall, this issue requires a master upgrade in order to fix the issue and this code fix only exists on OSE 3.3.0+ while the master on STG cluster is atomic-openshift-master-3.2.1.3-1.git.0.dfa4ad6.el7.x86_64 (OSE 3.2.1) which shouldn't have the fix. Thanks in advance, Vu
(In reply to Vu Dinh from comment #4) > Hi Ming, > > Can you provide a bit of details how did you verify this issue again > dev-preview-stg cluster? As far as I recall, this issue requires a master > upgrade in order to fix the issue and this code fix only exists on OSE > 3.3.0+ while the master on STG cluster is > atomic-openshift-master-3.2.1.3-1.git.0.dfa4ad6.el7.x86_64 (OSE 3.2.1) which > shouldn't have the fix. > > Thanks in advance, > Vu I use this command: #oc get is/nodejs -n openshift -o yaml, then check image id to verify this bug.