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
Solomon Hykes a1e6570232 stdlib: dagger.io/docker.#Build
Signed-off-by: Solomon Hykes <sh.github.6811@hykes.org>
2021-05-01 00:21:11 -07:00
.dagger/env/dev devenv: export build logs 2021-04-30 18:12:08 -07:00
.github implemented support for latest_version write + configured aws creds 2021-04-30 17:16:40 -07:00
cmd Merge pull request #372 from aluzzardi/cue-v0.4.0-alpha.2 2021-04-30 18:18:32 -07:00
cue.mod/pkg Work in progress: develop dagger with dagger 2021-04-05 17:19:03 -07:00
dagger refactor for cue 0.4 2021-04-30 18:05:37 -07:00
doc Rename "deployment" to "environment": docs. 2021-04-27 13:59:27 -07:00
examples Develop Dagger with Dagger: new and improved 2021-04-29 17:51:03 -07:00
pkg Revert "build(deps): bump github.com/moby/buildkit from 0.8.2 to 0.8.3" 2021-04-30 16:09:18 -07:00
stdlib stdlib: dagger.io/docker.#Build 2021-05-01 00:21:11 -07:00
tests dagger: unset input tests 2021-04-30 20:02:29 +02:00
.gitignore added goreleaser base config 2021-04-29 14:35:14 -07:00
.golangci.yml linter: replace deprecated scopelint with exportloopref 2021-04-02 14:29:17 -07:00
.goreleaser.yml fixed custom-publisher 2021-04-30 17:54:32 -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 build(deps): bump golang from 1.16.2-alpine to 1.16.3-alpine 2021-04-02 07:16:24 +00:00
go.mod bump cue to v0.4.0-alpha.2 2021-04-30 16:48:55 -07:00
go.sum bump cue to v0.4.0-alpha.2 2021-04-30 16:48:55 -07:00
LICENSE add LICENSE file 2021-01-14 12:36:19 -08:00
Makefile tests: convert stdlib to bats 2021-04-15 16:09:19 -07:00
README.md readme: fix links to examples and docs 2021-04-21 20:07:08 +02: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

Join the Dagger community chatroom on Discord.