rockdrilla / debian-container

[WIP] Alternative approach to build Debian container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

debian-container

Alternative Debian GNU/Linux container image approach.

Despite of name, Ubuntu is supported too (mostly).

container images

minimal

Minimal base image - image/minbase/ (readme)

Images on Docker.io: Debian | Ubuntu

minimal-debug

"Debug" base image - image/minbase-debug/ (dockerfile)

Images on Docker.io: Debian | Ubuntu

buildd

Package building image - image/buildd/ (dockerfile)

Images on Docker.io: Debian | Ubuntu

Build helper image - image/buildd/ (dockerfile)

Images on Docker.io: Debian | Ubuntu

python

Python images/packages - image/python/ (dockerfile)

Versions:

  • 3.9.18
  • 3.10.13
  • 3.11.6

Images on Docker.io: raw .deb | minimal | + package manager | + development files

golang

Golang images/packages - image/golang/ (dockerfile)

Versions:

  • 1.20.10
  • 1.21.3

Images on Docker.io: raw .deb | minimal (no CGO) | + GCC (with CGO)

nodejs

Node.js images/packages - image/nodejs/ (dockerfile)

Versions:

  • 12.22.12
  • 14.21.3
  • 16.20.2
  • 18.18.2
  • 20.9.0

NB: Node.js versions below 18.x are OBSOLETE and provided for backward compatibility.

Images on Docker.io: raw .deb | minimal | + package manager | + development files

ansible-mini

Minimized Ansible image - image/ansible-mini/ (dockerfile)

Based on python:3.11-bookworm.

Versions:

  • 8.4.x

Images on Docker.io: ansible-mini

About

[WIP] Alternative approach to build Debian container

License:Apache License 2.0


Languages

Language:Shell 43.3%Language:C 29.5%Language:Makefile 12.3%Language:C++ 8.9%Language:Dockerfile 3.6%Language:Perl 1.9%Language:Python 0.5%