trusty
,nd14.04
(dockerfiles/trusty/Dockerfile)trusty-non-free
,nd14.04-non-free
(dockerfiles/trusty-non-free/Dockerfile)xenial
,nd16.04
(dockerfiles/xenial/Dockerfile)xenial-non-free
,nd16.04-non-free
(dockerfiles/xenial-non-free/Dockerfile)bionic
,nd18.04
(dockerfiles/bionic/Dockerfile)bionic-non-free
,nd18.04-non-free
(dockerfiles/bionic-non-free/Dockerfile)jessie
,nd80
(dockerfiles/jessie/Dockerfile)jessie-non-free
,nd80-non-free
(dockerfiles/jessie-non-free/Dockerfile)stretch
,nd90
,latest
(dockerfiles/stretch/Dockerfile)stretch-non-free
,nd90-non-free
,non-free
(dockerfiles/stretch-non-free/Dockerfile)buster
,nd100
(dockerfiles/buster/Dockerfile)buster-non-free
,nd100-non-free
(dockerfiles/buster-non-free/Dockerfile)sid
,nd
(dockerfiles/sid/Dockerfile)sid-non-free
,nd-non-free
(dockerfiles/sid-non-free/Dockerfile)
-
Where to get help:
the Docker Community Forums, the Docker Community Slack, or Stack Overflow -
Where to file issues:
https://github.com/neurodebian/dockerfiles/issues -
Maintained by:
NeuroDebian -
Published image artifact details:
repo-info repo'srepos/neurodebian/
directory (history)
(image metadata, transfer size, etc) -
Image updates:
official-images PRs with labellibrary/neurodebian
official-images repo'slibrary/neurodebian
file (history) -
Source of this description:
docs repo'sneurodebian/
directory (history) -
Supported Docker versions:
the latest release (down to 1.6 on a best-effort basis)
NeuroDebian provides a large collection of popular neuroscience research software for the Debian operating system as well as Ubuntu and other derivatives. Popular packages includeAFNI, FSL, PyMVPA, and many others. While we do strive to maintain a high level of quality, we make no guarantee that a given package works as expected, so use them at your own risk.
NeuroDebian images only add NeuroDebian repository and repository's GPG key. No apt indexes are downloaded, so apt-get update
needs to be ran before any use of apt-get
.
nd
tags are used to reflect suffixes used in versions of packages available from NeuroDebian.
The neurodebian:latest
tag will always point the Neurodebian-enabled latest stable release of Debian (which is, at the time of this writing, debian:wheezy
).
NeuroDebian APT file is installed under /etc/apt/sources.list.d/neurodebian.sources.list
and currently enables only main
(DFSG-compliant) area of the archive:
$ docker run neurodebian cat /etc/apt/sources.list.d/neurodebian.sources.list
deb http://neuro.debian.net/debian wheezy main
deb http://neuro.debian.net/debian data main
#deb-src http://neuro.debian.net/debian-devel wheezy main
View license information for the software contained in this image.
Additionally, -nonfree
flavors of the images enable access to materials which are not fully DFSG-compliant, and might have restrictions (e.g. non-commercial) and/or lack original sources.
As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).
Some additional license information which was able to be auto-detected might be found in the repo-info
repository's neurodebian/
directory.
As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.