Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow adding arbitrary buildkit config #121

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sclu1034
Copy link

Params like REGISTRY_MIRRORS don't really scale well to cover a complex schema like buildkit's toml configuration. Plus, they can become out-of-date.

A param whose content is written verbatim to the config file allows defining everything the configuration has to offer, now and in the future. It also avoids having to add new params one by one as users request the ability to configure individual values.

Closes: #120

Params like `REGISTRY_MIRRORS` don't really scale well to cover
a complex schema like buildkit's toml configuration. Plus, they
can become out-of-date.

A param whose content is written verbatim to the config file
allows defining everything the configuration has to offer, now
and in the future. It also avoids having to add new params one by
one as users request the ability to configure individual values.

Closes: concourse#120
Signed-off-by: Lucas Schwiderski <lucas@lschwiderski.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Configure plain http or insecure https for registry mirrors
1 participant