We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 52e193d + d82a596 commit d0e591dCopy full SHA for d0e591d
Makefile
@@ -53,14 +53,8 @@ output/docs.html: $(DOC_FILES) $(FIGURE_FILES)
53
code-of-conduct.md:
54
curl -o $@ https://raw.githubusercontent.com/opencontainers/tob/d2f9d68c1332870e40693fe077d311e0742bc73d/code-of-conduct.md
55
56
-validate-examples: oci-validate-examples
57
- ./oci-validate-examples < manifest.md
58
-
59
-oci-validate-json: validate.go
60
- go build ./cmd/oci-validate-json
61
62
-oci-validate-examples: cmd/oci-validate-examples/main.go
63
- go build ./cmd/oci-validate-examples
+validate-examples:
+ go test -run TestValidate ./schema
64
65
oci-image-tool:
66
go build ./cmd/oci-image-tool
0 commit comments