Kinto Builder is a mono repository containing all the dependencies related to Building and Deploying services on KintoHub.
Kinto Build is a gRPC server responsible for creating build/deployment argo workflows.
Kinto CLI responsible for different tasks related to the workflow:
- Cloning the git repository.
- Generating the Dockerfile file when user select
Dockerfile
as language. - Calling the kinto core server to update the release status in the configmap.
Kinto Deploy is service responsible for deploying a KintoHub service.
Follow instructions in Kinto Build README.
./images/Dockerfile
=>kintohub/kinto-workflow-main
./kinto-build/Dockerfile
=>kintohub/kinto-workflow-cli