Skip to content

Latest commit

 

History

History

builder

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Kinto Builder

slack

Kinto Builder is a mono repository containing all the dependencies related to Building and Deploying services on KintoHub.

Structure

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.

How to use it

Follow instructions in Kinto Build README.

Dockerfiles

  • ./images/Dockerfile => kintohub/kinto-workflow-main
  • ./kinto-build/Dockerfile => kintohub/kinto-workflow-cli