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.
dagger/stdlib/dagger/op/op_fullop.cue
Edgar Lee 0501ae91a5 Adds support for op.#FetchHTTP
Signed-off-by: Edgar Lee <edgarhinshunlee@gmail.com>
2021-07-06 14:37:52 -07:00

20 lines
277 B
CUE

@if(fullop)
package op
// Full resolution schema enforciong the complete op spec
#Op: (#Export |
#FetchContainer |
#PushContainer |
#FetchGit |
#FetchHTTP |
#Exec |
#Local |
#Copy |
#Load |
#Subdir |
#Workdir |
#WriteFile |
#Mkdir |
#DockerBuild) & {do: string}