Merge pull request #182 from verdverm/add-missing-ops

add missing ops to #Op in stdlib/llb
This commit is contained in:
Andrea Luzzardi 2021-03-16 14:27:26 -07:00 committed by GitHub
commit c42ccd4385
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 2 deletions

View File

@ -21,7 +21,7 @@ cuefmt:
.PHONY: lint
lint: cuefmt check-buildkit-version
golangci-lint run
golangci-lint run --timeout 3m
@test -z "$$(git status -s . | grep -e "^ M" | grep .cue | cut -d ' ' -f3 | tee /dev/stderr)"
.PHONY: check-buildkit-version

View File

@ -2,7 +2,18 @@
package llb
// 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: {