我正在尝试使用.netcore 1.1模板在openshift中使用VS-2017社区构建一个示例webapi项目,但这是一个构建错误。
克隆" https://github.com/kuntal-b/netcoreWebAPI" ... 提交:84b604df745890311a7d23451c4bbef6552d1fb1(2) 作者:kuntal.bose01@gmail.com日期:星期四 5月25日23:11:27 2017 +0530拉图片 " registry.access.redhat.com/dotnet/dotnetcore-11-rhel7@sha256:7c775cc11b280105f51bf2622ed79036c7f961e1cb9db23c4b17c66606154f7b" ...拉图像 " registry.access.redhat.com/dotnet/dotnetcore-11-rhel7@sha256:7c775cc11b280105f51bf2622ed79036c7f961e1cb9db23c4b17c66606154f7b" ... --->复制应用程序源... --->安装依赖项...警告:文件夹' / opt / app-root / src'不包含要还原的项目。 --->建立应用程序......无法找到' project.json' in'。'错误:构建错误:非零(13)退出代码 registry.access.redhat.com/dotnet/dotnetcore-11-rhel7@sha256:7c775cc11b280105f51bf2622ed79036c7f961e1cb9db23c4b17c66606154f7b
构建应用程序......无法找到' project.json' in'。'错误: .net core 1.1模板没有project.json文件。
答案 0 :(得分:0)
将s2i与dotnetcore一起使用只能在openshift中使用旧的基于project.json的项目。一旦.net标准2.0发布,这将被修复。
检查:https://github.com/redhat-developer/s2i-dotnetcore/issues/46