{"id":18365842,"url":"https://github.com/openrct2/openrct2-docker-build","last_synced_at":"2025-08-30T22:17:29.630Z","repository":{"id":40232816,"uuid":"194743200","full_name":"OpenRCT2/openrct2-docker-build","owner":"OpenRCT2","description":"This repository contains dockerfiles for images used to build OpenRCT2 on Travis CI","archived":false,"fork":false,"pushed_at":"2025-01-20T10:55:02.000Z","size":75,"stargazers_count":3,"open_issues_count":0,"forks_count":5,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-15T20:18:17.317Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OpenRCT2.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":"2019-07-01T21:08:06.000Z","updated_at":"2025-01-20T10:55:05.000Z","dependencies_parsed_at":"2022-09-11T15:21:20.245Z","dependency_job_id":"1ca430a1-655c-4848-be53-a499862e6a29","html_url":"https://github.com/OpenRCT2/openrct2-docker-build","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenRCT2%2Fopenrct2-docker-build","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenRCT2%2Fopenrct2-docker-build/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenRCT2%2Fopenrct2-docker-build/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenRCT2%2Fopenrct2-docker-build/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OpenRCT2","download_url":"https://codeload.github.com/OpenRCT2/openrct2-docker-build/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248225701,"owners_count":21068078,"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":[],"created_at":"2024-11-05T23:14:44.870Z","updated_at":"2025-04-10T13:29:05.640Z","avatar_url":"https://github.com/OpenRCT2.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# openrct2-docker-build\nThis repository contains dockerfiles for images used to build OpenRCT2 on GitHub Actions. They can also be used for OpenRCT2 development.\n\nTo use these images for development, first checkout the sources for OpenRCT2 and then run an interactive container with a mounted directory to your OpenRCT2 checkout. Once the container shell has launched, you can build it using cmake and ninja.\n\nExample:\n```\n$ git checkout https://github.com/OpenRCT2/OpenRCT2.git /tmp/openrct2-src\n$ docker run --rm -w /w -v /tmp/openrct2-src:/w -it openrct2/openrct2-build\n  $ mkdir -p bin \u0026\u0026 cd bin\n  $ cmake .. -G Ninja\n  $ ninja\n  $ ./openrct2 --version\n```\n\n## Tags\n\nDistributed builds of OpenRCT2 for Linux are currently built by Ubuntu 18.04.\n\n- [`latest`, `0.3.1`, `0.3.1-bionic` (*0.3.1/bionic/Dockerfile*)](https://github.com/OpenRCT2/openrct2-docker-build/blob/master/0.3.1/bionic/Dockerfile)\n- [`0.3.1-bionic32` (*0.3.1/bionic32/Dockerfile*)](https://github.com/OpenRCT2/openrct2-docker-build/blob/master/0.3.1/bionic32/Dockerfile)\n- [`0.3.1-format` (*0.3.1/format/Dockerfile*)](https://github.com/OpenRCT2/openrct2-docker-build/blob/master/0.3.1/format/Dockerfile)\n- [`0.3.1-mingw` (*0.3.1/mingw/Dockerfile*)](https://github.com/OpenRCT2/openrct2-docker-build/blob/master/0.3.1/mingw/Dockerfile)\n- [`0.3.0`, `0.3.0-bionic` (*0.3.0/bionic/Dockerfile*)](https://github.com/OpenRCT2/openrct2-docker-build/blob/master/0.3.0/bionic/Dockerfile)\n- [`0.3.0-bionic32` (*0.3.0/bionic32/Dockerfile*)](https://github.com/OpenRCT2/openrct2-docker-build/blob/master/0.3.0/bionic32/Dockerfile)\n- [`0.3.0-format` (*0.3.0/format/Dockerfile*)](https://github.com/OpenRCT2/openrct2-docker-build/blob/master/0.3.0/format/Dockerfile)\n- [`0.3.0-mingw` (*0.3.0/mingw/Dockerfile*)](https://github.com/OpenRCT2/openrct2-docker-build/blob/master/0.3.0/mingw/Dockerfile)\n- [`0.2.4`, `0.2.4-bionic` (*0.2.4/bionic/Dockerfile*)](https://github.com/OpenRCT2/openrct2-docker-build/blob/master/0.2.4/bionic/Dockerfile)\n- [`0.2.4-bionic32` (*0.2.4/bionic32/Dockerfile*)](https://github.com/OpenRCT2/openrct2-docker-build/blob/master/0.2.4/bionic32/Dockerfile)\n- [`0.2.4-format` (*0.2.4/format/Dockerfile*)](https://github.com/OpenRCT2/openrct2-docker-build/blob/master/0.2.4/format/Dockerfile)\n- [`0.2.4-mingw` (*0.2.4/mingw/Dockerfile*)](https://github.com/OpenRCT2/openrct2-docker-build/blob/master/0.2.4/mingw/Dockerfile)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenrct2%2Fopenrct2-docker-build","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenrct2%2Fopenrct2-docker-build","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenrct2%2Fopenrct2-docker-build/lists"}