-
Notifications
You must be signed in to change notification settings - Fork 4.7k
openshift/origin image ships with a broken yum repository #14393
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I can confirm that adding --disablerepo=origin-local-release to yum resolves error. The other issue here is I tried to build an image for OpenShift Router by pulling files from here: https://github.com/openshift/origin/tree/master/images/router/haproxy Image builds successfully but when I try to define router wit oadm command a container creation fails. This is the output of "oc describe po router": This is the output of "oc logs router": If i start the same image with "docker exec" and execute reload-haproxy.sh, everything works. There is obviously a difference when building an image manually and pulling it directly form openshift/origin-haproxy-router, or I'm missing something terribly. |
@stevekuznetsov we may want to rethink how we use the local yum repo |
@zjagust the router issue is a different one, please open a separate issue about it. |
+1 |
i found the imagebuilder also reproduce this bug. can anyone do this on current openshift version? |
please reopen this issue again. |
@xiaods could you paste a log with your error? We may make a different issue for that -- this is for |
@stevekuznetsov here: #15808 |
For images based on
openshift/origin
, a recent update has made downstream images fail on simpleyum
operations, as follows:A possible workaround is to disable this repo, by passing the parameter
--disablerepo=origin-local-release
to theyum
command.Version
Docker image
da75ad7baaa1
(latest as of May 29th, 10am UTC)Steps To Reproduce
docker build .
The text was updated successfully, but these errors were encountered: