I have executed Openshift Origin with
oc cluster up --version=latest
I can see that a new version has been pulled (v3.6.0-alpha.1+7044e57-29). However since then, I'm not able to build any image. For example:
oc new-app --name=myapp openshift/wildfly~https://github.com/openshiftdemos/os-sample-java-web.git
Result:
error: build error: fatal: unable to access 'https://github.com/openshiftdemos/': Could not resolve host: github.com; Unknown error
I've tried running oc cluster up with root as well but result didn't change. Anything changed with the latest release ?