{"id":16990969,"url":"https://github.com/peterus/openrtx-docker","last_synced_at":"2026-05-10T03:02:04.329Z","repository":{"id":249854041,"uuid":"832745089","full_name":"peterus/OpenRTX-Docker","owner":"peterus","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-16T20:54:21.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-08T19:12:37.588Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/peterus.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":"2024-07-23T16:29:27.000Z","updated_at":"2025-04-16T20:54:25.000Z","dependencies_parsed_at":"2024-07-28T21:21:41.084Z","dependency_job_id":null,"html_url":"https://github.com/peterus/OpenRTX-Docker","commit_stats":null,"previous_names":["peterus/openrtx-docker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/peterus/OpenRTX-Docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterus%2FOpenRTX-Docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterus%2FOpenRTX-Docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterus%2FOpenRTX-Docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterus%2FOpenRTX-Docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/peterus","download_url":"https://codeload.github.com/peterus/OpenRTX-Docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterus%2FOpenRTX-Docker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267341295,"owners_count":24071669,"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":[],"created_at":"2024-10-14T03:24:26.162Z","updated_at":"2026-05-10T03:01:59.284Z","avatar_url":"https://github.com/peterus.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenRTX-Docker\n\nWith this repository you can have a build system for [OpenRTX](https://github.com/OpenRTX/OpenRTX) in a docker image.\nIt will help to install all dependencies and minimize your setup time. With this image there is no `works on my machine` :)\n\n## Use the official image\n\nFirst you need to clone the official OpenRTX repository. Next you need to start the container with this OpenRTX-Docker image.\n\n    git clone https://github.com/OpenRTX/OpenRTX.git\n    cd OpenRTX\n    docker run --rm -it -v $PWD:/OpenRTX ghcr.io/peterus/openrtx-docker:main bash\n\nInside of the container you can jump into the directory and start compiling the project.\n\n    cd /OpenRTX\n    meson setup --cross-file cross_arm.txt build_arm\n    meson compile -C build_arm openrtx_mduv3x0_wrap\n\nYou will find all the compiled binaries etc. in build_arm like if you would compile it native on your computer.\n\n## Build the image from source\n\n    docker build . -t openrtx\n\nnow you can use our image like this\n\n    docker run --rm -it -v $PWD:/OpenRTX openrtx bash\n\nBut be careful this process will take some time as a lot of dependencies are getting installed and compiled. It is recommended to use the pre-build docker image.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeterus%2Fopenrtx-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpeterus%2Fopenrtx-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeterus%2Fopenrtx-docker/lists"}