-
Notifications
You must be signed in to change notification settings - Fork 21
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
Can not pull dev image on OpenShift Origin v3.6.0-rc.0 #173
Comments
This is strange because master branch hasn't changed (that I remember) since the last tagged release. So the dev tag in your local docker daemon should be the same as the last release up in docker hub. To eliminate the chance that your local dev build is bad, try to pull the latest tagged release - 1.4.1.Final: https://hub.docker.com/r/hawkular/hawkular-openshift-agent/tags/ You might also want to try "latest" tagged release as well to see what that does. [update: I stand corrected, there are two additional commits after the last release - but they don't seem relevant to this kind of issue. You should still verify the behavior of 1.4.1.Final - or at least the "latest" release (that one will have those two extra commits as well).] |
Ha! It seems this is a Docker thing:
But the latest works fine:
My Docker version is the following:
So it seems this is connected to my local environment. just to confirm this, could you please tell me what is the Docker version on the machine used to push dev image? My lucky guess is that it is > For those who look for out-of-the-box solution, you may try to switch |
Running travis and adding "docker --version" in the build, I see this:
|
Just to be clear, that's the docker version being used by travis - see travis build log here: https://travis-ci.org/hawkular/hawkular-openshift-agent#L691 |
Thanks a lot for checking this @jmazzitelli! It seems my theory was correct. According to Docker version history, |
fix it by #177 |
The HOSA agent template in
master
branch causesFailed to pull image "hawkular/hawkular-openshift-agent:dev": rpc error: code = 2 desc = manifest unknown: manifest unknown
errors.Steps to reproduce:
wget https://raw.githubusercontent.com/jpkrohling/hawkular-openshift-agent/695fe99d3deb77b497518a8065b36db641ad6401/deploy/openshift/hawkular-openshift-agent-configmap.yaml
wget https://raw.githubusercontent.com/hawkular/hawkular-openshift-agent/master/deploy/openshift/hawkular-openshift-agent.yaml
oc create -f hawkular-openshift-agent-configmap.yaml -n default
oc process -f hawkular-openshift-agent.yaml | ./oc/oc create -n default -f -
oc adm policy add-cluster-role-to-user hawkular-openshift-agent system:serviceaccount:default:hawkular-openshift-agent
oc describe pod hawkular-openshift-agent-2hd10
events
part of the output.This issue might be connected to openshift/origin#9834 however the template does not use ImageStreams (so the suggested fix won't work).
Environment:
v3.6.0-rc.0
:The text was updated successfully, but these errors were encountered: