picoded/ubuntu-base

By picoded

Updated about 6 years ago

Represents the base package for many other Docker images, normalised to conform to our requirements

Image
0

9.1K

picoded/ubuntu-base

https://hub.docker.com/r/picoded/ubuntu-base/https://github.com/picoded/dockerfiles/tree/master/base/ubuntu-base

Represents the base package for many other Docker images, normalised to conform to our requirements as outlined inside the base/README, read it up for more details.

Standard environment variables

  • TIMEZONE=GMT+08 : Default system timezone (Singapore)
  • LANGUAGE=en_US.UTF-8 : Used to configure OS language support
  • APTGET_PRESCRIPT="" : Commands to execute prior to aptget install/upgrade on bootup
  • APTGET_INSTALL="" : Performs the installation of the following if missing on bootup
  • APTGET_UPGRADE=false : Performs an apt-get upgrade on bootup
  • APTGET_POSTSCRIPT="" : Commands to execute after aptget install/upgrade on bootup

See base/README for more details.

Standard volume mount point

  • /workspace : Contains all the various persistent files related to the image

See base/README for more details.

Issue filling

Any problems / comments / kudos should be filed at github =) https://github.com/picoded/dockerfiles

Docker Pull Command

docker pull picoded/ubuntu-base