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

Commit d4685ff

Browse files
committed
remove symlinks because dockerhub does not handle them
1 parent bfbc3cc commit d4685ff

File tree

12 files changed

+88
-10
lines changed

12 files changed

+88
-10
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# container-images
22
Dockerfiles for building docker images
33

4-
There is 1 subdirectory for every image to build. They share a README by symlinking to docker_repo.README.md.
4+
There is 1 subdirectory for every image to build.
55

66
## testing
77

@@ -13,9 +13,16 @@ Will build every image.
1313

1414
* copy one of the the existing directories
1515
* edit the dockerfile
16-
* add the directory name in test/test_build.py and .travis.yml
16+
* add the directory name in test/test_build.py,.travis.yml, and scripts/images.py
1717
* create a new automated build on docker hub, copying build setting of existing image
1818

19+
## Editing the description files
20+
21+
* Edit docker_repo.README.md
22+
* Copy to all repos
23+
24+
PYTHONPATH=. scripts/update_readmes.py
25+
1926
## Publishing a new release
2027

2128
* Edit the Dockerfiles to refer to the new release

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.1 python=2
8+
&& conda create -y -q -n idp intelpython2_core=2017.0.0 python=2
99

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

idp2_core/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

idp2_core/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Docker images for [Intel Distribution for
2+
Python](https://software.intel.com/en-us/intel-distribution-for-python)
3+
4+
Images:
5+
6+
* idp2_core
7+
* idp3_core
8+
* idp2_full
9+
* idp3_full
10+
11+
The core images are based on intelpython{2,3}_core and the full images are
12+
based on intelpython{2,3}_core.
13+
14+
Python is on the path
15+
16+
17+

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.1 python=2
8+
&& conda create -y -q -n idp intelpython2_full=2017.0.0 python=2
99

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

idp2_full/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

idp2_full/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Docker images for [Intel Distribution for
2+
Python](https://software.intel.com/en-us/intel-distribution-for-python)
3+
4+
Images:
5+
6+
* idp2_core
7+
* idp3_core
8+
* idp2_full
9+
* idp3_full
10+
11+
The core images are based on intelpython{2,3}_core and the full images are
12+
based on intelpython{2,3}_core.
13+
14+
Python is on the path
15+
16+
17+

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.1 python=3
8+
&& conda create -y -q -n idp intelpython3_core=2017.0.0 python=3
99

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

idp3_core/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

idp3_core/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Docker images for [Intel Distribution for
2+
Python](https://software.intel.com/en-us/intel-distribution-for-python)
3+
4+
Images:
5+
6+
* idp2_core
7+
* idp3_core
8+
* idp2_full
9+
* idp3_full
10+
11+
The core images are based on intelpython{2,3}_core and the full images are
12+
based on intelpython{2,3}_core.
13+
14+
Python is on the path
15+
16+
17+

0 commit comments

Comments
 (0)