Skip to content

Commit

Permalink
generate sources
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubatrh committed Jun 10, 2019
1 parent 0e09123 commit 23beb9d
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions 2.7/Dockerfile.rhel8
@@ -1,6 +1,6 @@
# This image provides a Python 2.7 environment you can use to run your Python
# applications.
FROM rhel8/s2i-base:1
FROM ubi8/s2i-base:1

EXPOSE 8080

Expand Down Expand Up @@ -36,9 +36,9 @@ LABEL summary="$SUMMARY" \
io.openshift.expose-services="8080:http" \
io.openshift.tags="builder,python,python27,python-27,rh-python27" \
com.redhat.component="python-27-container" \
name="rhel8/python-27" \
name="ubi8/python-27" \
version="2.7" \
usage="s2i build https://github.com/sclorg/s2i-python-container.git --context-dir=2.7/test/setup-test-app/ rhel8/python-27 python-sample-app" \
usage="s2i build https://github.com/sclorg/s2i-python-container.git --context-dir=2.7/test/setup-test-app/ ubi8/python-27 python-sample-app" \
maintainer="SoftwareCollections.org <sclorg@redhat.com>"

RUN INSTALL_PKGS="python2 python2-devel glibc-langpack-en python2-setuptools python2-pip \
Expand Down
2 changes: 1 addition & 1 deletion 2.7/s2i/bin/usage
Expand Up @@ -14,5 +14,5 @@ s2i build https://github.com/sclorg/s2i-python-container.git --context-dir=2.7/t
You can then run the resulting image via:
docker run -p 8080:8080 python-sample-app
podman run -p 8080:8080 python-sample-app
EOF
2 changes: 1 addition & 1 deletion 3.5/s2i/bin/usage
Expand Up @@ -14,5 +14,5 @@ s2i build https://github.com/sclorg/s2i-python-container.git --context-dir=3.5/t
You can then run the resulting image via:
docker run -p 8080:8080 python-sample-app
podman run -p 8080:8080 python-sample-app
EOF
6 changes: 3 additions & 3 deletions 3.6/Dockerfile.rhel8
@@ -1,6 +1,6 @@
# This image provides a Python 3.6 environment you can use to run your Python
# applications.
FROM rhel8/s2i-base:1
FROM ubi8/s2i-base:1

EXPOSE 8080

Expand Down Expand Up @@ -36,9 +36,9 @@ LABEL summary="$SUMMARY" \
io.openshift.expose-services="8080:http" \
io.openshift.tags="builder,python,python36,python-36,rh-python36" \
com.redhat.component="python-36-container" \
name="rhel8/python-36" \
name="ubi8/python-36" \
version="1" \
usage="s2i build https://github.com/sclorg/s2i-python-container.git --context-dir=3.6/test/setup-test-app/ rhel8/python-36 python-sample-app" \
usage="s2i build https://github.com/sclorg/s2i-python-container.git --context-dir=3.6/test/setup-test-app/ ubi8/python-36 python-sample-app" \
maintainer="SoftwareCollections.org <sclorg@redhat.com>"

RUN INSTALL_PKGS="python36 python36-devel python3-setuptools python3-pip python3-virtualenv \
Expand Down
2 changes: 1 addition & 1 deletion 3.6/s2i/bin/usage
Expand Up @@ -14,5 +14,5 @@ s2i build https://github.com/sclorg/s2i-python-container.git --context-dir=3.6/t
You can then run the resulting image via:
docker run -p 8080:8080 python-sample-app
podman run -p 8080:8080 python-sample-app
EOF
2 changes: 1 addition & 1 deletion 3.7/s2i/bin/usage
Expand Up @@ -14,5 +14,5 @@ s2i build https://github.com/sclorg/s2i-python-container.git --context-dir=3.7/t
You can then run the resulting image via:
docker run -p 8080:8080 python-sample-app
podman run -p 8080:8080 python-sample-app
EOF

0 comments on commit 23beb9d

Please sign in to comment.