提交 e86ff3fb 编写于 作者: O openeuler-ci-bot 提交者: Gitee

!6 remove duplicate files

Merge pull request !6 from haozi007/master
......@@ -74,7 +74,6 @@ install(FILES ${CMAKE_BINARY_DIR}/conf/isula_libutils.pc
DESTINATION ${LIB_INSTALL_DIR_DEFAULT}/pkgconfig PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ GROUP_WRITE)
install(FILES third_party/log.h DESTINATION include/isula_libutils)
install(FILES third_party/libocispec/read_file.h DESTINATION include/isula_libutils)
install(FILES src/constants.h DESTINATION include/isula_libutils)
install(FILES src/utils.h DESTINATION include/isula_libutils)
install(FILES src/json/oci_runtime_hooks.h DESTINATION include/isula_libutils)
......
%global _version 1.0.0
%global _release 20200519.232137.git3c321b3c
%global _release 20200522.172118.git411ea872
Name: iSula-libutils
Version: %{_version}
Release: %{_release}
......
......@@ -76,7 +76,7 @@
"portMappings": {
"type": "array",
"items": {
"$ref": "portmappings.json"
"$ref": "inner_port_mapping.json"
}
},
"bandwidth": {
......
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"hostPort": {
"type": "int32"
},
"containerPort": {
"type": "int32"
},
"protocol": {
"type": "string"
},
"hostIP": {
"type": "string"
}
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册