Skip to content

Commit

Permalink
Generate sources
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubatrh committed Jun 19, 2018
1 parent 8fd202a commit 577297a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 2.7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ LABEL summary="$SUMMARY" \
io.k8s.display-name="Python 2.7" \
io.openshift.expose-services="8080:http" \
io.openshift.tags="builder,python,python27,rh-python27" \
com.redhat.component="python27-docker" \
com.redhat.component="python27-container" \
name="centos/python-27-centos7" \
version="2.7" \
usage="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" \
Expand Down
2 changes: 1 addition & 1 deletion 2.7/Dockerfile.rhel7
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ LABEL summary="$SUMMARY" \
io.k8s.display-name="Python 2.7" \
io.openshift.expose-services="8080:http" \
io.openshift.tags="builder,python,python27,rh-python27" \
com.redhat.component="python27-docker" \
com.redhat.component="python27-container" \
name="rhscl/python-27-rhel7" \
version="2.7" \
usage="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" \
Expand Down
2 changes: 1 addition & 1 deletion 3.5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ LABEL summary="$SUMMARY" \
io.k8s.display-name="Python 3.5" \
io.openshift.expose-services="8080:http" \
io.openshift.tags="builder,python,python35,rh-python35" \
com.redhat.component="python35-docker" \
com.redhat.component="python35-container" \
name="centos/python-35-centos7" \
version="3.5" \
usage="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" \
Expand Down
2 changes: 1 addition & 1 deletion 3.5/Dockerfile.rhel7
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ LABEL summary="$SUMMARY" \
io.k8s.display-name="Python 3.5" \
io.openshift.expose-services="8080:http" \
io.openshift.tags="builder,python,python35,rh-python35" \
com.redhat.component="rh-python35-docker" \
com.redhat.component="rh-python35-container" \
name="rhscl/python-35-rhel7" \
version="3.5" \
usage="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" \
Expand Down
2 changes: 1 addition & 1 deletion 3.6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ LABEL summary="$SUMMARY" \
io.k8s.display-name="Python 3.6" \
io.openshift.expose-services="8080:http" \
io.openshift.tags="builder,python,python36,rh-python36" \
com.redhat.component="python36-docker" \
com.redhat.component="python36-container" \
name="centos/python-36-centos7" \
version="1" \
usage="s2i build https://github.com/sclorg/s2i-python-container.git --context-dir=3.6/test/setup-test-app/ centos/python-36-centos7 python-sample-app" \
Expand Down
2 changes: 1 addition & 1 deletion 3.6/Dockerfile.rhel7
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ LABEL summary="$SUMMARY" \
io.k8s.display-name="Python 3.6" \
io.openshift.expose-services="8080:http" \
io.openshift.tags="builder,python,python36,rh-python36" \
com.redhat.component="rh-python36-docker" \
com.redhat.component="rh-python36-container" \
name="rhscl/python-36-rhel7" \
version="1" \
usage="s2i build https://github.com/sclorg/s2i-python-container.git --context-dir=3.6/test/setup-test-app/ rhscl/python-36-rhel7 python-sample-app" \
Expand Down

0 comments on commit 577297a

Please sign in to comment.