Skip to content
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

Need reproducible containers for Hamilton dedup/decoding #32

Open
gtfierro opened this issue Apr 10, 2017 · 1 comment
Open

Need reproducible containers for Hamilton dedup/decoding #32

gtfierro opened this issue Apr 10, 2017 · 1 comment
Assignees

Comments

@gtfierro
Copy link
Member

The way we currently deploy these services, they pull the latest code from github, which can lead to breaking changes (such as if the config file changes and the driver doesn't use defaults).

We need to build containers for these services that removes this potential issue

@immesys
Copy link
Member

immesys commented Jun 23, 2017

I think one solution to this is the same as what I mentioned for performance reasons: when you build a container locally, commit it and use that when autorestarting it or recovering from system restart.

Another solution is what kubernetes does: tell people to specify containers with versions and leave it at that. The problem is that the whole "specify a github repository and we build it" thing is actually very useful. Perhaps an option to say git+http://<repo>@<commithash> ?

phgupta pushed a commit to phgupta/XBOS that referenced this issue Jun 20, 2019
…update-dashboard-with-graphs

Graphs on dashboard - Total and HVAC comparison
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants