Skip to content

veepee-oss/docker-debian

Repository files navigation

debian

  1. Overview
  2. Description
  3. Tags
  4. Setup
  5. Usage
  6. Limitations
  7. Development
  8. Miscellaneous

Overview

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

debian.org

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.

Without systemd

  • 7, wheezy
  • 8, jessie
  • 9, stretch
  • 10, buster, oldstable
  • 11, bullseye, stable, latest

With systemd

  • 9-systemd, stretch-systemd,
  • 8-systemd, jessie-systemd
  • 10-systemd, buster-systemd
  • 11-systemd, bullseye-systemd

Setup

On Debian you need sudo permissions and the following packages:

# if you build on wheezy please use backports version of debootstrap
sudo apt-get -qq -y install debootstrap

On Devuan you need sudo permissions and the following packages:

sudo apt-get -qq -y install debian-keyring debian-archive-keyring debootstrap

On Ubuntu you need sudo permissions and the following packages:

sudo apt-get -qq -y install debian-keyring debian-archive-keyring debootstrap

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

sudo usermod -a -G docker ${USER}

Finally you need to login on Docker Hub.

docker login

Usage

You first need to choose which dist between lenny (5.0), squeeze (6.0), wheezy (7.0), jessie (8.0), stretch (9.0), buster (10.0) or bullseye (11.0) you want (bullseye will be the 'latest' tag) and you need to choose you user (or organization) name on Docker Hub.

Show help.

./build.sh -h

Build your own Debian image (eg. bullseye).

./build.sh -d bullseye -u vptech

Build your own Debian image (eg. buster) and push it on the Docker Hub.

./build.sh -d buster -u vptech -p

Build your own Debian image (eg. buster) with systemd and vim.

./build.sh -d bullseye -e "systemd vim" -T "systemd"

Limitations

Only work on Debian, Devuan and Ubuntu.

Development

Please read carefully CONTRIBUTING.md before making a merge request.

Miscellaneous

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