{"id":25400554,"url":"https://github.com/redot-engine/redocker","last_synced_at":"2026-05-02T06:34:18.199Z","repository":{"id":276688196,"uuid":"929977364","full_name":"Redot-Engine/redocker","owner":"Redot-Engine","description":"A Collection of Redot Docker Images for use in CI/CD","archived":false,"fork":false,"pushed_at":"2025-02-14T16:21:43.000Z","size":61,"stargazers_count":4,"open_issues_count":5,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-12T00:49:09.809Z","etag":null,"topics":["ci-cd","docker","docker-image","oidc","redot-engine"],"latest_commit_sha":null,"homepage":"","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/Redot-Engine.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"License.md","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":"2025-02-09T20:34:08.000Z","updated_at":"2025-04-04T03:36:28.000Z","dependencies_parsed_at":"2025-02-09T21:28:34.414Z","dependency_job_id":"89c943cf-cb36-4822-9db7-88e62897d9fc","html_url":"https://github.com/Redot-Engine/redocker","commit_stats":null,"previous_names":["redot-engine/redocker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Redot-Engine%2Fredocker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Redot-Engine%2Fredocker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Redot-Engine%2Fredocker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Redot-Engine%2Fredocker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Redot-Engine","download_url":"https://codeload.github.com/Redot-Engine/redocker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248501913,"owners_count":21114681,"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":["ci-cd","docker","docker-image","oidc","redot-engine"],"created_at":"2025-02-16T00:18:25.578Z","updated_at":"2026-05-02T06:34:18.159Z","avatar_url":"https://github.com/Redot-Engine.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ![Redocker](./logo.svg)\n\nThis is a collection of Redot Docker Images for use in CI/CD.\n\n## Images\n\nImage names are constructed from multiple parts.\nWith Placeholders these Parts would look like:\n\n```sh\nghcr.io/redot-engine/redocker/{actions}/{action-platform}/{type}/{target}-{version}:latest\n```\n\n### Action\n\nIs this image for a specifiy CI/CD System?\nIf no, you can remove the `{actions}` and the sections requiring it.\nIf it is for a specific CI/CD platform, but `actions` here.\n\n### Action Platforms\n\nWhich CI System are you using?\nValues for the `{action-platform}`:\n\n| Platform  | Status |\n| --------- | ------ |\n| `github`  | ❓     |\n| `forgejo` | ❓     |\n| `gitlab`  | ❓     |\n\n`✅`= verified to work **|** `❓`= unknown status **|** `❌`= known to not be working\n\n### Type\n\nDo you require Mono?\nIf no use `minimal`\n\nValues for the `{type}`:\n\n| Type      | Status |\n| --------- | ------ |\n| `minimal` | ✅     |\n| `mono`    | ❌     |\n\n`✅`= verified to work **|** `❓`= unknown status **|** `❌`= known to not be working\n\n### Target\n\nWhich export templates do you require?\n\nValues for the `{target}`:\n\n| Target    | Status                                                     |\n| --------- | ---------------------------------------------------------- |\n| `web`     | ✅                                                         |\n| `linux`   | ✅                                                         |\n| `windows` | ✅                                                         |\n| `android` | ⚖️ [#2](https://github.com/Redot-Engine/redocker/issues/2) |\n| `macos`   | ⚖️ [#3](https://github.com/Redot-Engine/redocker/issues/3) |\n| `ios`     | ⚖️ [#3](https://github.com/Redot-Engine/redocker/issues/3) |\n\n`✅`= verified to work **|** `❓`= unknown status **|** `❌`= known to not be working **|** `⚖️`= Not Possible due to License\n\n### Version\n\nWhich version of Redot are you using?\n\nValues for the `{version}`:\n\n| Version | Status |\n| ------- | ------ |\n| `4.3`   | ✅     |\n\n`✅`= verified to work **|** `❓`= unknown status **|** `❌`= known to not be working\n\n## Example Usage\n\nBind your Project inside the target container:\n\n```sh\ndocker run -it --rm -v \"$(pwd):/game:Z\" ghcr.io/redot-engine/redocker/minimal/linux-4.3:latest sh\n```\n\nGo into the Project dir\n\n```sh\ncd game\n```\n\nRun the Build\n\n```sh\nredot --headless --export-release Linux game.elf\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredot-engine%2Fredocker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredot-engine%2Fredocker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredot-engine%2Fredocker/lists"}