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

Commit ce536ba

Browse files
committed
2018u2
1 parent a5ee15f commit ce536ba

File tree

6 files changed

+11
-6
lines changed

6 files changed

+11
-6
lines changed

configs/intelpython2_core/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ Will get an image that uses the conda package: intelpython3_core-2017.0.3-1
1717

1818
Tags:
1919

20-
* 2018.0.1-0, 2018.0.1, latest
20+
* 2018.0.2-0, 2018.0.2, latest
21+
* 2018.0.1-0, 2018.0.1
2122
* 2018.0.0-0, 2018.0.0
2223
* 2017.0.3-3, 2017.0.3
2324
* 2017.0.3-1

configs/intelpython2_full/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ Will get an image that uses the conda package: intelpython3_core-2017.0.3-1
1717

1818
Tags:
1919

20-
* 2018.0.1-0, 2018.0.1, latest
20+
* 2018.0.2-0, 2018.0.2, latest
21+
* 2018.0.1-0, 2018.0.1
2122
* 2018.0.0-0, 2018.0.0
2223
* 2017.0.3-3, 2017.0.3
2324
* 2017.0.3-1

configs/intelpython3_core/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ Will get an image that uses the conda package: intelpython3_core-2017.0.3-1
1717

1818
Tags:
1919

20-
* 2018.0.1-0, 2018.0.1, latest
20+
* 2018.0.2-0, 2018.0.2, latest
21+
* 2018.0.1-0, 2018.0.1
2122
* 2018.0.0-0, 2018.0.0
2223
* 2017.0.3-3, 2017.0.3
2324
* 2017.0.3-1

configs/intelpython3_full/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ Will get an image that uses the conda package: intelpython3_core-2017.0.3-1
1717

1818
Tags:
1919

20-
* 2018.0.1-0, 2018.0.1, latest
20+
* 2018.0.2-0, 2018.0.2, latest
21+
* 2018.0.1-0, 2018.0.1
2122
* 2018.0.0-0, 2018.0.0
2223
* 2017.0.3-3, 2017.0.3
2324
* 2017.0.3-1

images.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def __init__(self,pyver=None,package=None,build_number=None,name=None):
7777
self['package'] = package
7878
# github tag & docker tag is update_number-build_number, e.g. 2017.0.1-1
7979
# conda package spec is update_number=build_number, e.g. intelpython2_core=2017.0.1=1
80-
self['update_number'] = '2018.0.1'
80+
self['update_number'] = '2018.0.2'
8181
if build_number:
8282
self['build_number'] = '=' + str(build_number)
8383

tpls/tpl.README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ Will get an image that uses the conda package: intelpython3_core-2017.0.3-1
1717

1818
Tags:
1919

20-
* 2018.0.1-0, 2018.0.1, latest
20+
* 2018.0.2-0, 2018.0.2, latest
21+
* 2018.0.1-0, 2018.0.1
2122
* 2018.0.0-0, 2018.0.0
2223
* 2017.0.3-3, 2017.0.3
2324
* 2017.0.3-1

0 commit comments

Comments
 (0)