Europa: engine.#HTTPFetch
Signed-off-by: Solomon Hykes <solomon@dagger.io>
This commit is contained in:
@@ -4,6 +4,8 @@ sidebar_label: engine
|
||||
|
||||
# alpha.dagger.io/europa/dagger/engine/spec/engine
|
||||
|
||||
HTTP operations
|
||||
|
||||
```cue
|
||||
import "alpha.dagger.io/europa/dagger/engine/spec/engine"
|
||||
```
|
||||
@@ -110,6 +112,18 @@ _No input._
|
||||
|
||||
_No output._
|
||||
|
||||
## engine.#HTTPFetch
|
||||
|
||||
Fetch a file over HTTP
|
||||
|
||||
### engine.#HTTPFetch Inputs
|
||||
|
||||
_No input._
|
||||
|
||||
### engine.#HTTPFetch Outputs
|
||||
|
||||
_No output._
|
||||
|
||||
## engine.#ImageConfig
|
||||
|
||||
Container image config. See [OCI](https://www.opencontainers.org/). Spec left open on purpose to account for additional fields. [Image Spec](https://github.com/opencontainers/image-spec/blob/main/specs-go/v1/config.go) [Docker Superset](https://github.com/moby/buildkit/blob/master/frontend/dockerfile/dockerfile2llb/image.go) Container image config See [OCI](https://www.opencontainers.org)
|
||||
|
Reference in New Issue
Block a user