port hooklib to runner

This commit is contained in:
Thomas Boop
2022-05-25 16:02:51 -04:00
parent 183b1f387c
commit 3f71edd2af
17 changed files with 9121 additions and 0 deletions

10
hooks/container/README.md Normal file
View File

@@ -0,0 +1,10 @@
# Container Hooks
This repo contains example implementation of the container hook feature across various container providers. More information on how to implement your own hooks can be found in the [github docs]().
Three projects are included in the `src` folder
- k8s: A kubernetes hook implementation that spins up pods dynamically to run a job
- docker: A hook implementation of the runner's docker implementation
- hooklib: a shared library which contains typescript definitions and utilities that the other projects consume
### Want to contribute
We welcome contributions. See [how to contribute](CONTRIBUTING.md).