-
Notifications
You must be signed in to change notification settings - Fork 330
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 #790 from flouthoc/sync-libocispec
libocispec: sync with recent commits
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libocispec
updated
11 files
+4 −0 | .gitignore | |
+12 −2 | Makefile.am | |
+7 −2 | README.md | |
+1 −1 | image-spec | |
+1 −1 | runtime-spec | |
+9 −0 | src/image/mod.rs | |
+1 −0 | src/json_common.c | |
+45 −0 | src/runtime/mod.rs | |
+1 −1 | src/serialize.rs | |
+7 −0 | tests/data/null_value_config.json | |
+72 −0 | tests/test-11.c |