add missing ops to #Op in stdlib/llb
Signed-off-by: Tony Worm <tony@hofstadter.io>
This commit is contained in:
parent
54a2fe4393
commit
7ec96c45f8
@ -2,7 +2,18 @@
|
|||||||
package llb
|
package llb
|
||||||
|
|
||||||
// One operation in a script
|
// One operation in a script
|
||||||
#Op: #FetchContainer | #FetchGit | #Export | #Exec | #Local | #Copy | #Load | #Subdir | #WriteFile | #Mkdir
|
#Op: #Export |
|
||||||
|
#FetchContainer |
|
||||||
|
#PushContainer |
|
||||||
|
#FetchGit |
|
||||||
|
#Exec |
|
||||||
|
#Local |
|
||||||
|
#Copy |
|
||||||
|
#Load |
|
||||||
|
#Subdir |
|
||||||
|
#WriteFile |
|
||||||
|
#Mkdir |
|
||||||
|
#Dockerbuild
|
||||||
|
|
||||||
// Export a value from fs state to cue
|
// Export a value from fs state to cue
|
||||||
#Export: {
|
#Export: {
|
||||||
|
Reference in New Issue
Block a user