https://github.com/dyne/docker-devuan-builds
Slim docker base images based on Devuan
https://github.com/dyne/docker-devuan-builds
devuan docker
Last synced: 12 months ago
JSON representation
Slim docker base images based on Devuan
- Host: GitHub
- URL: https://github.com/dyne/docker-devuan-builds
- Owner: dyne
- Created: 2018-07-01T00:31:42.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-12T20:29:26.000Z (almost 2 years ago)
- Last Synced: 2025-04-07T10:35:44.393Z (about 1 year ago)
- Topics: devuan, docker
- Language: Dockerfile
- Homepage: https://devuan.org
- Size: 34.2 KB
- Stars: 21
- Watchers: 8
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Devuan GNU+Linux - Docker Base Images
[](http://www.dyne.org)
Powered by:
[](https://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](https://gitlab.com/paddy-hack/devuan/) then updated and equipped with a minimal set of utilities including the docker specific tini init, using [scripts published at Dyne/docker-devuan-builds](http://github.com/dyne/docker-devuan-builds).
To contribute or report issues please [file PRs and Issues on Github](http://github.com/dyne/docker-devuan-builds).