Skip to content

Commit

Permalink
2017.0.1-1
Browse files Browse the repository at this point in the history
  • Loading branch information
rscohn2 committed Nov 27, 2016
1 parent 03cc6b3 commit 0075c35
Show file tree
Hide file tree
Showing 14 changed files with 26 additions and 24 deletions.
2 changes: 1 addition & 1 deletion configs/intelpython2_core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ MAINTAINER Robert Cohn <[email protected]>
ENV ACCEPT_INTEL_PYTHON_EULA=yes

RUN conda config --add channels intel \
&& conda install -y -q intelpython2_core=2017.0.0=2 python=2
&& conda install -y -q intelpython2_core=2017.0.1=1 python=2
4 changes: 2 additions & 2 deletions configs/intelpython2_core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Docker images for [Intel Distribution for Python](https://software.intel.com/en-

Tags:

* 2017.0.1, latest
* 2017.0.0
* 2017.0.1-1, 2017.0.1, latest
* 2017.0.0-2, 2017.0.0

There is 1 image for every install configuration.

Expand Down
4 changes: 2 additions & 2 deletions configs/intelpython2_core/hooks/post_push
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /bin/bash

docker tag $DOCKER_REPO:$DOCKER_TAG $DOCKER_REPO:2017.0.0
docker push $DOCKER_REPO:2017.0.0
docker tag $DOCKER_REPO:$DOCKER_TAG $DOCKER_REPO:2017.0.1
docker push $DOCKER_REPO:2017.0.1

docker tag $DOCKER_REPO:$DOCKER_TAG $DOCKER_REPO:latest
docker push $DOCKER_REPO:latest
2 changes: 1 addition & 1 deletion configs/intelpython2_full/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ MAINTAINER Robert Cohn <[email protected]>
ENV ACCEPT_INTEL_PYTHON_EULA=yes

RUN conda config --add channels intel \
&& conda install -y -q intelpython2_full=2017.0.0=2 python=2
&& conda install -y -q intelpython2_full=2017.0.1=1 python=2
4 changes: 2 additions & 2 deletions configs/intelpython2_full/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Docker images for [Intel Distribution for Python](https://software.intel.com/en-

Tags:

* 2017.0.1, latest
* 2017.0.0
* 2017.0.1-1, 2017.0.1, latest
* 2017.0.0-2, 2017.0.0

There is 1 image for every install configuration.

Expand Down
4 changes: 2 additions & 2 deletions configs/intelpython2_full/hooks/post_push
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /bin/bash

docker tag $DOCKER_REPO:$DOCKER_TAG $DOCKER_REPO:2017.0.0
docker push $DOCKER_REPO:2017.0.0
docker tag $DOCKER_REPO:$DOCKER_TAG $DOCKER_REPO:2017.0.1
docker push $DOCKER_REPO:2017.0.1

docker tag $DOCKER_REPO:$DOCKER_TAG $DOCKER_REPO:latest
docker push $DOCKER_REPO:latest
2 changes: 1 addition & 1 deletion configs/intelpython3_core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ MAINTAINER Robert Cohn <[email protected]>
ENV ACCEPT_INTEL_PYTHON_EULA=yes

RUN conda config --add channels intel \
&& conda install -y -q intelpython3_core=2017.0.0=2 python=3
&& conda install -y -q intelpython3_core=2017.0.1=1 python=3
4 changes: 2 additions & 2 deletions configs/intelpython3_core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Docker images for [Intel Distribution for Python](https://software.intel.com/en-

Tags:

* 2017.0.1, latest
* 2017.0.0
* 2017.0.1-1, 2017.0.1, latest
* 2017.0.0-2, 2017.0.0

There is 1 image for every install configuration.

Expand Down
4 changes: 2 additions & 2 deletions configs/intelpython3_core/hooks/post_push
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /bin/bash

docker tag $DOCKER_REPO:$DOCKER_TAG $DOCKER_REPO:2017.0.0
docker push $DOCKER_REPO:2017.0.0
docker tag $DOCKER_REPO:$DOCKER_TAG $DOCKER_REPO:2017.0.1
docker push $DOCKER_REPO:2017.0.1

docker tag $DOCKER_REPO:$DOCKER_TAG $DOCKER_REPO:latest
docker push $DOCKER_REPO:latest
2 changes: 1 addition & 1 deletion configs/intelpython3_full/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ MAINTAINER Robert Cohn <[email protected]>
ENV ACCEPT_INTEL_PYTHON_EULA=yes

RUN conda config --add channels intel \
&& conda install -y -q intelpython3_full=2017.0.0=2 python=3
&& conda install -y -q intelpython3_full=2017.0.1=1 python=3
4 changes: 2 additions & 2 deletions configs/intelpython3_full/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Docker images for [Intel Distribution for Python](https://software.intel.com/en-

Tags:

* 2017.0.1, latest
* 2017.0.0
* 2017.0.1-1, 2017.0.1, latest
* 2017.0.0-2, 2017.0.0

There is 1 image for every install configuration.

Expand Down
4 changes: 2 additions & 2 deletions configs/intelpython3_full/hooks/post_push
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /bin/bash

docker tag $DOCKER_REPO:$DOCKER_TAG $DOCKER_REPO:2017.0.0
docker push $DOCKER_REPO:2017.0.0
docker tag $DOCKER_REPO:$DOCKER_TAG $DOCKER_REPO:2017.0.1
docker push $DOCKER_REPO:2017.0.1

docker tag $DOCKER_REPO:$DOCKER_TAG $DOCKER_REPO:latest
docker push $DOCKER_REPO:latest
6 changes: 4 additions & 2 deletions images.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,10 @@ def __init__(self,pyver=None,package=None,name=None):
(pyver,package) = parse_name(name)
self['pyver'] = pyver
self['package'] = package
self['update_number'] = '2017.0.0'
self['build_number'] = '2'
# github tag & docker tag is update_number-build_number, e.g. 2017.0.1-1
# conda package spec is update_number=build_number, e.g. intelpython2_core=2017.0.1=1
self['update_number'] = '2017.0.1'
self['build_number'] = '1'

def name(self):
return 'intelpython%d_%s' % (self['pyver'],self['package'])
Expand Down
4 changes: 2 additions & 2 deletions tpls/tpl.README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Docker images for [Intel Distribution for Python](https://software.intel.com/en-

Tags:

* 2017.0.1, latest
* 2017.0.0
* 2017.0.1-1, 2017.0.1, latest
* 2017.0.0-2, 2017.0.0

There is 1 image for every install configuration.

Expand Down

0 comments on commit 0075c35

Please sign in to comment.