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.

Commit 4282b95

Browse files
committed
Update account name
1 parent 38390bb commit 4282b95

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
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.*

build_and_deploy.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
set -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

0 commit comments

Comments
 (0)