This repository was archived by the owner on Jun 9, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
* Just add python sources and enjoy!*
4
4
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/ )
6
6
7
7
## Current Support
8
8
9
9
- Python 2.7 & 3.5
10
10
- Mono 4.8.0
11
- - Pythonnet 2.2.0
11
+ - Pythonnet 2.2.2
12
12
13
13
* Note: The dockerfiles are named with their respective combinations.*
Original file line number Diff line number Diff line change 2
2
3
3
set -e
4
4
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 .
7
7
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