Skip to content

Commit

Permalink
Update READMEs to be generic, not only for RHSCL language images
Browse files Browse the repository at this point in the history
  • Loading branch information
Marek Skalický committed May 15, 2017
1 parent ab651aa commit dcce98d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ s2i image versions currently provided are:
Software Collections in S2I images
--------------------------------
OpenShift S2I images use [Software Collections](https://www.softwarecollections.org/en/)
packages to provide the latest versions of various language environments.
packages to provide the latest versions of various software.
The SCL packages are released more frequently than the RHEL or CentOS systems,
which are unlikely to change for several years.
We rely on RHEL and CentOS for base images, on the other hand,
Expand All @@ -34,7 +34,7 @@ do not need to call `scl enable`.
`docker exec ... /bin/bash` command, the collection will be automatically enabled.

*Note*:
The language interpreter executables in the collection (e.g., `ruby`)
Executables in Software Collections packages (e.g., `ruby`)
are not directly in a directory named in the `PATH` environment variable.
This means that you cannot do:

Expand Down
6 changes: 3 additions & 3 deletions base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ OpenShift base images
========================================

This repository contains Dockerfiles for images which serve as base images with all the
essential libraries and tools needed for OpenShift language images, namely:
essential libraries and tools needed for OpenShift language images, for example:

* [s2i-ruby](https://github.com/sclorg/s2i-ruby-container)
* [s2i-nodejs](https://github.com/sclorg/s2i-nodejs-container)
Expand Down Expand Up @@ -45,7 +45,7 @@ on all provided versions of s2i image.**
Software Collections in S2I images
--------------------------------
OpenShift S2I images use [Software Collections](https://www.softwarecollections.org/en/)
packages to provide the latest versions of various language environments.
packages to provide the latest versions of various software.
The SCL packages are released more frequently than the RHEL or CentOS systems,
which are unlikely to change for several years.
We rely on RHEL and CentOS for base images, on the other hand,
Expand All @@ -67,7 +67,7 @@ do not need to call `scl enable`.
`docker exec ... /bin/bash` command, the collection will be automatically enabled.

*Note*:
The language interpreter executables in the collection (e.g., `ruby`)
Executables in Software Collections packages (e.g., `ruby`)
are not directly in a directory named in the `PATH` environment variable.
This means that you cannot do:

Expand Down
4 changes: 2 additions & 2 deletions core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ on all provided versions of s2i image.**
Software Collections in S2I images
--------------------------------
OpenShift S2I images use [Software Collections](https://www.softwarecollections.org/en/)
packages to provide the latest versions of various language environments.
packages to provide the latest versions of various software.
The SCL packages are released more frequently than the RHEL or CentOS systems,
which are unlikely to change for several years.
We rely on RHEL and CentOS for base images, on the other hand,
Expand All @@ -61,7 +61,7 @@ do not need to call `scl enable`.
`docker exec ... /bin/bash` command, the collection will be automatically enabled.

*Note*:
The language interpreter executables in the collection (e.g., `ruby`)
Executables in Software Collections packages (e.g., `ruby`)
are not directly in a directory named in the `PATH` environment variable.
This means that you cannot do:

Expand Down

0 comments on commit dcce98d

Please sign in to comment.