This repository was archived by the owner on Sep 26, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 10 files changed +25
-25
lines changed
Expand file tree Collapse file tree 10 files changed +25
-25
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ There is 1 subdirectory for every image to build.
55
66## testing
77
8- python -m pytest tests
8+ python -m pytest tests
99
1010Will build every image.
1111
@@ -21,23 +21,23 @@ Will build every image.
2121* Edit docker_repo.README.md
2222* Copy to all repos
2323
24- PYTHONPATH=. scripts/update_readmes.py
24+ PYTHONPATH=. python scripts/update_readmes.py
2525
2626## Publishing a new release
2727
2828* Edit the Dockerfiles to refer to the new release
2929* Commit changes
3030* Tag with the release name
3131
32- git tag -a 2017.0.0 -m 'new release'
32+ git tag -a 2017.0.0 -m 'new release'
3333
34- * On dockerhub, edit build settings for all repos to change build rule that generates the image with the latest tag
3534* Push changes, this will trigger testing on travis-ci
3635
37- git push
36+ git push
3837
38+ * On dockerhub, edit build settings for all repos to change build rule that generates the image with the latest tag
3939* When travis-ci testing completes, push the tag
4040
41- git push origin 2017.0.0
41+ git push origin 2017.0.0
4242
4343* Check later that all builds have completed on docker hub
Original file line number Diff line number Diff line change 1- Docker images for [ Intel Distribution for
2- Python] ( https://software.intel.com/en-us/intel-distribution-for-python )
1+ Docker images for [ Intel Distribution for Python] ( https://software.intel.com/en-us/intel-distribution-for-python )
32
43Images:
54
@@ -11,7 +10,8 @@ Images:
1110The core images are based on intelpython{2,3}_ core and the full images are
1211based on intelpython{2,3}_ core.
1312
14- Python is on the path
13+ The image will start with a bash shell and python on the path
14+
1515
1616
1717
Original file line number Diff line number Diff line change 55ENV ACCEPT_INTEL_PYTHON_EULA=yes
66
77RUN conda config --add channels intel \
8- && conda create -y -q -n idp intelpython2_core=2017.0.0 python=2
8+ && conda create -y -q -n idp intelpython2_core=2017.0.1 python=2
99
1010ENV PATH /opt/conda/envs/idp/bin:$PATH
Original file line number Diff line number Diff line change 1- Docker images for [ Intel Distribution for
2- Python] ( https://software.intel.com/en-us/intel-distribution-for-python )
1+ Docker images for [ Intel Distribution for Python] ( https://software.intel.com/en-us/intel-distribution-for-python )
32
43Images:
54
@@ -11,7 +10,8 @@ Images:
1110The core images are based on intelpython{2,3}_ core and the full images are
1211based on intelpython{2,3}_ core.
1312
14- Python is on the path
13+ The image will start with a bash shell and python on the path
14+
1515
1616
1717
Original file line number Diff line number Diff line change 55ENV ACCEPT_INTEL_PYTHON_EULA=yes
66
77RUN conda config --add channels intel \
8- && conda create -y -q -n idp intelpython2_full=2017.0.0 python=2
8+ && conda create -y -q -n idp intelpython2_full=2017.0.1 python=2
99
1010ENV PATH /opt/conda/envs/idp/bin:$PATH
Original file line number Diff line number Diff line change 1- Docker images for [ Intel Distribution for
2- Python] ( https://software.intel.com/en-us/intel-distribution-for-python )
1+ Docker images for [ Intel Distribution for Python] ( https://software.intel.com/en-us/intel-distribution-for-python )
32
43Images:
54
@@ -11,7 +10,8 @@ Images:
1110The core images are based on intelpython{2,3}_ core and the full images are
1211based on intelpython{2,3}_ core.
1312
14- Python is on the path
13+ The image will start with a bash shell and python on the path
14+
1515
1616
1717
Original file line number Diff line number Diff line change 55ENV ACCEPT_INTEL_PYTHON_EULA=yes
66
77RUN conda config --add channels intel \
8- && conda create -y -q -n idp intelpython3_core=2017.0.0 python=3
8+ && conda create -y -q -n idp intelpython3_core=2017.0.1 python=3
99
1010ENV PATH /opt/conda/envs/idp/bin:$PATH
Original file line number Diff line number Diff line change 1- Docker images for [ Intel Distribution for
2- Python] ( https://software.intel.com/en-us/intel-distribution-for-python )
1+ Docker images for [ Intel Distribution for Python] ( https://software.intel.com/en-us/intel-distribution-for-python )
32
43Images:
54
@@ -11,7 +10,8 @@ Images:
1110The core images are based on intelpython{2,3}_ core and the full images are
1211based on intelpython{2,3}_ core.
1312
14- Python is on the path
13+ The image will start with a bash shell and python on the path
14+
1515
1616
1717
Original file line number Diff line number Diff line change 55ENV ACCEPT_INTEL_PYTHON_EULA=yes
66
77RUN conda config --add channels intel \
8- && conda create -y -q -n idp intelpython3_full=2017.0.0 python=3
8+ && conda create -y -q -n idp intelpython3_full=2017.0.1 python=3
99
1010ENV PATH /opt/conda/envs/idp/bin:$PATH
Original file line number Diff line number Diff line change 1- Docker images for [ Intel Distribution for
2- Python] ( https://software.intel.com/en-us/intel-distribution-for-python )
1+ Docker images for [ Intel Distribution for Python] ( https://software.intel.com/en-us/intel-distribution-for-python )
32
43Images:
54
@@ -11,7 +10,8 @@ Images:
1110The core images are based on intelpython{2,3}_ core and the full images are
1211based on intelpython{2,3}_ core.
1312
14- Python is on the path
13+ The image will start with a bash shell and python on the path
14+
1515
1616
1717
You can’t perform that action at this time.
0 commit comments