dalec
dalec copied to clipboard
📦 Produce secure packages and containers with declarative configurations
example: - Go has a critical CVE in the tooling - invalidate the cache - Rebuild all packages based on Go with a revision bump
how would we want to handle monorepos like calico that produce multiple packages/containers? do we want add a yaml per artifact or do we define multiple outputs?
**What this PR does / why we need it**: We haven't yet documented how to opt-in to TARGET{OS, ARCH, VARIANT, PLATFORM} args in Dalec. This PR adds those docs. **Which...
This makes sure that if a path is specified on a context source that we we only ever fetch the content from beneath that path. Before this change we were...
### Expected Behavior _No response_ ### Actual Behavior Currently it may be possible to inject custom macros or access things that we aren't expecting and potentially break the build (even...
```[tasklist] ### Tasks - [ ] Add docs to explain common failures ```
### Expected Behavior _No response_ ### Actual Behavior While working on #342 I noticed I could not get the test to work correctly because of a value that needs to...
### What kind of request is this? New feature ### What is your request or suggestion? I would like Dalec to generate patch notes based on the included patch sources...
### What kind of request is this? New feature ### What is your request or suggestion? A new project that creates a docker extension It would be useful to be...
Before this change, the mariner/azl targets were ignoring the client provided platform for the produced aritifacts. With this change the platform is set on images so it will rely on...