Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sameersbn/docker-ubuntu
My Ubuntu boilerplate image that forms the base for my docker containers.
https://github.com/sameersbn/docker-ubuntu
base-image containers docker docker-image ubuntu
Last synced: 3 months ago
JSON representation
My Ubuntu boilerplate image that forms the base for my docker containers.
- Host: GitHub
- URL: https://github.com/sameersbn/docker-ubuntu
- Owner: sameersbn
- License: mit
- Created: 2014-03-12T05:27:58.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-02-04T14:28:11.000Z (almost 4 years ago)
- Last Synced: 2024-10-12T18:52:15.004Z (4 months ago)
- Topics: base-image, containers, docker, docker-image, ubuntu
- Language: Makefile
- Homepage:
- Size: 76.2 KB
- Stars: 33
- Watchers: 7
- Forks: 71
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Circle CI](https://circleci.com/gh/sameersbn/docker-ubuntu.svg?style=svg)](https://circleci.com/gh/sameersbn/docker-ubuntu) [![Docker Repository on Quay.io](https://quay.io/repository/sameersbn/ubuntu/status "Docker Repository on Quay.io")](https://quay.io/repository/sameersbn/ubuntu)
# 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.