{"id":17760586,"url":"https://github.com/fuco1/build-base","last_synced_at":"2026-01-21T01:01:59.715Z","repository":{"id":150147484,"uuid":"92604918","full_name":"Fuco1/build-base","owner":"Fuco1","description":"Base image for my docker-based build containers","archived":false,"fork":false,"pushed_at":"2022-06-24T17:08:06.000Z","size":8,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-07T11:15:12.393Z","etag":null,"topics":["build","container","debian","docker","ubuntu"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/Fuco1.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-27T14:50:17.000Z","updated_at":"2022-06-24T17:08:09.000Z","dependencies_parsed_at":"2023-04-12T05:17:25.874Z","dependency_job_id":null,"html_url":"https://github.com/Fuco1/build-base","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Fuco1/build-base","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fuco1%2Fbuild-base","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fuco1%2Fbuild-base/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fuco1%2Fbuild-base/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fuco1%2Fbuild-base/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Fuco1","download_url":"https://codeload.github.com/Fuco1/build-base/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fuco1%2Fbuild-base/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28620572,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T23:49:58.628Z","status":"ssl_error","status_checked_at":"2026-01-20T23:47:29.996Z","response_time":117,"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":["build","container","debian","docker","ubuntu"],"created_at":"2024-10-26T19:06:04.465Z","updated_at":"2026-01-21T01:01:59.543Z","avatar_url":"https://github.com/Fuco1.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# build-base\n\nBase docker image used for other build images.\n\nThe base images are based on various Ubuntu releases, currently we\ntrack `xenial` and `bionic`.  You can find the setup on the respective\n`release/` branches.\n\n# *-build conventions\n\nAll the build repositories follow the following conventions.\n\n1. The application/library and possibly their dependencies which need to be built from source are attached as git submodules.\n2. An optional `Dockerfile.build` which contains the definition of the build container.\n3. An optional `Dockerfile` which contains the definition of the runtime container.\n4. A script called `build` with permissions `0755` which is used to build:\n    1. the build container itself if present,\n    2. the application/library inside the build container,\n    3. the runtime container if present\n5. An optional script called `install` with permissions `0755` which is used to install the result of the built step on the host system if this is desirable (i.e. there is no runtime image).\n6. An optional script called `\u003capplication\u003e` with permissions `0755` which is used to start the dockerized application from the runtime image.  Typically it will mount host configuration files as volumes inside the image, set up paths and similar.\n\nThe build container should mount the sources as volumes and then be\nstarted with `docker run`.  To this end it is necessary to specify a\n`CMD` directive inside the `Dockerfile.build` recipe.  Usually the\nsteps performed are stored inside `docker-build.sh` script which is\ncopied into the image and then executed in the container.\n\n**Note**: The docker images are only an optional requirement.  If the repository being built uses some other isolation technique, such as `virtualenv`, `stack`, `npm`, `composer` etc. it might just be built on the host directly.\n\n# Examples\n\n* https://github.com/Fuco1/tagsistant-build\n* https://github.com/Fuco1/twmn-build\n* https://github.com/Fuco1/tmux-build\n* https://github.com/Fuco1/zathura-build\n* https://github.com/Fuco1/xmobar-build\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuco1%2Fbuild-base","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffuco1%2Fbuild-base","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuco1%2Fbuild-base/lists"}