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

Process the project descriptor #3

Open
EricHripko opened this issue May 1, 2021 · 1 comment
Open

Process the project descriptor #3

EricHripko opened this issue May 1, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@EricHripko
Copy link
Owner

Overview

Project description (aka project.toml) is defined here. If present, we should utilise it appropriately:

  • project.id can be used to scope the cache
  • project.build can be used to control the build context (similar to dockerignore)
  • build.env can be injected as build environment variables

As well suggested by @jromero, config package could be responsible for processing this and translating it into BuildKit settings.

@EricHripko EricHripko added the enhancement New feature or request label May 1, 2021
@EricHripko
Copy link
Owner Author

A separate point of research would be what should happen with build.buildpacks. IIUC, frontend will need to pull any remote buildpacks and inject them into the build environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant