dalec
dalec copied to clipboard
📦 Produce secure packages and containers with declarative configurations
### What kind of request is this? New feature ### What is your request or suggestion? Currently the gomod generator only supports generating gomods for a single module. In order...
debbuild will automatically execute this `dh_dwz` target which, for some go builds, will error out like: ``` 0.69 dwz: debian/msft-golang/usr/lib/msft-golang/bin/go: Found compressed .debug_abbrev section, not attempting dwz compression 40.69 dwz:...
Right now the solved state for packages and containers are not actually evaluated until it hits the test runner, which itself forces evaluation since it needs to inspect some of...
Make use of async states to help prevent unlazying builds until we are ready to solve things. See individual commits for more details.
### What kind of request is this? New feature ### What is your request or suggestion? _No response_ ### Are you willing to submit PRs to contribute to this feature...
### What kind of request is this? None ### What is your request or suggestion? Today we currently have support for Ubuntu Jammy, we should also add support for: -...
### Expected Behavior When a user makes use of an image source, they should be able to run commands in the context of that base image, including being able to...
### What kind of request is this? New feature ### What is your request or suggestion? It would be nice if we could have a build target that will install...
### What kind of request is this? None ### What is your request or suggestion? Today, patches are specified separately from sources, e.g. ```yaml sources: src0: # source def patch0:...
The signer implementation was not using standard docker keys for setting the main build context, this made it so you can't use signers as standalone frontends executing by `docker build`....