kli8nt / pre-Build

The pre-build phase. This program will clone the repository, generate a Dockerfile depending on the stack and the programming language and prepare the environment for Kaniko

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pre-Build

This go program will be executed inside an Initcontainer of the build pod (Isolated Environment Dedicated to build and push the image to a private registry).

This program use the utility library named dfile made by Nie-Mand. dfile allows you to generate dockerfile in fancy way using golang

About

The pre-build phase. This program will clone the repository, generate a Dockerfile depending on the stack and the programming language and prepare the environment for Kaniko


Languages

Language:Go 97.9%Language:Dockerfile 2.1%