This repository was archived by the owner on Jun 9, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33* Just add python sources and enjoy!*
44
5- [ https://hub.docker.com/r/pythondotnet /pythonnet/ ] ( https://hub.docker.com/r/pythondotnet /pythonnet/ )
5+ [ https://hub.docker.com/r/pythonnet /pythonnet/ ] ( https://hub.docker.com/r/pythonnet /pythonnet/ )
66
77## Current Support
88
99- Python 2.7 & 3.5
1010- Mono 4.8.0
11- - Pythonnet 2.2.0
11+ - Pythonnet 2.2.2
1212
1313* Note: The dockerfiles are named with their respective combinations.*
Original file line number Diff line number Diff line change 22
33set -e
44
5- docker build -t pythondotnet /pythonnet:python2.7-mono4.8.0-pythonnet2.2.2 -f Dockerfile-python2.7-mono4.8.0-pythonnet2.2.2 .
6- docker build -t pythondotnet /pythonnet:python3.5-mono4.8.0-pythonnet2.2.2 -f Dockerfile-python3.5-mono4.8.0-pythonnet2.2.2 .
5+ docker build -t pythonnet /pythonnet:python2.7-mono4.8.0-pythonnet2.2.2 -f Dockerfile-python2.7-mono4.8.0-pythonnet2.2.2 .
6+ docker build -t pythonnet /pythonnet:python3.5-mono4.8.0-pythonnet2.2.2 -f Dockerfile-python3.5-mono4.8.0-pythonnet2.2.2 .
77
8- docker push pythondotnet /pythonnet:python2.7-mono4.8.0-pythonnet2.2.2
9- docker push pythondotnet /pythonnet:python3.5-mono4.8.0-pythonnet2.2.2
8+ docker push pythonnet /pythonnet:python2.7-mono4.8.0-pythonnet2.2.2
9+ docker push pythonnet /pythonnet:python3.5-mono4.8.0-pythonnet2.2.2
You can’t perform that action at this time.
0 commit comments