Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/veepee-oss/docker-ubuntu
- Owner: veepee-oss
- License: isc
- Created: 2019-12-29T13:39:02.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-07T09:48:26.000Z (about 1 year ago)
- Last Synced: 2023-12-07T10:39:50.431Z (about 1 year ago)
- Language: Shell
- Homepage: https://hub.docker.com/r/vptech/ubuntu
- Size: 308 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- Contributing: CONTRIBUTING.md
- License: LICENSE
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
```
╚⊙ ⊙╝
╚═(███)═╝
╚═(███)═╝
╚═(███)═╝
╚═(███)═╝
╚═(███)═╝
╚═(███)═╝
```