This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Sam Alba 2bd4679646 fixed ci
Signed-off-by: Sam Alba <sam.alba@gmail.com>
2021-06-01 15:12:08 +02:00
.dagger/env/dev fix cue fmt 2021-05-26 18:46:13 -07:00
.github Update sops version to fix CI 2021-05-29 19:40:01 +02:00
client buildkit secrets support 2021-05-27 19:14:08 -07:00
cmd cmd/output: list now lists all outputs everytime, even if not concrete - also allows to show outputs even if the env was never computes (based on UX feedback) 2021-06-01 14:14:02 +02:00
compiler cleanup: move packages to top level, change vanity URL 2021-05-25 16:54:00 -07:00
cue.mod/pkg Work in progress: develop dagger with dagger 2021-04-05 17:19:03 -07:00
docs Docs: simplify intro page 2021-05-25 16:38:04 -07:00
environment environments only ignore the compute layer if it is empty instead of logging a fatal error 2021-06-01 14:14:45 +02:00
examples examples/simple-s3: added output annotation 2021-05-31 15:23:41 +02:00
keychain fix build for non-cgo 2021-05-28 11:48:50 -07:00
solver buildkit secrets support 2021-05-27 19:14:08 -07:00
state add support for excludes in input dir 2021-05-28 16:22:32 -07:00
stdlib stdlib/aws/s3: removed trailing \\n 2021-05-31 15:23:55 +02:00
tests fixed ci 2021-06-01 15:12:08 +02:00
tools/gendocs fix: 🐛 display the right option from select + update logo 2021-05-27 17:08:01 +02:00
util cleanup: move packages to top level, change vanity URL 2021-05-25 16:54:00 -07:00
.gitignore added goreleaser base config 2021-04-29 14:35:14 -07:00
.golangci.yml cleanup: move packages to top level, change vanity URL 2021-05-25 16:54:00 -07:00
.goreleaser.yml goreleaser: fixed version 2021-05-28 13:52:56 +02:00
.markdownlint.yaml ci: markdown lint 2021-05-21 15:47:46 -07:00
CONTRIBUTING.md add CONTRIBUTING.md 2021-04-19 12:18:58 -07:00
doc.go add a go file to the root folder 2021-02-17 13:13:17 -08:00
Dockerfile Dockerfile: make the static binary smaller 2021-05-07 21:08:23 +03:00
go.mod dagger input edit 2021-05-28 18:02:12 -07:00
go.sum build(deps): bump filippo.io/age from 1.0.0-rc.1 to 1.0.0-rc.2 2021-05-27 13:48:46 -07:00
install.sh release: added install script 2021-05-03 17:20:45 -07:00
LICENSE add LICENSE file 2021-01-14 12:36:19 -08:00
Makefile fix build for non-cgo 2021-05-28 11:48:50 -07:00
README.md Merge pull request #483 from hongchaodeng/patch-1 2021-05-24 11:18:14 -07:00
tracing.compose.yaml opentracing support 2021-03-04 10:45:20 -08:00
universe universe: another name for stdlib 2021-05-01 01:03:58 -07:00

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.

image

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.

Learn More

Download and Install

Community

Join the Dagger community chatroom on Discord. We welcome beginners and experts alike!

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.