Skip to content

Commit df1392c

Browse files
author
SCLorg Jenkins
committed
auto-sync: master commit 577297a
1 parent 3373378 commit df1392c

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

2.7/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ LABEL summary="$SUMMARY" \
2727
io.k8s.display-name="Python 2.7" \
2828
io.openshift.expose-services="8080:http" \
2929
io.openshift.tags="builder,python,python27,rh-python27" \
30-
com.redhat.component="python27-docker" \
30+
com.redhat.component="python27-container" \
3131
name="centos/python-27-centos7" \
3232
version="2.7" \
3333
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" \

2.7/Dockerfile.rhel7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ LABEL summary="$SUMMARY" \
2727
io.k8s.display-name="Python 2.7" \
2828
io.openshift.expose-services="8080:http" \
2929
io.openshift.tags="builder,python,python27,rh-python27" \
30-
com.redhat.component="python27-docker" \
30+
com.redhat.component="python27-container" \
3131
name="rhscl/python-27-rhel7" \
3232
version="2.7" \
3333
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" \

3.5/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ LABEL summary="$SUMMARY" \
2727
io.k8s.display-name="Python 3.5" \
2828
io.openshift.expose-services="8080:http" \
2929
io.openshift.tags="builder,python,python35,rh-python35" \
30-
com.redhat.component="python35-docker" \
30+
com.redhat.component="python35-container" \
3131
name="centos/python-35-centos7" \
3232
version="3.5" \
3333
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" \

3.5/Dockerfile.rhel7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ LABEL summary="$SUMMARY" \
2727
io.k8s.display-name="Python 3.5" \
2828
io.openshift.expose-services="8080:http" \
2929
io.openshift.tags="builder,python,python35,rh-python35" \
30-
com.redhat.component="rh-python35-docker" \
30+
com.redhat.component="rh-python35-container" \
3131
name="rhscl/python-35-rhel7" \
3232
version="3.5" \
3333
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" \

3.6/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ LABEL summary="$SUMMARY" \
2727
io.k8s.display-name="Python 3.6" \
2828
io.openshift.expose-services="8080:http" \
2929
io.openshift.tags="builder,python,python36,rh-python36" \
30-
com.redhat.component="python36-docker" \
30+
com.redhat.component="python36-container" \
3131
name="centos/python-36-centos7" \
3232
version="1" \
3333
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" \

3.6/Dockerfile.rhel7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ LABEL summary="$SUMMARY" \
2727
io.k8s.display-name="Python 3.6" \
2828
io.openshift.expose-services="8080:http" \
2929
io.openshift.tags="builder,python,python36,rh-python36" \
30-
com.redhat.component="rh-python36-docker" \
30+
com.redhat.component="rh-python36-container" \
3131
name="rhscl/python-36-rhel7" \
3232
version="1" \
3333
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" \

0 commit comments

Comments
 (0)