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 8b77c15eac CLI spec: stack becomes route; base becomes layout
Signed-off-by: Solomon Hykes <sh.github.6811@hykes.org>
2021-03-25 15:27:35 -07:00
.github ci: run tests and linter in parallel 2021-03-18 18:41:38 -07:00
cmd CLI spec: stack becomes route; base becomes layout 2021-03-25 15:27:35 -07:00
dagger pipeline: Fix panic for empty pipelines 2021-03-22 16:30:17 -07:00
doc Docs: Dagger vs Build Systems 2021-03-24 23:05:16 -07:00
examples fix linting errors 2021-03-24 09:36:19 -07:00
pkg buildkit: wait for buildkitd to be ready before connecting 2021-03-17 14:54:51 -07:00
stdlib fix linting errors 2021-03-24 09:36:19 -07:00
tests debug 2021-03-18 18:37:45 -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 build(deps): bump golang from 1.16.1-alpine to 1.16.2-alpine 2021-03-12 07:07:03 +00:00
go.mod fix go.mod 2021-03-22 11:24:08 -07:00
go.sum updates go.mod (via go mod download) 2021-03-22 14:51:50 -04:00
LICENSE add LICENSE file 2021-01-14 12:36:19 -08:00
Makefile fix linting errors 2021-03-24 09:36:19 -07:00
README.md Docs: Dagger vs Other Software 2021-03-24 23:05:16 -07:00
tracing.compose.yaml opentracing support 2021-03-04 10:45:20 -08:00

Dagger

Dagger is a platform for deploying your code using code.

Using Dagger, software teams can create custom deployment routes for their application, tailor-made for their infrastructure and workflow, in just a few lines of code.

For example, an application may have a production route, a staging route for QA and product reviews, and on-demand development routes for testing new features.

Dagger can create routes dynamically, which makes it a great fit for custom scripting and CI integration. Ever wanted to stand up a production-like deployment of your entire app for each pull request? Run integration tests across the development branches of multiple microservice repositories? See what your code will look like in production before opening a PR? Dagger provides a reliable foundation for automating these workflows, and many more.

Every Dagger route exposes the same standardized interface, designed for maximum developer productivity. Do you wish you could get the ease of use of Heroku without its limitations? With Dagger, each deployment route is like a miniature Heroku custom-built around your stack, instead of the other way around.

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.

Examples

Learn More