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
Andrea Luzzardi 7da33d00fc ci: use golangci github action
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-04-02 14:29:17 -07:00
.github ci: use golangci github action 2021-04-02 14:29:17 -07:00
cmd Merge pull request #247 from dagger/cli-new-plan-git 2021-04-01 18:13:24 -07:00
dagger fix dagger input dir 2021-04-01 23:17:38 -07:00
doc Docs: remove old tutorial, list examples upfront 2021-04-01 22:16:25 -07:00
examples New example: hello world 2021-04-01 20:34:47 -07:00
pkg buildkit: wait for buildkitd to be ready before connecting 2021-03-17 14:54:51 -07:00
stdlib dagger spec: fix Artifact definition 2021-03-31 14:20:31 -07:00
tests tests: add basic cli tests 2021-04-01 16:46:05 -07:00
.daggerignore update .daggerignore 2021-03-18 10:04:13 -07:00
.gitignore update .gitignore 2021-02-03 14:58:33 -08:00
.golangci.yml pkg/progressui: customization callbacks 2021-02-23 15:34:41 -08:00
doc.go add a go file to the root folder 2021-02-17 13:13:17 -08:00
Dockerfile cache go modules during docker build 2021-03-30 21:13:06 -07:00
go.mod build(deps): bump cuelang.org/go from 0.3.0-beta.7 to 0.3.0-beta.8 2021-03-31 12:08:53 -07:00
go.sum build(deps): bump cuelang.org/go from 0.3.0-beta.7 to 0.3.0-beta.8 2021-03-31 12:08:53 -07:00
LICENSE add LICENSE file 2021-01-14 12:36:19 -08:00
Makefile ci: use golangci github action 2021-04-02 14:29:17 -07:00
README.md Docs: remove old tutorial, list examples upfront 2021-04-01 22:16:25 -07:00
tracing.compose.yaml opentracing support 2021-03-04 10:45:20 -08: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.

Examples

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