diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index a1863ace8105..b43c75d3e1d6 100644 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -46,7 +46,7 @@ https://github.com/openshift/origin[origin repo]. You can develop OpenShift on Windows, Mac, or Linux, but you'll need Docker installed on Linux to actually launch containers. Client and server binaries -can be built locally or in the `openshift/release` container environment. The +can be built locally or in the `openshift/origin-release` container environment. The http://golang.org/[Go] programming language is only necessary for building on the local host. diff --git a/HACKING.md b/HACKING.md index fdc2a5c41544..cd74ffd7c502 100644 --- a/HACKING.md +++ b/HACKING.md @@ -37,7 +37,7 @@ We generally cut a release before disruptive changes land. ### Building on Non-Linux Systems -We provide the `openshift/release` container in which all of our build +We provide the `openshift/origin-release` container in which all of our build dependencies live, so that one can build a full release of OpenShift without having to install anything other than a container runtime on their local system. To run scripts or `make` targets from the Origin repo inside of the container,