Idea #6096
Updated by Ward Vandewege over 9 years ago
We're now in a place where we install all components via debs.
There's a script in arvados-dev called
jenkins/run-deploy.sh
That script should be updated to make sure the default jobs image that matches the deployment is installed.
This is the line that needs to be added:
arv keep docker --project-uuid=<public docker image project> --name="Docker image for compute nodes $TAG" TAG
where TAG is the git_hash (that will be PINNED in hiera!)
So we need to create a public project for the arvados docker images on each installation.
Another todo: making that project needs to be a part of the install instructions. I think we should add that here:
http://doc.arvados.org/install/create-standard-objects.html