dalec
dalec copied to clipboard
📦 Produce secure packages and containers with declarative configurations
### What kind of request is this? Improvement of existing experience ### What is your request or suggestion? Right now we only have mariner2 in tree, but [jammy](https://github.com/Azure/dalec/pull/87) and [windows](https://github.com/azure/dalec/pull/108)...
### What kind of request is this? None ### What is your request or suggestion? Currently, when the frontend panics, there is no error message aside from an `exit status...
### What kind of request is this? Improvement of existing experience ### What is your request or suggestion? Currently on a fresh buildkit instance we spend a few minutes preparing...
This is backward-compatible with the single-spec format.
Once #146 is merged, we should ensure that we preserve the Source RPMs of anything that is built from source, whether as the final target or as a dependency .
It may be possible to use `rpmbuild` to resolve dependencies (and build order), with multiple spec files and multiple entries in the SOURCES directory. We should investigate whether this is...
We can model the Dalec Spec in Cue by creating a schema, and then use Cue to programmatically check to make sure that a user's Dalec Spec is correct. This...
It would be nice if build steps could include cache mounts (e.g. dockerfile's `RUN --mount=type=cache,...`). Originally we had this in the spec but I took it out since the only...
Right now we can only build one spec at a time, which works well enough for simple cases but is not ideal for multi-component images as it requires multiple build...
Sources are written to the file system using the provided input from yaml. We should have a set of rules to define what is a valid source name in order...