Skip to content

Commit 3cdf325

Browse files
committed
update git repo url
1 parent 2fcdb5b commit 3cdf325

9 files changed

Lines changed: 14 additions & 14 deletions

File tree

2.7/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ resulting image with [Docker](http://docker.io) execute:
1616

1717
* **For RHEL based image**
1818
```
19-
$ s2i build https://github.com/openshift/s2i-python.git --context-dir=2.7/test/setup-test-app/ rhscl/python-27-rhel7 python-sample-app
19+
$ s2i build https://github.com/sclorg/s2i-python-container.git --context-dir=2.7/test/setup-test-app/ rhscl/python-27-rhel7 python-sample-app
2020
$ docker run -p 8080:8080 python-sample-app
2121
```
2222
2323
* **For CentOS based image**
2424
```
25-
$ s2i build https://github.com/openshift/s2i-python.git --context-dir=2.7/test/setup-test-app/ centos/python-27-centos7 python-sample-app
25+
$ s2i build https://github.com/sclorg/s2i-python-container.git --context-dir=2.7/test/setup-test-app/ centos/python-27-centos7 python-sample-app
2626
$ docker run -p 8080:8080 python-sample-app
2727
```
2828

2.7/s2i/bin/usage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To use it, install S2I: https://github.com/openshift/source-to-image
1010
1111
Sample invocation:
1212
13-
s2i build https://github.com/openshift/s2i-python.git --context-dir=2.7/test/setup-test-app/ ${NAMESPACE}/python-27-${DISTRO}7 python-sample-app
13+
s2i build https://github.com/sclorg/s2i-python-container.git --context-dir=2.7/test/setup-test-app/ ${NAMESPACE}/python-27-${DISTRO}7 python-sample-app
1414
1515
1616
You can then run the resulting image via:

3.3/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ resulting image with [Docker](http://docker.io) execute:
1616

1717
* **For RHEL based image**
1818
```
19-
$ s2i build https://github.com/openshift/s2i-python.git --context-dir=3.3/test/setup-test-app/ openshift/python-33-rhel7 python-sample-app
19+
$ s2i build https://github.com/sclorg/s2i-python-container.git --context-dir=3.3/test/setup-test-app/ openshift/python-33-rhel7 python-sample-app
2020
$ docker run -p 8080:8080 python-sample-app
2121
```
2222
2323
* **For CentOS based image**
2424
```
25-
$ s2i build https://github.com/openshift/s2i-python.git --context-dir=3.3/test/setup-test-app/ openshift/python-33-centos7 python-sample-app
25+
$ s2i build https://github.com/sclorg/s2i-python-container.git --context-dir=3.3/test/setup-test-app/ openshift/python-33-centos7 python-sample-app
2626
$ docker run -p 8080:8080 python-sample-app
2727
```
2828

3.3/s2i/bin/usage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ To use it, install S2I: https://github.com/openshift/source-to-image
88
99
Sample invocation:
1010
11-
s2i build https://github.com/openshift/s2i-python.git --context-dir=3.3/test/setup-test-app/ openshift/python-33-${DISTRO}7 python-sample-app
11+
s2i build https://github.com/sclorg/s2i-python-container.git --context-dir=3.3/test/setup-test-app/ openshift/python-33-${DISTRO}7 python-sample-app
1212
1313
1414
You can then run the resulting image via:

3.4/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ resulting image with [Docker](http://docker.io) execute:
1616

1717
* **For RHEL based image**
1818
```
19-
$ s2i build https://github.com/openshift/s2i-python.git --context-dir=3.4/test/setup-test-app/ rhscl/python-34-rhel7 python-sample-app
19+
$ s2i build https://github.com/sclorg/s2i-python-container.git --context-dir=3.4/test/setup-test-app/ rhscl/python-34-rhel7 python-sample-app
2020
$ docker run -p 8080:8080 python-sample-app
2121
```
2222
2323
* **For CentOS based image**
2424
```
25-
$ s2i build https://github.com/openshift/s2i-python.git --context-dir=3.4/test/setup-test-app/ centos/python-34-centos7 python-sample-app
25+
$ s2i build https://github.com/sclorg/s2i-python-container.git --context-dir=3.4/test/setup-test-app/ centos/python-34-centos7 python-sample-app
2626
$ docker run -p 8080:8080 python-sample-app
2727
```
2828

3.4/s2i/bin/usage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To use it, install S2I: https://github.com/openshift/source-to-image
1010
1111
Sample invocation:
1212
13-
s2i build https://github.com/openshift/s2i-python.git --context-dir=3.4/test/setup-test-app/ ${NAMESPACE}/python-34-${DISTRO}7 python-sample-app
13+
s2i build https://github.com/sclorg/s2i-python-container.git --context-dir=3.4/test/setup-test-app/ ${NAMESPACE}/python-34-${DISTRO}7 python-sample-app
1414
1515
1616
You can then run the resulting image via:

3.5/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ resulting image with [Docker](http://docker.io) execute:
1616

1717
* **For RHEL based image**
1818
```
19-
$ s2i build https://github.com/openshift/s2i-python.git --context-dir=3.5/test/setup-test-app/ rhscl/python-35-rhel7 python-sample-app
19+
$ s2i build https://github.com/sclorg/s2i-python-container.git --context-dir=3.5/test/setup-test-app/ rhscl/python-35-rhel7 python-sample-app
2020
$ docker run -p 8080:8080 python-sample-app
2121
```
2222
2323
* **For CentOS based image**
2424
```
25-
$ s2i build https://github.com/openshift/s2i-python.git --context-dir=3.5/test/setup-test-app/ centos/python-35-centos7 python-sample-app
25+
$ s2i build https://github.com/sclorg/s2i-python-container.git --context-dir=3.5/test/setup-test-app/ centos/python-35-centos7 python-sample-app
2626
$ docker run -p 8080:8080 python-sample-app
2727
```
2828

3.5/s2i/bin/usage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To use it, install S2I: https://github.com/openshift/source-to-image
1010
1111
Sample invocation:
1212
13-
s2i build https://github.com/openshift/s2i-python.git --context-dir=3.5/test/setup-test-app/ ${NAMESPACE}/python-35-${DISTRO}7 python-sample-app
13+
s2i build https://github.com/sclorg/s2i-python-container.git --context-dir=3.5/test/setup-test-app/ ${NAMESPACE}/python-35-${DISTRO}7 python-sample-app
1414
1515
1616
You can then run the resulting image via:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To build a Python image, choose either the CentOS or RHEL based image:
3434
subscribed RHEL machine.
3535

3636
```
37-
$ git clone https://github.com/openshift/s2i-python.git
37+
$ git clone https://github.com/sclorg/s2i-python-container.git
3838
$ cd s2i-python
3939
$ make build TARGET=rhel7 VERSION=3.3
4040
```
@@ -50,7 +50,7 @@ To build a Python image, choose either the CentOS or RHEL based image:
5050
To build a Python image from scratch run:
5151
5252
```
53-
$ git clone https://github.com/openshift/s2i-python.git
53+
$ git clone https://github.com/sclorg/s2i-python-container.git
5454
$ cd s2i-python
5555
$ make build VERSION=3.3
5656
```

0 commit comments

Comments
 (0)