All Projects → sameersbn → docker-ubuntu

sameersbn / docker-ubuntu

Licence: MIT license
My Ubuntu boilerplate image that forms the base for my docker containers.

Programming Languages

Makefile
30231 projects

Projects that are alternatives of or similar to docker-ubuntu

Minideb
A small image based on Debian designed for use in containers
Stars: ✭ 1,561 (+4630.3%)
Mutual labels:  base-image
docker-php-yii2
🐳 💿 Docker PHP image containing extensions and libraries for Yii 2.0 Framework
Stars: ✭ 94 (+184.85%)
Mutual labels:  base-image
vpp-base
🐳 Docker images ready for running, building and testing VPP.
Stars: ✭ 15 (-54.55%)
Mutual labels:  base-image
docker-jenkins-jnlp-slave-windows
Jenkins JNLP Slaves as Windows Container
Stars: ✭ 26 (-21.21%)
Mutual labels:  base-image

Circle CI Docker Repository on Quay.io

About

Dockerfile to build a ubuntu:16.04 baseimage with a couple of extra packages.

The image is built on top of the most recently tagged ubuntu:16.04 image and installs the following extra packages:

  • vim.tiny
  • wget
  • sudo
  • net-tools
  • ca-certificates
  • unzip

The packages are selected based on the criteria that they are commonly used and that they do not influence the size of the resulting image too much.

Additionally apt is configured to NOT install recommended and suggested packages.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].