-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Giuseppe Scrivano <[email protected]>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule image-spec
updated
34 files
+4 −5 | .github/workflows/docs-and-linting.yml | |
+1 −1 | MAINTAINERS | |
+11 −5 | Makefile | |
+50 −5 | RELEASES.md | |
+0 −1 | annotations.md | |
+3 −3 | artifact.md | |
+37 −29 | config.md | |
+1 −1 | conversion.md | |
+1 −0 | descriptor.md | |
+7 −3 | go.mod | |
+1 −0 | image-index.md | |
+11 −2 | img/media-types.dot | |
+ − | img/media-types.png | |
+3 −0 | layer.md | |
+31 −2 | manifest.md | |
+7 −2 | media-types.md | |
+4 −1 | schema/config-schema.json | |
+9 −1 | schema/content-descriptor.json | |
+6 −0 | schema/defs.json | |
+51 −0 | schema/descriptor_test.go | |
+1 −1 | schema/image-index-schema.json | |
+1 −1 | schema/image-layout-schema.json | |
+4 −1 | schema/image-manifest-schema.json | |
+1 −2 | schema/loader.go | |
+52 −0 | schema/manifest_test.go | |
+1 −2 | schema/spec_test.go | |
+8 −9 | schema/validator.go | |
+6 −4 | spec.md | |
+0 −3 | specs-go/v1/annotations.go | |
+3 −3 | specs-go/v1/artifact.go | |
+13 −16 | specs-go/v1/config.go | |
+6 −2 | specs-go/v1/manifest.go | |
+15 −0 | specs-go/v1/mediatype.go | |
+2 −2 | specs-go/version.go |