https://github.com/luiscoms/s2i-python-35
A Centos7 based Python v3.5 image for use with OpenShift v3
https://github.com/luiscoms/s2i-python-35
openshift python python-3 python3 python35 source-to-image
Last synced: 7 months ago
JSON representation
A Centos7 based Python v3.5 image for use with OpenShift v3
- Host: GitHub
- URL: https://github.com/luiscoms/s2i-python-35
- Owner: luiscoms
- Created: 2016-11-29T21:06:42.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-03-25T21:43:34.000Z (almost 5 years ago)
- Last Synced: 2025-02-26T08:34:28.933Z (10 months ago)
- Topics: openshift, python, python-3, python3, python35, source-to-image
- Language: Shell
- Homepage:
- Size: 49.8 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Python Docker image
===================
This repository contains the source for building various versions of
the Python application as a reproducible Docker image using
[source-to-image](https://github.com/openshift/source-to-image).
Users can choose between RHEL and CentOS based builder images.
The resulting image can be run using [Docker](http://docker.io).
Supported tags and respective `Dockerfile` links
--------------------------------------------------
- With `libffi-devel` installed
- [`latest` (*Dockerfile*)](http://github.com/luiscoms/s2i-python-35/blob/master/Dockerfile)
- [`alpine` (*Dockerfile-alpine*)](http://github.com/luiscoms/s2i-python-35/blob/master/Dockerfile-alpine)
- [`onbuild` (*Dockerfile.onbuild*)](http://github.com/luiscoms/s2i-python-35/blob/master/Dockerfile.onbuild)
- [`alpine-onbuild` (*Dockerfile-alpine.onbuild*)](http://github.com/luiscoms/s2i-python-35/blob/master/Dockerfilealpine-alpine.onbuild)
- With oracle client installed `oracle-instantclient12.2-devel-12.2.0.1.0-1.x86_64`
- [`oracle` (*Dockerfile-oracle*)](http://github.com/luiscoms/s2i-python-35/blob/master/Dockerfile-oracle)
- [`oracle-onbuild` (*Dockerfile-oracle*)](http://github.com/luiscoms/s2i-python-35/blob/master/Dockerfile-oracle.onbuild)
Usage
-----
Usage instructions could be found on [s2i-python-container](https://github.com/sclorg/s2i-python-container/tree/master/3.5)