Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
Sam Alba 2021-04-02 16:46:41 -07:00
parent 3e605d1d72
commit e6b0ca5109

View File

@ -6,7 +6,7 @@ import (
)
source: dagger.#Artifact
foo: "bar"
foo: "bar"
bar: {
string
@ -14,12 +14,12 @@ bar: {
#compute: [
llb.#FetchContainer & {ref: "busybox"},
llb.#Exec & {
args: ["cp", "/source/testfile", "/out"],
args: ["cp", "/source/testfile", "/out"]
mount: "/source": from: source
},
llb.#Export & {
format: "string"
source: "/out"
}
},
]
}