Skip to content

Instantly share code, notes, and snippets.

@yarikoptic
Created August 13, 2014 19:48
Show Gist options
  • Select an option

  • Save yarikoptic/0e1294c0cf16fd471727 to your computer and use it in GitHub Desktop.

Select an option

Save yarikoptic/0e1294c0cf16fd471727 to your computer and use it in GitHub Desktop.
stackbrew description for neurodebian images

Built with Stackbrew from http://github.com/dotcloud/stackbrew/blob/master/library/neurodebian . Stackbrew Dockerfiles were generated using https://github.com/neurodebian/dockerfiles/blob/master/gen_dockerfiles script based on NeuroDebian configuration file and Stackbrew's debian and ubuntu-debootstrap images.

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. At the time of this writing, a partial list includes:

> docker images neurodebian
REPOSITORY          TAG                 IMAGE ID            CREATED             VIRTUAL SIZE
neurodebian         jessie              889525700b61        4 hours ago         90.08 MB
neurodebian         nd80                889525700b61        4 hours ago         90.08 MB
neurodebian         latest              c34c9c7ba1bf        4 hours ago         85.21 MB
neurodebian         nd70                c34c9c7ba1bf        4 hours ago         85.21 MB
neurodebian         wheezy              c34c9c7ba1bf        4 hours ago         85.21 MB
neurodebian         nd14.04             78090f19ab42        4 hours ago         87.18 MB
neurodebian         trusty              78090f19ab42        4 hours ago         87.18 MB
neurodebian         nd60                c6edcf55933f        4 hours ago         78.48 MB
neurodebian         squeeze             c6edcf55933f        4 hours ago         78.48 MB
neurodebian         nd12.04             73f5779007b6        4 hours ago         86.14 MB
neurodebian         precise             73f5779007b6        4 hours ago         86.14 MB
neurodebian         nd                  e050d85755c2        4 hours ago         90.42 MB
neurodebian         sid                 e050d85755c2        4 hours ago         90.42 MB

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).

sources.list

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:latest 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

Issues

Any suggestions for the improvements or reports of the issues should be filed at https://github.com/neurodebian/dockerfiles/issues .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment