-
Notifications
You must be signed in to change notification settings - Fork 189
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
automate building of docker images when dockerfiles are updated #131
Comments
We might also want to run We might also want to move this to a different repository that is specific to the pydata.pangeo.org deployment and keep this repository suitably general. |
Can you clarify what you mean by "run My understanding is that |
The CI Server could run that command, much as it currently runs The |
Ah ok you mean travis. Gotcha. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed because it had not seen recent activity. The issue can always be reopened at a later date. |
One way to begin to automate the deployment of our GCE would be to automatically build the docker images whenever the dockerfiles are updated in this repo. It looks like that is not too hard to do:
https://docs.docker.com/docker-hub/builds/
That would remove some of the manual steps in the cluster update process.
xref #128, #117
The text was updated successfully, but these errors were encountered: