Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1547254

Summary: Latest OCP Jenkins image entrypoint is wrong
Product: OpenShift Container Platform Reporter: Jim Minter <jminter>
Component: BuildAssignee: Justin Pierce <jupierce>
Status: CLOSED ERRATA QA Contact: Wenjing Zheng <wzheng>
Severity: high Docs Contact:
Priority: unspecified    
Version: 3.6.1CC: 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:

Description Jim Minter 2018-02-20 21:01:01 UTC
~$ 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"
            ],

Comment 1 Jim Minter 2018-02-20 21:05:33 UTC
~$ 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

Comment 2 Gabe Montero 2018-02-20 22:04:25 UTC
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

Comment 3 Gabe Montero 2018-02-20 22:11:19 UTC
Ben - fyi ^^ ... the 3.6 errata for jenkins-2-rhel7 that went out today wouldn't start

Comment 5 Gabe Montero 2018-02-23 04:41:46 UTC
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.

Comment 6 Gabe Montero 2018-02-23 15:15:25 UTC
For additional ref, Eric Rich created https://access.redhat.com/solutions/3360461 on the customer portal to help notify users.

Comment 7 Gabe Montero 2018-02-23 19:51:23 UTC
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.

Comment 8 Gabe Montero 2018-02-23 19:52:11 UTC
Oh, forgot to mention, in one of the email threads, XiuJuan from QE also verified the image.