{"id":15394736,"url":"https://github.com/bensuperpc/docker_from_scratch","last_synced_at":"2026-05-05T13:31:33.317Z","repository":{"id":107273632,"uuid":"378613343","full_name":"bensuperpc/docker_from_scratch","owner":"bensuperpc","description":"Build main images (Ubuntu, Debian, Alpine, ArchLinux) from scratch","archived":false,"fork":false,"pushed_at":"2021-06-20T19:02:37.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-25T11:04:02.886Z","etag":null,"topics":["alpine","archlinux","debian","docker","scratch","ubuntu"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bensuperpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-06-20T10:06:19.000Z","updated_at":"2021-06-20T19:02:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"c65b944b-8ae8-4a5c-ab02-dd38c067caab","html_url":"https://github.com/bensuperpc/docker_from_scratch","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"8b12315e1273d1e5853205324412c2cbeb54120a"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bensuperpc/docker_from_scratch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bensuperpc%2Fdocker_from_scratch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bensuperpc%2Fdocker_from_scratch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bensuperpc%2Fdocker_from_scratch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bensuperpc%2Fdocker_from_scratch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bensuperpc","download_url":"https://codeload.github.com/bensuperpc/docker_from_scratch/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bensuperpc%2Fdocker_from_scratch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32651141,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["alpine","archlinux","debian","docker","scratch","ubuntu"],"created_at":"2024-10-01T15:24:19.956Z","updated_at":"2026-05-05T13:31:33.289Z","avatar_url":"https://github.com/bensuperpc.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker_from_scratch\n### _Build main images (Ubuntu, Debian, Alpine, ArchLinux) from scratch_\n\n [![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/powered-by-jeffs-keyboard.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/contains-cat-gifs.svg)](https://forthebadge.com)\n \n [![Twitter](https://img.shields.io/twitter/follow/Bensuperpc?style=social)](https://img.shields.io/twitter/follow/Bensuperpc?style=social) [![Youtube](https://img.shields.io/youtube/channel/subscribers/UCJsQFFL7QW4LSX9eskq-9Yg?style=social)](https://img.shields.io/youtube/channel/subscribers/UCJsQFFL7QW4LSX9eskq-9Yg?style=social) \n\n# New Features !\n\n  - Add Archlinux and improve alpine build\n  - Add multiple version: Ubuntu 14.04 to 20.04, debian stretch to bullseye, alpine linux v3.11 to v3.14 ....\n\n#### Install\nYou need Linux distribution like Ubuntu or Manjaoro\n```sh\nhttps://github.com/bensuperpc/docker_from_scratch.git\n```\n```sh\ncd docker_from_scratch\n```\n\nChange USER variable in makefile to your name if you want to acces to build without root.\n\n##### and some package:\n```sh\ndocker debootstrap debian-archive-keyring ubuntu-keyring archlinux-keyring xz-utils tar wget curl make rsync (maybe others ?)\n```\n\n#### Usage\n![#f03c15](https://via.placeholder.com/15/f03c15/000000?text=+) `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\" ...)`\n##### _Build ubuntu focal (20.04)_\n\n```sh\nsudo make focal or sudo make ubuntu\n```\n##### _Build debian bullseye (11.xx)_\n\n```sh\nsudo make bullseye or sudo make debian\n```\n##### _Build alpine linux (3.14.xx)_\n\n```sh\nsudo make v3.14 or sudo make alpine\n```\n\n##### _Build arch linux (3.14.xx)_\n\n```sh\nsudo make archlinux\n```\n\n##### _Clean build_\n\n```sh\nsudo make clean\n```\n\n### Todos\n\n - Write Tests\n - Continue dev. :D\n\n### More info : \n- https://releases.ubuntu.com/\n\nLicense\n----\n\nMIT License\n\n\n**Free Software forever !**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbensuperpc%2Fdocker_from_scratch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbensuperpc%2Fdocker_from_scratch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbensuperpc%2Fdocker_from_scratch/lists"}