Bug 1542068
| Summary: | openjdk18-openshift image has inaccessible repo enabled. | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Brendan Mchugh <bmchugh> |
| Component: | ImageStreams | Assignee: | Rob Cernich <rcernich> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Marek Schmidt <maschmid> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.6.1 | CC: | aos-bugs, bparees, jokerman, mmccomas, tschloss, wzheng |
| Target Milestone: | --- | ||
| Target Release: | 3.9.0 | ||
| 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-06-08 11:58:56 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
Brendan Mchugh
2018-02-05 13:45:01 UTC
It looks like this might already be covered by the updated image released yesterday (openjdk18-openshift:1.2-7) which no longer includes the file "/etc/yum.repos.d/jboss-rhel-ose.repo". # time docker run --rm -it -u 0 registry.access.redhat.com/redhat-openjdk-18/openjdk18-openshift:1.2-7 /bin/bash Unable to find image 'registry.access.redhat.com/redhat-openjdk-18/openjdk18-openshift:1.2-7' locally Trying to pull repository registry.access.redhat.com/redhat-openjdk-18/openjdk18-openshift ... 1.2-7: Pulling from registry.access.redhat.com/redhat-openjdk-18/openjdk18-openshift 9cadd93b16ff: Already exists 4aa565ad8b7a: Already exists 343ba5353b91: Pull complete ed5233aa6fdd: Pull complete 015798517008: Pull complete Digest: sha256:79265156869e437daf0b7906ac5daad85a45d4186ecfab77aab7fef58b96caed [root@ba0a4c7fc79f ~]# ls -la /etc/yum.repos.d/ total 12 drwxr-xr-x. 2 root root 25 Jan 16 16:08 . drwxr-xr-x. 55 root root 4096 Feb 6 09:34 .. -rw-r--r--. 1 root root 358 Nov 21 16:44 redhat.repo This was an issue with the build tool not removing the custom repos from the image during the build. This has been fixed in subsequent releases (builds). @maschmid, could you please help to verify this bug? thanks! Latest image in registry (i.e. 1.2-7) already fixes the issue. Marking this issue verified. |