Add support for default clone image environment variable (#769)

This allows for custom clone images for deployment in air-gap systems.

Co-authored-by: Zav Shotan <zshotan@bloomberg.net>
This commit is contained in:
Zav Shotan
2022-02-10 11:05:19 -05:00
committed by GitHub
parent 51904c9ee1
commit 905350fa15
8 changed files with 51 additions and 15 deletions

View File

@@ -67,6 +67,7 @@ var Config = struct {
}
Pipeline struct {
AuthenticatePublicRepos bool
DefaultCloneImage string
Limits model.ResourceLimit
Volumes []string
Networks []string