Skip to content

Commit cad7480

Browse files
author
OpenShift Bot
authored
Merge pull request openshift#690 from lholmquist/onbuild-readme-link-update
Merged by openshift-bot
2 parents 324e34b + 6d15d81 commit cad7480

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ Allow build environments to be tightly versioned by encapsulating them within a
4848
### Flexibility
4949
Any existing build system that can run on Linux can be run inside of a container, and each individual builder can also be part of a larger pipeline. In addition, the scripts that process the application source code can be injected into the builder image, allowing authors to adapt existing images to enable source handling.
5050

51-
### Speed
51+
### Speed
5252
Instead of building multiple layers in a single Dockerfile, S2I encourages authors to represent an application in a single image layer. This saves time during creation and deployment, and allows for better control over the output of the final image.
5353

54-
### Security
54+
### Security
5555
Dockerfiles are run without many of the normal operational controls of containers, usually running as root and having access to the container network. S2I can be used to control what permissions and privileges are available to the builder image since the build is launched in a single container. In concert with platforms like OpenShift, source-to-image can enable admins to tightly control what privileges developers have at build time.
5656

5757

@@ -136,7 +136,7 @@ In this case, the value of `FOO` environment variable will be set to `bar`.
136136

137137
In case you want to use one of the official Docker language stack images for
138138
your build you don't have do anything extra. S2I is capable of recognizing the
139-
Docker image with [ONBUILD](https://docs.docker.com/reference/builder/#onbuild) instructions and choosing the OnBuild strategy. This
139+
Docker image with [ONBUILD](https://docs.docker.com/engine/reference/builder/#/onbuild) instructions and choosing the OnBuild strategy. This
140140
strategy will trigger all ONBUILD instructions and execute the assemble script
141141
(if it exists) as the last instruction.
142142

0 commit comments

Comments
 (0)