- Add Archlinux and improve alpine build
- Add multiple version: Ubuntu 14.04 to 20.04, debian stretch to bullseye, alpine linux v3.11 to v3.14 ....
You need Linux distribution like Ubuntu or Manjaoro
https://github.com/bensuperpc/docker_from_scratch.git
cd docker_from_scratch
Change USER variable in makefile to your name if you want to acces to build without root.
docker debootstrap debian-archive-keyring ubuntu-keyring archlinux-keyring xz-utils tar wget curl make rsync (maybe others ?)
Warning: this git repository is for educational purposes, these images are not very optimized and do not have optimal security (as the root user has the password "root" ...)
sudo make focal or sudo make ubuntu
sudo make bullseye or sudo make debian
sudo make v3.14 or sudo make alpine
sudo make archlinux
sudo make clean
- Write Tests
- Continue dev. :D
MIT License
Free Software forever !