From d6c51c6df542f281429be45f0e38bfc785a19a2d Mon Sep 17 00:00:00 2001 From: Solomon Hykes Date: Sat, 27 Mar 2021 00:13:25 +0000 Subject: [PATCH] CLI spec: fix copy-paste mistake Signed-off-by: Solomon Hykes --- cmd/spec.cue | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/cmd/spec.cue b/cmd/spec.cue index a0338728..6e9bbaee 100644 --- a/cmd/spec.cue +++ b/cmd/spec.cue @@ -37,19 +37,6 @@ import ( and run on a separate cluster. A deployment is made of 3 parts: a deployment plan, inputs, and outputs. - ``` - - - # Creating a new component - - Sometimes there is no third-party component available for a particular node in the application's supply chain; - or it exists but needs to be customized. - - A Dagger component is simply a Cue definition annotated with [LLB](https://github.com/moby/buildkit) pipelines. - LLB is a standard executable format pioneered by the Buildkit project. It allows Dagger components to run - sophisticated pipelines to ingest, and process artifacts such as source code, binaries, database exports, etc. - Best of all LLB pipelines can securely build and run any docker container, effectively making Dagger - scriptable in any language. """ flag: {