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

Checker: Support checker scripts as Docker containers #44

Open
F30 opened this issue Jun 21, 2018 · 2 comments
Open

Checker: Support checker scripts as Docker containers #44

F30 opened this issue Jun 21, 2018 · 2 comments
Assignees
Labels
idea Idea to be discussed, not yet ready for implementation

Comments

@F30
Copy link
Member

F30 commented Jun 21, 2018

In addition to #32 and #33 we might want to support launching Docker containers for checker scripts. This would make testing and deployment of checker dependencies easier.

One container per service, team and tick is probably too expensive, but one per service and team (and checker instance) could work. However, we would need some (enhanced or new protocol) to communicate with the containers.

@F30 F30 added the idea Idea to be discussed, not yet ready for implementation label Jun 21, 2018
@F30
Copy link
Member Author

F30 commented May 5, 2019

The containers should also be restricted to just allow network connections to teams, nowhere else.

@F30
Copy link
Member Author

F30 commented Feb 24, 2020

An alternative to an enhanced or new protocol would be running the containers permanently and exec()-ing into them for the actual checks.

@F30 F30 assigned F30 and rudis Feb 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
idea Idea to be discussed, not yet ready for implementation
Projects
None yet
Development

No branches or pull requests

2 participants