chore: please the great lint
All checks were successful
ci/woodpecker/pr/docs Pipeline was successful
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/pr/man Pipeline was successful
ci/woodpecker/pr/docker Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful

This commit is contained in:
Jef Roosens 2022-12-14 16:03:57 +01:00
parent 2cc3e8404e
commit d7a04c6ebf
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
4 changed files with 9 additions and 2 deletions

View file

@ -9,9 +9,9 @@ import build
// structure can manage images from any number of base images, paving the way
// for configurable base images per target/repository.
struct ImageManager {
mut:
max_image_age int [required]
// For each base images, one or more builder images can exist at the same
mut:
// For each base image, one or more builder images can exist at the same
// time
images map[string][]string [required]
// For each base image, we track when its newest image was built