Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jun 9, 2020. It is now read-only.

Release v2.3 #2

Merged
merged 13 commits into from
Mar 13, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ RUN apt-get update \
&& apt-get install -y mono-complete=4.8.0.495-0xamarin1 \
&& rm -rf /var/lib/apt/lists/* /tmp/*

RUN pip install pythonnet==2.2.2
RUN pip install pythonnet==2.3.0
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ RUN apt-get update \
&& apt-get install -y mono-complete=4.8.0.495-0xamarin1 \
&& rm -rf /var/lib/apt/lists/* /tmp/*

RUN pip install pycparser==2.17 && pip install pythonnet==2.2.2
RUN pip install pycparser==2.17 && pip install pythonnet==2.3.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@

- Python 2.7 & 3.5
- Mono 4.8.0
- Pythonnet 2.2.2
- Pythonnet 2.3.0

*Note: The dockerfiles are named with their respective combinations.*
8 changes: 4 additions & 4 deletions build_and_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

set -e

docker build -t pythonnet/pythonnet:python2.7-mono4.8.0-pythonnet2.2.2 -f Dockerfile-python2.7-mono4.8.0-pythonnet2.2.2 .
docker build -t pythonnet/pythonnet:python3.5-mono4.8.0-pythonnet2.2.2 -f Dockerfile-python3.5-mono4.8.0-pythonnet2.2.2 .
docker build -t pythonnet/pythonnet:python2.7-mono4.8.0-pythonnet2.3.0 -f Dockerfile-python2.7-mono4.8.0-pythonnet2.3.0 .
docker build -t pythonnet/pythonnet:python3.5-mono4.8.0-pythonnet2.3.0 -f Dockerfile-python3.5-mono4.8.0-pythonnet2.3.0 .

docker push pythonnet/pythonnet:python2.7-mono4.8.0-pythonnet2.2.2
docker push pythonnet/pythonnet:python3.5-mono4.8.0-pythonnet2.2.2
docker push pythonnet/pythonnet:python2.7-mono4.8.0-pythonnet2.3.0
docker push pythonnet/pythonnet:python3.5-mono4.8.0-pythonnet2.3.0