【发布时间】:2017-12-28 23:49:05
【问题描述】:
我已经执行了 Openshift Origin
oc 集群 --version=latest
我可以看到已经拉了一个新版本(v3.6.0-alpha.1+7044e57-29)。但是从那以后,我无法构建任何图像。例如:
oc new-app --name=myapp openshift/wildfly~https://github.com/openshiftdemos/os-sample-java-web.git
结果:
error: build error: fatal: unable to access 'https://github.com/openshiftdemos/': Could not resolve host: github.com; Unknown error
我也尝试过使用 root 运行 oc cluster,但结果没有改变。最新版本有什么变化吗?
【问题讨论】:
标签: openshift openshift-origin