-
Notifications
You must be signed in to change notification settings - Fork 4
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
Container canary POC #194
Labels
roadmap
Large "epic-like" issues that add important capabilities and are on the future development roadmap
Comments
olevski
added
the
roadmap
Large "epic-like" issues that add important capabilities and are on the future development roadmap
label
Aug 9, 2022
...or even better examine running container canary as admission webhook or something like that every time a jupyter server is created. |
Discussion points during sprint planning. We have a few ways to implement this:
|
Timeboxed to 2 days |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
roadmap
Large "epic-like" issues that add important capabilities and are on the future development roadmap
See: https://github.com/NVIDIA/container-canary
Can run checks on a session image to determine if it is compatible with Amalthea.
This POC should simply answer the question of whether we can test the following things for an image:
In addition we should check how long such a check takes. I believe that in order to do this the whole image has to be downloaded and run in docker. And this can take a while. Especially when it comes to starting sessions the slowest part is usually downloading the image.
The text was updated successfully, but these errors were encountered: