mirror of
https://github.com/openshift/source-to-image.git
synced 2026-02-05 12:44:54 +01:00
update ONBUILD docs link to non-breaking link
This commit is contained in:
@@ -136,7 +136,7 @@ In this case, the value of `FOO` environment variable will be set to `bar`.
|
||||
|
||||
In case you want to use one of the official Docker language stack images for
|
||||
your build you don't have do anything extra. S2I is capable of recognizing the
|
||||
Docker image with [ONBUILD](https://docs.docker.com/reference/builder/#onbuild) instructions and choosing the OnBuild strategy. This
|
||||
Docker image with [ONBUILD](https://docs.docker.com/engine/reference/builder/#/onbuild) instructions and choosing the OnBuild strategy. This
|
||||
strategy will trigger all ONBUILD instructions and execute the assemble script
|
||||
(if it exists) as the last instruction.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user