{"id":21714337,"url":"https://github.com/somespecialone/deta-rust-builder","last_synced_at":"2025-07-18T15:32:22.861Z","repository":{"id":205640246,"uuid":"714655997","full_name":"somespecialone/deta-rust-builder","owner":"somespecialone","description":"Rust builder image for Deta Space micro","archived":false,"fork":false,"pushed_at":"2024-01-03T16:56:05.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-07-30T18:04:57.612Z","etag":null,"topics":["builder","deta","deta-space","docker","rust"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/somespecialone/deta-rust-builder","language":"Dockerfile","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/somespecialone.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}},"created_at":"2023-11-05T14:16:11.000Z","updated_at":"2024-01-03T13:59:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"c254985b-ce93-495f-9735-d0dfa4e22047","html_url":"https://github.com/somespecialone/deta-rust-builder","commit_stats":null,"previous_names":["somespecialone/deta-rust-builder"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/somespecialone%2Fdeta-rust-builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/somespecialone%2Fdeta-rust-builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/somespecialone%2Fdeta-rust-builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/somespecialone%2Fdeta-rust-builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/somespecialone","download_url":"https://codeload.github.com/somespecialone/deta-rust-builder/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226423055,"owners_count":17622610,"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","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":["builder","deta","deta-space","docker","rust"],"created_at":"2024-11-26T00:34:23.600Z","updated_at":"2024-11-26T00:34:24.143Z","avatar_url":"https://github.com/somespecialone.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deta Rust Builder\n\n\u003e [!NOTE]\n\u003e Image name is `somespecialone/deta-rust-builder`\n\u003e \n\u003e [Docker link](https://hub.docker.com/r/somespecialone/deta-rust-builder)\n\n## Why? 🤔\n\nFor now [Deta Space Micro](https://deta.space/docs/en/build/reference/runtime) runtime have installed `glibc 2.27`.\n\nSo for Rust applications to work on it, they need to be built on similar systems `(Ubuntu 18.04 glibc 2.27)`.\nBuilding on `Deta Space` with its pipeline exceeds the timeout (also for now).\nFor this purpose, I create a docker image where such applications can be easily built.\n\n## How?\n\n[Command](./build-app.sh) to run in application directory:\n\n```sh\ndocker run --rm --name rustc --mount type=bind,source=\"$(pwd)\",target=/app somespecialone/deta-rust-builder:latest cargo build --release\n```\n\nFor [Windows](./build-app.ps1) users\nor [Docker engine version \u003e=23](https://docs.docker.com/engine/reference/commandline/run/#volume):\n\n```sh\ndocker run --rm --name rustc --mount type=bind,source=.,target=/app somespecialone/deta-rust-builder:latest cargo build --release\n```\n\n## Example usage\n\n* [random-user-agent](https://github.com/somespecialone/random-user-agent/blob/6b705208b08d07c2626c38d6383ba6d5dc40492f/.github/workflows/deploy.yml#L21)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsomespecialone%2Fdeta-rust-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsomespecialone%2Fdeta-rust-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsomespecialone%2Fdeta-rust-builder/lists"}