Simple docker environment to build lfs 2026
  • Shell 98.9%
  • Dockerfile 1.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-06-17 13:07:40 +02:00
scripts Building host temporary tools as lfs user 2026-06-17 10:33:59 +02:00
.gitignore basic fedora docker lfs 2026-06-15 14:31:15 +02:00
clean.sh Adding docker cleanup & troubleshooting guide 2026-06-15 17:35:46 +02:00
docker-compose.yml basic fedora docker lfs 2026-06-15 14:31:15 +02:00
Dockerfile basic fedora docker lfs 2026-06-15 14:31:15 +02:00
README.md Update README.md 2026-06-17 13:07:40 +02:00
start-lfs-builder.sh start-lfs-builder: Force container re-creation 2026-06-15 17:36:10 +02:00

Dockerized lfs 2026

Requirements

  • Docker
  • Docker compose

Usage

Initialize the dockerized environment :

./start-lfs-builder.sh

Initialize the host environment & build packages :

/scripts/init-lfs.sh

Clean-up and unmount loop devices :

/scripts/cleanup-loopdisk.sh

Clean-up docker images and containers :

su sh clean.sh

Troubleshooting

You can enter the container to troubleshoot any issues with the build process:

docker exec -it lfs-builder bash