-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[DO_NOT_MERGE] Fix for PUSH_DOCKERCFG_PATH value #8479
Conversation
This patch changed the value descriptionAs there are a lot of issue reports(projectatomic/openshift2nulecule#42, #7825), current S2I build failed due to the I also got same error and below is the build log (
As you can see, it looks like this line is the root cause.
|
@nak3 can you give me an exact recreate? |
I suspect you have mismatched images (openshift/origin-sti-builder and openshift/origin-docker-builder) that do not align with the version of your master. |
also #7825 appears unrelated since the first build succeeded. if it were the issue you've described, no build would succeed. |
@bparees Sure. Here is my setup script[1] and steps[2]. [1] https://github.com/nak3/openshift-local-setup/blob/master/openshift-local-setup.sh NOTE: I'm using |
@nak3 since you are using --latest-images=true, you are responsible for making sure the local images on your host machine are current. I suspect yours are not. Can you either remove that flag, or docker pull openshift/origin-sti-builder and openshift/origin-docker-builder to your node hosts? |
Oh, I see. I thought |
yeah it's poorly named but it really means "use the latest image available locally" which can actually be older than what is in dockerhub. |
Yes, you are right. Dropping |
No description provided.