engine.#Copy

Signed-off-by: Joel Longtine <joel@dagger.io>
This commit is contained in:
Joel Longtine
2021-12-17 15:58:52 -07:00
parent 1508f4cb7a
commit 1ea035ff16
8 changed files with 257 additions and 0 deletions

View File

@@ -84,3 +84,19 @@ package engine
layers: [...#CopyInfo]
output: #FS
}
#Copy: {
_type: "Copy"
input: #FS
#CopyInfo
output: #FS
}
#CopyInfo: {
source: {
root: #FS
path: string | *"/"
}
dest: string
}