Bug 1547254
| Summary: | Latest OCP Jenkins image entrypoint is wrong | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Jim Minter <jminter> |
| Component: | Build | Assignee: | Justin Pierce <jupierce> |
| Status: | CLOSED ERRATA | QA Contact: | Wenjing Zheng <wzheng> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.6.1 | CC: | aos-bugs, bparees, gmontero, rbost, wmeng |
| 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: | 2018-02-23 19:51:23 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: | |
| Embargoed: | |||
~$ docker images | grep registry.access.redhat.com/openshift3/jenkins-2-rhel7 registry.access.redhat.com/openshift3/jenkins-2-rhel7 latest c15f6a5cd4c9 3 weeks ago 1.62 GB per our exchanges on aos-cd-team and at Justin's desk, he is implementing the fix here (there was a copy/paste error as part of moving the 3.6 image under the oit "process" of course Justin can tweak that explanation if something is slightly off Ben - fyi ^^ ... the 3.6 errata for jenkins-2-rhel7 that went out today wouldn't start Jim was able to pull the image from his "outside the red hat network" location and verify the regression/problem here was addressed. There may be a time delay before all the registry caches are updated. I'll defer on changing the state of the bug though, and give him the honor / chance to chime in. For additional ref, Eric Rich created https://access.redhat.com/solutions/3360461 on the customer portal to help notify users. OK, caught up with both Jim and Justin - everyone agrees we can close this out. I'm assuming closed/errata is the right code here, given we were dealing with an image update for an errata. But if it isn't, hopefully someone will course correct me as needed. Oh, forgot to mention, in one of the email threads, XiuJuan from QE also verified the image. |
~$ docker pull registry.access.redhat.com/openshift3/jenkins-2-rhel7 ~$ docker run -it registry.access.redhat.com/openshift3/jenkins-2-rhel7 Error: unknown command "/usr/libexec/s2i/run" for "openshift" Run 'openshift --help' for usage. ~$ docker inspect registry.access.redhat.com/openshift3/jenkins-2-rhel7|grep -A2 Entrypoint "Entrypoint": [ "/usr/bin/openshift" ], -- "Entrypoint": [ "/usr/bin/openshift" ],