-
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 #144 from giuseppe/sync-22-nov
git: update deps
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule image-spec
updated
23 files
+7 −2 | .github/workflows/docs-and-linting.yml | |
+38 −0 | .tool/pin-release.sh | |
+1 −1 | CODEOWNERS | |
+2 −0 | EMERITUS.md | |
+0 −2 | MAINTAINERS | |
+1 −0 | Makefile | |
+1 −6 | README.md | |
+9 −5 | RELEASES.md | |
+2 −2 | annotations.md | |
+3 −3 | conversion.md | |
+1 −9 | go.mod | |
+2 −19 | go.sum | |
+9 −7 | image-index.md | |
+2 −2 | image-layout.md | |
+46 −25 | layer.md | |
+10 −4 | manifest.md | |
+1 −1 | schema/defs-descriptor.json | |
+4 −0 | schema/error.go | |
+0 −125 | schema/loader.go | |
+45 −39 | schema/schema.go | |
+1 −17 | schema/spec_test.go | |
+81 −145 | schema/validator.go | |
+1 −1 | spec.md |
Submodule runtime-spec
updated
21 files
+0 −47 | .github/workflows/build-pr.yml | |
+3 −0 | .github/workflows/build.yml | |
+1 −1 | CODEOWNERS | |
+12 −0 | EMERITUS.md | |
+0 −1 | MAINTAINERS | |
+4 −4 | README.md | |
+15 −15 | config-linux.md | |
+3 −3 | config-solaris.md | |
+34 −18 | config.md | |
+2 −2 | glossary.md | |
+1 −1 | runtime-linux.md | |
+1 −1 | schema/README.md | |
+19 −6 | schema/config-schema.json | |
+4 −4 | schema/defs-zos.json | |
+2 −2 | schema/features-linux.json | |
+1 −1 | schema/features-schema.json | |
+16 −4 | schema/test/config/good/spec-example.json | |
+1 −2 | schema/test/config/good/zos-minimal.json | |
+2 −2 | schema/test/features/good/runc.json | |
+2 −2 | spec.md | |
+9 −1 | specs-go/config.go |