Publish official Godot docker images somewhere #5853
Replies: 1 comment
-
This is already being tracked in #1411. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
(Most) Developers want to build their Godot based software in some sort of CI environment. Using Docker for such tasks has become the industry standard. There are currently no (official) docker images for Godot so we either have to rely on third-party images (often from random people around the world or bound to specific CI pipelines like Github actions, which is non-optimal) or build our own images, especially for the current Godot 4 beta which seems to last for a little while.
Proposal
Automatically release official Godot images for every release of Godot, including the beta releases. These are built without any extensions for Linux only. Developers which are dependent on built-dependent changes to Godot will always need a custom build process. Built-in build switches (like the double precision one) could be considered in the future.
Beta Was this translation helpful? Give feedback.
All reactions