Skip to content

Commit

Permalink
The docker-builder url is not found
Browse files Browse the repository at this point in the history
  • Loading branch information
yupeng authored Aug 8, 2016
1 parent aaea4d9 commit 026414d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/builds.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Source-to-images (s2i) is a tool for building reproducible Docker images. It pro
### Custom Builds

The custom build strategy is very similar to *Docker build* strategy, but users might
customize the builder image that will be used for build execution. The *Docker build* uses [openshift/docker-builder](https://registry.hub.docker.com/u/openshift/docker-builder/) image by default. Using your own builder image allows you to customize your build process.
customize the builder image that will be used for build execution. The *Docker build* uses [openshift/origin-docker-builder](https://hub.docker.com/r/openshift/origin-docker-builder/) image by default. Using your own builder image allows you to customize your build process.

An example JSON of a custom build strategy:

Expand Down

0 comments on commit 026414d

Please sign in to comment.