- 
                Notifications
    
You must be signed in to change notification settings  - Fork 32
 
Open
Description
Currently the Dockerfile are based on centos5, this is great and should not change.
In addition of these default docker files, I would like store Dockerfile that would allow to easily test the build of Slicer on other distribution, it would be a systematic way of documenting and testing what is already on the Slicer wiki here
I propose the following layout:
<root>
  |- slicer-build-base
  |           |- Dockerfile   # Default: centos5
  |           |
  |           |- Ubuntu-16.04-amd64
  |           |       |- DockerFile
  |           |
  |           |- Debian-8.4.0-amd64
  |                   |- DockerFile
  |
  |- slicer-build-deps
  |           |- Dockerfile   # Default: centos5
  |           |
  |           |- Ubuntu-16.04-amd64
  |           |       |- DockerFile
  |           |
  |           |- Debian-8.4.0-amd64
  |                   |- DockerFile
  |
  |- slicer-build
  |           |- Dockerfile   # Default: centos5
  |           |
  |           |- Ubuntu-16.04
  |           |       |- DockerFile
  |           |
  |           |- Debian-8.4.0-amd64
  |                   |- DockerFile
with the introduction of a new intermediate image stored on commontk/CTKDocker:
<root>
  |- qt-build
  |           |- Dockerfile   # Default: centos5
  |           |
  |           |- Ubuntu-16.04
  |           |       |- DockerFile
  |           |
  |           |- Debian-8.4.0-amd64
  |                   |- DockerFile
Metadata
Metadata
Assignees
Labels
No labels