Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/veepee-oss/docker-ubuntu

Docker images of Ubuntu.
https://github.com/veepee-oss/docker-ubuntu

Last synced: 17 days ago
JSON representation

Docker images of Ubuntu.

Awesome Lists containing this project

README

        

# ubuntu

1. [Overview](#overview)
1. [Description](#description)
1. [Tags](#tags)
1. [Setup](#setup)
1. [Usage](#usage)
1. [Limitations](#limitations)
1. [Development](#development)
1. [Miscellaneous](#miscellaneous)

## Overview

Ubuntu is a Debian-based free operating system (OS) for your computer. An
operating system is the set of basic programs and utilities that make your
computer run.

[ubuntu.com](https://www.ubuntu.com/)

## Description

Use this script to build your own base system.

We've included the last ca-certificates files in the repository to ensure that
all of our images are accurates.

## Tags

Supported tags.

- 12.04, precise
- 14.04, trusty
- 16.04, xenial
- 18.04, bionic
- 20.04, focal, latest

## Setup

On Debian you need sudo permissions and the following packages:

```bash
# if you build on wheezy please use backports version of debootstrap
sudo apt-get install debootstrap ubuntu-archive-keyring
```

On Devuan you need sudo permissions and the following packages:

```bash
sudo apt-get -qq -y install debootstrap ubuntu-archive-keyring
```

On Ubuntu you need sudo permissions and the following packages:

```bash
sudo apt-get install debootstrap
```

You also need to be in the docker group to use Docker.

```bash
sudo usermod -a -G docker ${USER}
```

Finally you need to login on Docker Hub.

```bash
docker login
```

## Usage

You first need to choose which dist between precise (12.04), trusty (14.04),
xenial (16.04) and bionic (18.08) you want (bionic will be the 'latest' tag)
and you need to choose you user (or organization) name on Docker Hub.

Show help.

```bash
./build.sh -h
```

Build your own Ubuntu image (eg. xenial).

```bash
./build.sh -d xenial -u vptech
```

Build your own Ubuntu image (eg. bionic) and push it on the Docker Hub.

```bash
./build.sh -d bionic -u vptech -p
```

## Limitations

Only work on Debian, Devuan and Ubuntu.

## Development

Please read carefully [CONTRIBUTING.md](CONTRIBUTING.md) before making a merge
request.

## Miscellaneous

```
╚⊙ ⊙╝
╚═(███)═╝
╚═(███)═╝
╚═(███)═╝
╚═(███)═╝
╚═(███)═╝
╚═(███)═╝
```