Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit bfbc3cc

Browse files
committed
2017.0.1 release
1 parent c55ad7a commit bfbc3cc

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,16 @@ Will build every image.
2121
* Edit the Dockerfiles to refer to the new release
2222
* Commit changes
2323
* Tag with the release name
24+
2425
git tag -a 2017.0.0 -m 'new release'
26+
2527
* On dockerhub, edit build settings for all repos to change build rule that generates the image with the latest tag
2628
* Push changes, this will trigger testing on travis-ci
29+
2730
git push
31+
2832
* When travis-ci testing completes, push the tag
33+
2934
git push origin 2017.0.0
35+
3036
* Check later that all builds have completed on docker hub

idp2_core/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ MAINTAINER Robert Cohn <[email protected]>
55
ENV ACCEPT_INTEL_PYTHON_EULA=yes
66

77
RUN 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

1010
ENV PATH /opt/conda/envs/idp/bin:$PATH

idp2_full/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ MAINTAINER Robert Cohn <[email protected]>
55
ENV ACCEPT_INTEL_PYTHON_EULA=yes
66

77
RUN 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

1010
ENV PATH /opt/conda/envs/idp/bin:$PATH

idp3_core/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ MAINTAINER Robert Cohn <[email protected]>
55
ENV ACCEPT_INTEL_PYTHON_EULA=yes
66

77
RUN 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

1010
ENV PATH /opt/conda/envs/idp/bin:$PATH

idp3_full/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ MAINTAINER Robert Cohn <[email protected]>
55
ENV ACCEPT_INTEL_PYTHON_EULA=yes
66

77
RUN 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

1010
ENV PATH /opt/conda/envs/idp/bin:$PATH

0 commit comments

Comments
 (0)