Skip to content

Commit

Permalink
Fixed the wrong name of building image. According to the implementati…
Browse files Browse the repository at this point in the history
…on and running behavior. the building image is openshift/origin-release
  • Loading branch information
linzhaoming committed Oct 26, 2017
1 parent adce86e commit 215b3d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion HACKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 215b3d8

Please sign in to comment.