1
0
mirror of https://github.com/openshift/source-to-image.git synced 2026-02-05 12:44:54 +01:00

Ruby 2.3 image has moved

The Ruby example doesn't work - there's no image at `centos/ruby-23-centos7`. It's now at `centos/ruby-23-centos7`.
This commit is contained in:
M. Edward (Ed) Borasky
2017-03-02 23:54:40 -08:00
committed by GitHub
parent 07947a6f4f
commit 1f03ec48be

View File

@@ -233,7 +233,7 @@ You can start using `s2i` right away (see [releases](https://github.com/openshif
with the following test sources and publicly available images:
```
$ s2i build https://github.com/openshift/ruby-hello-world openshift/ruby-23-centos7 test-ruby-app
$ s2i build https://github.com/openshift/ruby-hello-world centos/ruby-23-centos7 test-ruby-app
$ docker run --rm -i -p :8080 -t test-ruby-app
```