{"id":19849655,"url":"https://github.com/geeks-solutions/elixir_rust","last_synced_at":"2026-05-15T14:03:27.412Z","repository":{"id":105004045,"uuid":"339370265","full_name":"Geeks-Solutions/elixir_rust","owner":"Geeks-Solutions","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-24T07:30:56.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-24T09:35:39.663Z","etag":null,"topics":["dockerfile","elixir","nif","rust"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/repository/docker/geeks5olutions/elixir_rust","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/Geeks-Solutions.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":"2021-02-16T11:03:20.000Z","updated_at":"2025-09-24T07:30:59.000Z","dependencies_parsed_at":"2023-12-01T02:15:07.071Z","dependency_job_id":null,"html_url":"https://github.com/Geeks-Solutions/elixir_rust","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/Geeks-Solutions/elixir_rust","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Geeks-Solutions%2Felixir_rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Geeks-Solutions%2Felixir_rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Geeks-Solutions%2Felixir_rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Geeks-Solutions%2Felixir_rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Geeks-Solutions","download_url":"https://codeload.github.com/Geeks-Solutions/elixir_rust/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Geeks-Solutions%2Felixir_rust/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33068894,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"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":["dockerfile","elixir","nif","rust"],"created_at":"2024-11-12T13:22:25.694Z","updated_at":"2026-05-15T14:03:27.408Z","avatar_url":"https://github.com/Geeks-Solutions.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Elixir Rust Docker Image\n\nThis repo hosts the Dockerfile to produce an image that is based on Alpine, includes Elixir and Rust (with Cargo).\n\nIt is used in a CI pipeline to run code standard right away, with no before_script requirements:  \n`mix credo --strict`\n\nto run tests:  \n`mix coveralls` \n\nAnd also to build a production ready Elixir release.\n\nAdding Rust to this image allows to compile Rust Nifs based on Rustler.\n\nIf a release relies on a Rust NIFs, then your release env. should contain libgcc. For instance here is a working example:\n\n```Dockerfile\nFROM alpine:3.13 AS app\nRUN apk add --no-cache openssl ncurses-libs libgcc\n\nWORKDIR /app\n\nRUN chown nobody:nobody /app\n\nUSER nobody:nobody\n\nCOPY --from=build --chown=nobody:nobody /app/_build/prod/rel ./\n\nENV HOME=/app\n\nCOPY entrypoint.sh .\n\n# Run the Phoenix app\nCMD [\"./entrypoint.sh\"]\n```\n\n## Development\nIf you want to contribute you can update the versions necessary and then build for multiple plateforms:\n```bash\ndocker buildx build . --platform linux/amd64,linux/arm64 -t geeks5olutions/elixir_rust:{tag}\n```\n\nTo debug you can add the following parameters to the above command:\n`--progress=plain --no-cache`\n\nTo push to the registry run the buildx command with the `--push` param","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeeks-solutions%2Felixir_rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeeks-solutions%2Felixir_rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeeks-solutions%2Felixir_rust/lists"}