Skip to content

Commit 215b3d8

Browse files
committedOct 26, 2017
Fixed the wrong name of building image. According to the implementation and running behavior. the building image is openshift/origin-release
1 parent adce86e commit 215b3d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎CONTRIBUTING.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ https://github.com/openshift/origin[origin repo].
4646

4747
You can develop OpenShift on Windows, Mac, or Linux, but you'll need Docker
4848
installed on Linux to actually launch containers. Client and server binaries
49-
can be built locally or in the `openshift/release` container environment. The
49+
can be built locally or in the `openshift/origin-release` container environment. The
5050
http://golang.org/[Go] programming language is only necessary for building on
5151
the local host.
5252

‎HACKING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ We generally cut a release before disruptive changes land.
3737

3838
### Building on Non-Linux Systems
3939

40-
We provide the `openshift/release` container in which all of our build
40+
We provide the `openshift/origin-release` container in which all of our build
4141
dependencies live, so that one can build a full release of OpenShift without
4242
having to install anything other than a container runtime on their local system.
4343
To run scripts or `make` targets from the Origin repo inside of the container,

0 commit comments

Comments
 (0)