You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Overview
Project description (aka
project.toml
) is defined here. If present, we should utilise it appropriately:project.id
can be used to scope the cacheproject.build
can be used to control the build context (similar todockerignore
)build.env
can be injected as build environment variablesAs well suggested by @jromero, config package could be responsible for processing this and translating it into BuildKit settings.
The text was updated successfully, but these errors were encountered: