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

Commit ca5a668

Browse files
committed
2018.0.1 release
1 parent 6d0c522 commit ca5a668

File tree

15 files changed

+33
-28
lines changed

15 files changed

+33
-28
lines changed

configs/intelpython2_core/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2424
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2525

26-
FROM continuumio/miniconda3:4.1.11
26+
FROM continuumio/miniconda3:4.3.27
2727
MAINTAINER Robert Cohn <[email protected]>
2828

2929
# This file is automatically generated from tpl.Dockerfile
3030

3131
ENV ACCEPT_INTEL_PYTHON_EULA=yes
3232

3333
RUN conda config --add channels intel\
34-
&& conda install -c intel/label/test -y -q intelpython2_core=2018.0.0 python=2 \
34+
&& conda install -y -q intelpython2_core=2018.0.1 python=2 \
3535
&& apt-get update -qqq \
3636
&& apt-get install -y -q g++

configs/intelpython2_core/README.md

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

1818
Tags:
1919

20-
* 2018.0.0-0, 2018.0.0, latest
21-
* 2017.0.3-3, 2017.0.3, latest
20+
* 2018.0.1-0, 2018.0.1, latest
21+
* 2018.0.0-0, 2018.0.0
22+
* 2017.0.3-3, 2017.0.3
2223
* 2017.0.3-1
2324
* 2017.0.3-0
2425
* 2017.0.2-0, 2017.0.2
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /bin/bash
22

3-
docker tag $DOCKER_REPO:$DOCKER_TAG $DOCKER_REPO:2018.0.0
4-
docker push $DOCKER_REPO:2018.0.0
3+
docker tag $DOCKER_REPO:$DOCKER_TAG $DOCKER_REPO:2018.0.1
4+
docker push $DOCKER_REPO:2018.0.1
55

66
docker tag $DOCKER_REPO:$DOCKER_TAG $DOCKER_REPO:latest
77
docker push $DOCKER_REPO:latest

configs/intelpython2_full/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2424
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2525

26-
FROM continuumio/miniconda3:4.1.11
26+
FROM continuumio/miniconda3:4.3.27
2727
MAINTAINER Robert Cohn <[email protected]>
2828

2929
# This file is automatically generated from tpl.Dockerfile
3030

3131
ENV ACCEPT_INTEL_PYTHON_EULA=yes
3232

3333
RUN conda config --add channels intel\
34-
&& conda install -c intel/label/test -y -q intelpython2_full=2018.0.0 python=2 \
34+
&& conda install -y -q intelpython2_full=2018.0.1 python=2 \
3535
&& apt-get update -qqq \
3636
&& apt-get install -y -q g++

configs/intelpython2_full/README.md

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

1818
Tags:
1919

20-
* 2018.0.0-0, 2018.0.0, latest
21-
* 2017.0.3-3, 2017.0.3, latest
20+
* 2018.0.1-0, 2018.0.1, latest
21+
* 2018.0.0-0, 2018.0.0
22+
* 2017.0.3-3, 2017.0.3
2223
* 2017.0.3-1
2324
* 2017.0.3-0
2425
* 2017.0.2-0, 2017.0.2
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /bin/bash
22

3-
docker tag $DOCKER_REPO:$DOCKER_TAG $DOCKER_REPO:2018.0.0
4-
docker push $DOCKER_REPO:2018.0.0
3+
docker tag $DOCKER_REPO:$DOCKER_TAG $DOCKER_REPO:2018.0.1
4+
docker push $DOCKER_REPO:2018.0.1
55

66
docker tag $DOCKER_REPO:$DOCKER_TAG $DOCKER_REPO:latest
77
docker push $DOCKER_REPO:latest

configs/intelpython3_core/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2424
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2525

26-
FROM continuumio/miniconda3:4.1.11
26+
FROM continuumio/miniconda3:4.3.27
2727
MAINTAINER Robert Cohn <[email protected]>
2828

2929
# This file is automatically generated from tpl.Dockerfile
3030

3131
ENV ACCEPT_INTEL_PYTHON_EULA=yes
3232

3333
RUN conda config --add channels intel\
34-
&& conda install -c intel/label/test -y -q intelpython3_core=2018.0.0 python=3 \
34+
&& conda install -y -q intelpython3_core=2018.0.1 python=3 \
3535
&& apt-get update -qqq \
3636
&& apt-get install -y -q g++

configs/intelpython3_core/README.md

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

1818
Tags:
1919

20-
* 2018.0.0-0, 2018.0.0, latest
21-
* 2017.0.3-3, 2017.0.3, latest
20+
* 2018.0.1-0, 2018.0.1, latest
21+
* 2018.0.0-0, 2018.0.0
22+
* 2017.0.3-3, 2017.0.3
2223
* 2017.0.3-1
2324
* 2017.0.3-0
2425
* 2017.0.2-0, 2017.0.2
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /bin/bash
22

3-
docker tag $DOCKER_REPO:$DOCKER_TAG $DOCKER_REPO:2018.0.0
4-
docker push $DOCKER_REPO:2018.0.0
3+
docker tag $DOCKER_REPO:$DOCKER_TAG $DOCKER_REPO:2018.0.1
4+
docker push $DOCKER_REPO:2018.0.1
55

66
docker tag $DOCKER_REPO:$DOCKER_TAG $DOCKER_REPO:latest
77
docker push $DOCKER_REPO:latest

configs/intelpython3_full/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2424
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2525

26-
FROM continuumio/miniconda3:4.1.11
26+
FROM continuumio/miniconda3:4.3.27
2727
MAINTAINER Robert Cohn <[email protected]>
2828

2929
# This file is automatically generated from tpl.Dockerfile
3030

3131
ENV ACCEPT_INTEL_PYTHON_EULA=yes
3232

3333
RUN conda config --add channels intel\
34-
&& conda install -c intel/label/test -y -q intelpython3_full=2018.0.0 python=3 \
34+
&& conda install -y -q intelpython3_full=2018.0.1 python=3 \
3535
&& apt-get update -qqq \
3636
&& apt-get install -y -q g++

0 commit comments

Comments
 (0)