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
Tom Chauveau e19a71e67c tests(stdlib): add kubernetes in testing suite
tests(stdlib/kubernetes): add kubernetes basic Apply test

Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
2021-04-15 12:37:32 +02:00
.github tests: split unit and integration 2021-04-15 00:55:06 -07:00
cmd * add support for --input-file in dagger compute 2021-04-11 16:18:59 -07:00
cue.mod/pkg Work in progress: develop dagger with dagger 2021-04-05 17:19:03 -07:00
dagger Proper support for Docker Image metadata 2021-04-12 17:47:58 -07:00
doc Docs: buildkit install 2021-04-02 17:18:47 -07:00
examples examples: added simple s3 for static website example 2021-04-14 13:42:54 -07:00
pkg feat(buildkit): run buildkit container in net host to reach local kubernetes cluster 2021-04-15 12:37:32 +02:00
stdlib fix(stdlib/kubernetes): sourceInline 2021-04-15 12:37:32 +02:00
tests tests(stdlib): add kubernetes in testing suite 2021-04-15 12:37:32 +02:00
.daggerignore update .daggerignore 2021-03-18 10:04:13 -07:00
.gitignore tests: improve bats/gh integration 2021-04-15 00:48:49 -07:00
.golangci.yml linter: replace deprecated scopelint with exportloopref 2021-04-02 14:29:17 -07:00
dev.cue stdlib: improved Docker package 2021-04-06 15:41:36 -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 build(deps): bump cuelang.org/go from 0.3.1 to 0.3.2 2021-04-14 07:20:33 +00:00
go.sum build(deps): bump cuelang.org/go from 0.3.1 to 0.3.2 2021-04-14 07:20:33 +00:00
LICENSE add LICENSE file 2021-01-14 12:36:19 -08:00
Makefile tests: use bats for integration tests 2021-04-14 15:18:34 -07:00
README.md README: add invite link to Discord chatroom 2021-04-07 16:13:20 -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

Join the Dagger community chatroom on Discord.