{"id":17989561,"url":"https://github.com/evilfreelancer/docker-lfs-build","last_synced_at":"2025-07-27T07:37:57.503Z","repository":{"id":47730973,"uuid":"147486855","full_name":"EvilFreelancer/docker-lfs-build","owner":"EvilFreelancer","description":"Linux From Scratch build environment","archived":false,"fork":false,"pushed_at":"2020-10-25T10:17:05.000Z","size":172,"stargazers_count":24,"open_issues_count":1,"forks_count":12,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T14:21:24.843Z","etag":null,"topics":["build","docker","docker-compose","lfs"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/evilfreelancer/docker-lfs-build/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EvilFreelancer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-09-05T08:40:21.000Z","updated_at":"2024-05-15T10:00:52.000Z","dependencies_parsed_at":"2022-08-24T13:37:12.123Z","dependency_job_id":null,"html_url":"https://github.com/EvilFreelancer/docker-lfs-build","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/EvilFreelancer/docker-lfs-build","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvilFreelancer%2Fdocker-lfs-build","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvilFreelancer%2Fdocker-lfs-build/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvilFreelancer%2Fdocker-lfs-build/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvilFreelancer%2Fdocker-lfs-build/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EvilFreelancer","download_url":"https://codeload.github.com/EvilFreelancer/docker-lfs-build/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvilFreelancer%2Fdocker-lfs-build/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267325192,"owners_count":24069404,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["build","docker","docker-compose","lfs"],"created_at":"2024-10-29T19:14:57.681Z","updated_at":"2025-07-27T07:37:57.472Z","avatar_url":"https://github.com/EvilFreelancer.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Linux From Scratch builder in Docker container\n\nThis repository is a collection of scripts created especially to\nautomate the build process of Linux From Scratch (LFS).\n\nCurrent stable version of LFS is 8.3\n\n## How to use\n\nYou need to install `docker` and `docker-compose` before you begin,\nif you not have it yet.\n\n* https://docs.docker.com/install/#supported-platforms\n* https://docs.docker.com/compose/install/\n\n### Normal usage\n\nClone from github and prepare the repository:\n\n    git clone https://github.com/EvilFreelancer/docker-lfs-build.git\n    cd docker-lfs-build\n    cp docker-compose.yml.dist docker-compose.yml\n\nStart container:\n\n    docker-compose up -d\n\nThen login to LFS container:\n\n    docker-compose exec lfs bash\n\nStart building:\n\n    /book/book.sh\n\nResult of building will be in `dist` folder.\n\n### Download from Docker Hub\n\n    docker pull evilfreelancer/docker-lfs-build\n\n### Create your custom `docker-compose.yml` file\n\n```yml\nversion: '2'\n\nservices:\n  lfs:\n    restart: unless-stopped\n    image: evilfreelancer/docker-lfs-build\n    volumes:\n      - ./dist:/dist\n    # You can set any entrypoint what you like, for example \"inf sleep\"\n    # by default here is [\"/book/book.sh\"]\n    entrypoint: [\"sleep\", \"inf\"]\n```\n\n## Links\n\n* [Unofficial LFS group in Discord](https://discord.gg/NUSW8yF)\n* [Project on which this project is based](https://github.com/reinterpretcat/lfs)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevilfreelancer%2Fdocker-lfs-build","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevilfreelancer%2Fdocker-lfs-build","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevilfreelancer%2Fdocker-lfs-build/lists"}