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/plan/task
Helder Correia c276a8b8ba
Make env in ImageConfig a map
Fields in CUE were renamed to the lowercase version of Dockerfile instructions.

There's now opportunity to make other fields simpler to use (e.g., healthcheck), this commit is focused on env.

Signed-off-by: Helder Correia <174525+helderco@users.noreply.github.com>
2022-01-26 17:12:08 -01:00
..
auth.go implemented integration tests for engine.#Pull + moved auth code separately for sharing code with other tasks later 2021-12-17 10:07:33 -08:00
copy.go Allow for nil buildkit References 2021-12-21 12:10:48 -07:00
dockerfile.go Make env in ImageConfig a map 2022-01-26 17:12:08 -01:00
exec.go test: clean up yarn test 2022-01-21 12:45:59 -08:00
gitpull.go added debug message 2021-12-22 15:44:16 -07:00
httpfetch.go fmt.Sprint 2021-12-22 17:10:33 -07:00
imageconfig.go Make env in ImageConfig a map 2022-01-26 17:12:08 -01:00
inputdirectory.go engine: Task PreRun Hook 2021-12-24 00:59:49 +01:00
inputsecretenv.go added trimSpace to inputs secrets 2021-12-23 09:22:50 -07:00
inputsecretexec.go logging stderr returning err 2022-01-12 10:25:56 -07:00
inputsecretfile.go engine: Make paths relative to the CUE file they're defined in 2021-12-23 13:48:47 -08:00
mkdir.go We need to use the State() function, rather than Result().ToState() 2022-01-03 14:34:49 -07:00
newsecret.go engine: LoadSecret->NewSecret 2022-01-07 12:08:37 -08:00
outputdirectory.go We need to use the State() function, rather than Result().ToState() 2022-01-03 14:34:49 -07:00
pipeline.go engine: task naming consistency 2021-12-22 16:19:40 +01:00
proxyendpoint.go engine: task naming consistency 2021-12-22 16:19:40 +01:00
pull.go Make env in ImageConfig a map 2022-01-26 17:12:08 -01:00
push.go Make env in ImageConfig a map 2022-01-26 17:12:08 -01:00
readfile.go engine.#ReadFile 2021-12-15 14:35:08 +01:00
source.go europa: Code Embedding POC 2022-01-14 01:34:47 -08:00
task.go cue modules: move stdlib to pkg/alpha.dagger.io 2022-01-11 13:16:37 -08:00
transformsecret.go moved secret.MarshalCUE to outside of Walk 2022-01-25 16:49:27 -07:00
util.go engine.#Pull implementation 2021-12-13 16:13:49 +01:00
writefile.go Rename mode to permissions in fs.cue 2021-12-22 14:59:55 +01:00