692bd72095
HACK: the way buildkit works, we can only supply an Auth Provider for the entirety of the build session (`dagger up`). Therefore, we start by scanning all auth in the entire Cue tree and supply an auth provider for all of them. Drawbacks: - As soon as you add `auth` in a Pipeline for a registry, all other Pipelines have access to the same registry - You can't use different credentials for the same registry Fixes #301 Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com> |
||
---|---|---|
.github | ||
cmd | ||
cue.mod/pkg | ||
dagger | ||
doc | ||
examples | ||
pkg | ||
stdlib | ||
tests | ||
.daggerignore | ||
.gitignore | ||
.golangci.yml | ||
CONTRIBUTING.md | ||
dev.cue | ||
doc.go | ||
Dockerfile | ||
go.mod | ||
go.sum | ||
LICENSE | ||
Makefile | ||
README.md | ||
tracing.compose.yaml |
Dagger
Dagger is a programmable deployment system.
Using Dagger, software builders can automate the deployment of any application to any infrastructure, in just a few lines of code.
The Dagger platform adapts to your application, not the other way around. Thanks to its ecosystem of reusable packages and flexible scripting system, Dagger can be dropped into any software project without requiring changes to its architecture or workflow. Think of it as your "devops superglu".
No matter how your deployment works under the hood, you can manage it with the same Dagger user interface. This makes developers more productive, because they don't have to learn a new workflow every time their deployment system changes.
Examples
- Deploy a simple React application
- Deploy an application to your Kubernetes cluster
- Provision a Kubernetes cluster on AWS
- Add HTTP monitoring to your application
- Deploy an application to your Kubernetes cluster
Alpha disclaimer
Dagger is alpha-quality software. It has many bugs, the user interface is minimal, and it may change in incompatible ways at any time. If you are still willing to try it, thank you! We appreciate your help and encourage you to ask questions and report issues.
Learn More
Join the Dagger community chatroom on Discord.