dagger
dagger copied to clipboard
An open-source runtime for composable workflows. Great for AI agents and CI/CD.
Java SDK Cookbook - [x] filesystem - [x] builds - [x] secrets - [ ] services - [ ] just-in-time artifacts - [ ] optimizations - [ ] error handling...
basic wiring, session attachable, and remote-module-name matching all working. this works: ``` dev && with-dev dagger shell --allow-llm=all -m https://github.com/shykes/toy-programmer -c "go-program \"greet me $(date)\"" ``` this fails: ``` dev...
Add more docs regarding Java SDK
Adds a link to the technical-content-summarizer example agent.
### What are you trying to do? I want to use my host's configured Git credentials within containers in Dagger. ### Why is this important to you? I want to...
Support Java enums! 🎉 Enums defined in the module **must** have the `@Enum` annotation. This allows the annotation processor to find them and register them and their possible values to...
This is a POC for fixing #5691 During buildDocker function, we check if a docker ignore file exists and use that to exclude those paths before building the container. TODO's:...
### What are you trying to do? Today if you want `dagger` aka `dagger shell` to ingore the possible module in the local dir, you need to add `--no-mod`, there...
https://discord.com/channels/707636530424053791/708371226174685314/1344516636291502131 confirmed this. suggest to remove or leave a space between url and full stop
### What are you trying to do? - Expose functions as `json` in `dagger functions`. ```json [ { "Name": "containerEcho", "Description": "example usage: \"dagger call container-echo --string-arg yo stdout\"", "ReturnType":...