engine.#Copy matches docker.#Copy
Signed-off-by: Richard Jones <richard@dagger.io>
This commit is contained in:
@@ -29,12 +29,10 @@ engine.#Plan & {
|
||||
}
|
||||
|
||||
copy: engine.#Copy & {
|
||||
input: image.output
|
||||
source: {
|
||||
root: exec.output
|
||||
path: "/output.txt"
|
||||
}
|
||||
dest: "/output.txt"
|
||||
input: image.output
|
||||
contents: exec.output
|
||||
source: "/output.txt"
|
||||
dest: "/output.txt"
|
||||
}
|
||||
verify_copy: engine.#ReadFile & {
|
||||
input: copy.output
|
||||
|
Reference in New Issue
Block a user