Description of problem: Creating this bug to track issue: https://github.com/openshift/origin/issues/8440 Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
added test results as comment #2 on that issue
@chunchen - I was able to locally import the image as expected with the commands given in response: oc import-image brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-auth-proxy:3.2.0 --insecure=true --confirm In order to change the tag I was then able to do another import with the new tag as described. Please give Maciej's response a try and let us know if it unblocks you for now (until we get more input on creating new tags via the import mechanism)
I tried below two workarounds, both work well: 1. $ oc import-image logging-elasticsearch:3.2.0 --from=brew-pulp-docker01...com:8888/openshift3/logging-elasticsearch:3.2.0 --insecure=true 2. 2.1 $ oc tag --source=docker brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/logging-kibana:3.2.0 logging-kibana:3.2.0 2.2 $ oc import-image brew-pulp-docker01...com:8888/openshift3/logging-kibana:3.2.0 --insecure=true --confirm the example results: http://pastebin.test.redhat.com/365099 So,the issue unblocks now, please help to change the bug to ON_QA, then I can mark it as verified.
Based on the comment 5 I'm removing TestBlocker and adding UpcomingRelease, since it's not blocking QE in any way. Per the github discussion I'm waiting for information whether we will allow importing not existing tags. I'll move it to QE once we agree on the end solution.
Any update on this Maciej?
Per [1] we'll be re-working the import-image command quite significantly. With that in mind and comment 5 I'm moving this to ON_QA. [1] https://github.com/openshift/origin/issues/8440#issuecomment-220026812
Mark it as verified according to comment #5.