Skip to content

The base docker image, used by other radio-astro docker images

License

Notifications You must be signed in to change notification settings

radio-astro/docker-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

WARNING: This project has been replaced by KERN and is unmaintained: http://kernsuite.info/

A basic Ubuntu 14.04 image with the radio-astro PPA repository enabled.

  • Has worldwide location based mirrors configured
  • Has Universe, Multiverse and Restricted repo's enabled
  • Has the radio-astro main launchpad PPA enabled

You can manually build this image with make build or download it from the docker hub with the name radioastro/base:

usage: $ docker run radioastro/base <cmd>

note: you can use this image as a base for your custom image. Just put FROM: radioastro/base as the first line in your Dockerfile.

https://registry.hub.docker.com/u/radioastro/base/

Changes

  • 0.2 - install latest pip
  • 0.1 - first release