All Projects → dyne → docker-devuan-builds

dyne / docker-devuan-builds

Licence: other
Slim docker base images based on Devuan

Programming Languages

Dockerfile
14818 projects
shell
77523 projects
Makefile
30231 projects

Projects that are alternatives of or similar to docker-devuan-builds

debian-rpi-image-script
Shell script to build Debian and Devuan SD card image booting the Raspberry Pi series
Stars: ✭ 15 (-31.82%)
Mutual labels:  devuan
debian900
DebiaN900 - A set of scripts to facilitate the installation of Devuan or Debian GNU/Linux on the Nokia N900
Stars: ✭ 35 (+59.09%)
Mutual labels:  devuan
arm-sdk
OS development toolkit for various ARM embedded devices
Stars: ✭ 22 (+0%)
Mutual labels:  devuan
decode-os
The DECODE OS for private, distributed P2P computing
Stars: ✭ 56 (+154.55%)
Mutual labels:  devuan
howtodebuntu
Tweaks for Debian/Ubuntu Distro's
Stars: ✭ 329 (+1395.45%)
Mutual labels:  devuan

Devuan GNU+Linux - Docker Base Images

software by Dyne.org

Powered by:

powered by Devuan.org

Docker build scripts for base images published on https://hub.docker.com/u/dyne/

More base images are are made for use by Dyne.org software and are free to use by anyone.

Main repository: http://github.com/dyne/docker-devuan-builds

Basic usage instructions

All Devuan codenames are tagged.

For Devuan stable (ASCII) use:

docker pull dyne/devuan:ascii
docker run -it dyne/devuan:ascii

For Devuan testing (Beowulf) use:

docker pull dyne/devuan:beowulf
docker run -it dyne/devuan:beowulf

For Devuan unstable (Ceres) use:

docker pull dyne/devuan:ceres
docker run -it dyne/devuan:ceres

In the cloned git repository the ./devuan/run script is provided to automate the process of downloading and starting an image.

Debuild usage

Special images tagged with -debuild are made available to facilitate building any deb-src package on Devuan.

In the cloned git repository the ./devuan/build script is provided to automate the process of downloading sources (apt-get source) and building them (debuild). For instance:

./devuan/build hasciicam ascii

Will build the hasciicam package from source using Devuan ASCII.

Developers

These docker images are based on builds published by Olaf Meeuwissen then updated and equipped with a minimal set of utilities including the docker specific tini init, using scripts published at Dyne/docker-devuan-builds.

To contribute or report issues please file PRs and Issues on Github.

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].