-
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.
Merge pull request #126 from giuseppe/update-sync-may-11-2023
Update sync
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule image-spec
updated
20 files
+1 −1 | CODEOWNERS | |
+1 −0 | MAINTAINERS | |
+0 −1 | Makefile | |
+1 −3 | annotations.md | |
+0 −74 | artifact.md | |
+1 −4 | descriptor.md | |
+2 −9 | image-index.md | |
+0 −5 | img/media-types.dot | |
+ − | img/media-types.png | |
+100 −9 | manifest.md | |
+1 −1 | media-types.md | |
+4 −0 | schema/image-manifest-schema.json | |
+47 −0 | schema/manifest_test.go | |
+1 −1 | schema/validator.go | |
+0 −2 | spec.md | |
+0 −34 | specs-go/v1/artifact.go | |
+1 −1 | specs-go/v1/descriptor.go | |
+10 −3 | specs-go/v1/manifest.go | |
+2 −2 | specs-go/v1/mediatype.go | |
+1 −1 | specs-go/version.go |
Submodule runtime-spec
updated
8 files
+19 −0 | ChangeLog | |
+6 −3 | config-linux.md | |
+27 −0 | config.md | |
+0 −1 | schema/config-linux.json | |
+32 −0 | schema/config-schema.json | |
+24 −0 | schema/defs-linux.json | |
+70 −0 | specs-go/config.go | |
+1 −1 | specs-go/version.go |