File tree Expand file tree Collapse file tree 7 files changed +19
-16
lines changed
repo2docker/buildpacks/conda Expand file tree Collapse file tree 7 files changed +19
-16
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ New features
1313 :user: `davidanthoff `
1414- Set JULIA_PROJECT globally, so that every julia instance starts with the
1515 julia environment activated in :pr: `612 ` by :user: `davidanthoff `.
16+ - Update Miniconda version to 4.5.12 and Conda version to 4.6.9 in :pr: `637 ` by
17+ :user: `jhamman `
1618
1719API changes
1820-----------
Original file line number Diff line number Diff line change @@ -27,7 +27,9 @@ dependencies:
2727 - jupyterlab=0.35.4=py37_0
2828 - jupyterlab_server=0.2.0=py_0
2929 - libffi=3.2.1=he1b5a44_1006
30+ - libgcc-ng=8.2.0=hdf63c60_1
3031 - libsodium=1.0.16=h14c3975_1001
32+ - libstdcxx-ng=8.2.0=hdf63c60_1
3133 - markupsafe=1.1.1=py37h14c3975_0
3234 - mistune=0.8.4=py37h14c3975_1000
3335 - nbconvert=5.4.1=py_2
@@ -66,8 +68,6 @@ dependencies:
6668 - xz=5.2.4=h14c3975_1001
6769 - zeromq=4.3.1=hf484d3e_1000
6870 - zlib=1.2.11=h14c3975_1004
69- - libgcc-ng=8.2.0=hdf63c60_1
70- - libstdcxx-ng=8.2.0=hdf63c60_1
7171 - pip :
7272 - alembic==1.0.9
7373 - async-generator==1.10
Original file line number Diff line number Diff line change @@ -20,7 +20,9 @@ dependencies:
2020 - jupyter_client=5.2.4=py_3
2121 - jupyter_core=4.4.0=py_0
2222 - libffi=3.2.1=he1b5a44_1006
23+ - libgcc-ng=8.2.0=hdf63c60_1
2324 - libsodium=1.0.16=h14c3975_1001
25+ - libstdcxx-ng=8.2.0=hdf63c60_1
2426 - ncurses=6.1=hf484d3e_1002
2527 - openssl=1.1.1b=h14c3975_1
2628 - pathlib2=2.3.3=py27_1000
@@ -47,7 +49,5 @@ dependencies:
4749 - wheel=0.33.1=py27_0
4850 - zeromq=4.3.1=hf484d3e_1000
4951 - zlib=1.2.11=h14c3975_1004
50- - libgcc-ng=8.2.0=hdf63c60_1
51- - libstdcxx-ng=8.2.0=hdf63c60_1
5252prefix : /opt/conda/envs/r2d
5353
Original file line number Diff line number Diff line change @@ -26,7 +26,9 @@ dependencies:
2626 - jupyterlab=0.35.4=py36_0
2727 - jupyterlab_server=0.2.0=py_0
2828 - libffi=3.2.1=he1b5a44_1006
29+ - libgcc-ng=8.2.0=hdf63c60_1
2930 - libsodium=1.0.16=h14c3975_1001
31+ - libstdcxx-ng=8.2.0=hdf63c60_1
3032 - markupsafe=1.1.1=py36h14c3975_0
3133 - mistune=0.8.4=py36h14c3975_1000
3234 - nbconvert=5.4.1=py_2
@@ -65,8 +67,6 @@ dependencies:
6567 - xz=5.2.4=h14c3975_1001
6668 - zeromq=4.3.1=hf484d3e_1000
6769 - zlib=1.2.11=h14c3975_1004
68- - libgcc-ng=8.2.0=hdf63c60_1
69- - libstdcxx-ng=8.2.0=hdf63c60_1
7070 - pip :
7171 - alembic==1.0.9
7272 - async-generator==1.10
Original file line number Diff line number Diff line change @@ -27,7 +27,9 @@ dependencies:
2727 - jupyterlab=0.35.4=py37_0
2828 - jupyterlab_server=0.2.0=py_0
2929 - libffi=3.2.1=he1b5a44_1006
30+ - libgcc-ng=8.2.0=hdf63c60_1
3031 - libsodium=1.0.16=h14c3975_1001
32+ - libstdcxx-ng=8.2.0=hdf63c60_1
3133 - markupsafe=1.1.1=py37h14c3975_0
3234 - mistune=0.8.4=py37h14c3975_1000
3335 - nbconvert=5.4.1=py_2
@@ -66,8 +68,6 @@ dependencies:
6668 - xz=5.2.4=h14c3975_1001
6769 - zeromq=4.3.1=hf484d3e_1000
6870 - zlib=1.2.11=h14c3975_1004
69- - libgcc-ng=8.2.0=hdf63c60_1
70- - libstdcxx-ng=8.2.0=hdf63c60_1
7171 - pip :
7272 - alembic==1.0.9
7373 - async-generator==1.10
Original file line number Diff line number Diff line change 2121
2222# Docker image version can be different than conda version,
2323# since miniconda3 docker images seem to lag conda releases.
24- MINICONDA_DOCKER_VERSION = '4.5.11 '
25- CONDA_VERSION = '4.5.11 '
24+ MINICONDA_DOCKER_VERSION = '4.5.12 '
25+ CONDA_VERSION = '4.6.9 '
2626
2727HERE = pathlib .Path (os .path .dirname (os .path .abspath (__file__ )))
2828
Original file line number Diff line number Diff line change 33set -ex
44
55cd $( dirname $0 )
6- MINICONDA_VERSION=4.5.11
7- CONDA_VERSION=4.5.11
6+ MINICONDA_VERSION=4.5.12
7+ CONDA_VERSION=4.6.9
8+ # Only MD5 checksums are available for miniconda
9+ # Can be obtained from https://repo.continuum.io/miniconda/
10+ MD5SUM=" 866ae9dff53ad0874e1d1a60b1ad1ef8"
11+
812URL=" https://repo.continuum.io/miniconda/Miniconda3-${MINICONDA_VERSION} -Linux-x86_64.sh"
913INSTALLER_PATH=/tmp/miniconda-installer.sh
1014
@@ -15,10 +19,7 @@ unset HOME
1519wget --quiet $URL -O ${INSTALLER_PATH}
1620chmod +x ${INSTALLER_PATH}
1721
18- # Only MD5 checksums are available for miniconda
19- # Can be obtained from https://repo.continuum.io/miniconda/
20- MD5SUM=" e1045ee415162f944b6aebfe560b8fee"
21-
22+ # check md5 checksum
2223if ! echo " ${MD5SUM} ${INSTALLER_PATH} " | md5sum --quiet -c -; then
2324 echo " md5sum mismatch for ${INSTALLER_PATH} , exiting!"
2425 exit 1
You can’t perform that action at this time.
0 commit comments