-
Notifications
You must be signed in to change notification settings - Fork 66
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
Tag latest not found in repository docker.io/mesos/storm #175
Comments
@dinoba : here's where we upload the Docker images after they are built: Let's break down a version tag's 5 different dimensions; e.g.,
So I'm not even sure what "latest" should mean. Which of the many combinations should we point at? (I'm also not sure how "latest" gets set by DockerHub.) I am not familiar with Marathon, but I think the
|
I was using this example from doc https://github.com/mesos/storm#running-storm-on-marathon |
It worked, thank you. Can author update this doc? |
@dinoba : as you noted in the other issue you filed, the docs for marathon need to be updated. But, as I've mentioned repeatedly, my team hasn't ever used marathon. So we don't yet have the experience and knowledge to update the docs. You in fact have better knowledge at this point -- it's a collaborative project, so PRs for fixing docs are welcome. However, as I noted here, my team does plan to spend some time figuring out how to get this project running under marathon, so we do plan to update the docs soon. |
This marathon task runs well
|
@dinoba : good to know! So the difference is simply the |
Yes. Also there is way to set MESOS_MASTER_ZK and STORM_NIMBUS_OPTS directly from Marathon,
|
Ok, thanks @dinoba, that is useful info for us to record. |
Hi everyone,
I want to run Storm on Mesos with Marathon and Docker with this JSON
And I get this message ...
Oct 25 17:17:07 Slave7 mesos-slave[2245]: E1025 17:17:07.720140 2265 slave.cpp:3976] Container '28a93411-6d15-47d1-b550-4fb0f73d0265' for executor 'storm-nimbus.1605ce93-9ac6-11e6-b4f4-080027f5b709' of framework 4277b841-4a4a-4a48-889f-aaa1e3e5730a-0001 failed to start: Failed to run 'docker -H unix:///var/run/docker.sock pull mesos/storm': exited with status 1; stderr='Tag latest not found in repository docker.io/mesos/storm
Any ideas?
The text was updated successfully, but these errors were encountered: