Skip to content

Commit

Permalink
Removed dead link to (deprecated) Ruby ONBUILD variant Dockerfile.
Browse files Browse the repository at this point in the history
Signed-off-by: Brett Randall <[email protected]>
  • Loading branch information
javabrett committed Sep 4, 2018
1 parent 8a4d40f commit 401d0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion develop/develop-images/dockerfile_best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ A Docker build executes `ONBUILD` commands before any command in a child
`ONBUILD` is useful for images that are going to be built `FROM` a given
image. For example, you would use `ONBUILD` for a language stack image that
builds arbitrary user software written in that language within the
`Dockerfile`, as you can see in [Ruby’s `ONBUILD` variants](https://github.com/docker-library/ruby/blob/master/2.4/jessie/onbuild/Dockerfile).
`Dockerfile`.

Images built from `ONBUILD` should get a separate tag, for example:
`ruby:1.9-onbuild` or `ruby:2.0-onbuild`.
Expand Down

0 comments on commit 401d0e5

Please sign in to comment.