Debian base headless godot images
10K+
Docker image to use in the CI to build Godot projects
This Docker image contains everything you need to run Godot Engine inside a Docker container. It includes both engine and export templates ready for exporting
Instead of having a docker file for every image, this repo focuses on automatic support of every published godot version. It contains a CircleCI pipeline that crawls all existing versions and incrementally uploads images to the DockerHub. Each image uses the same Docker file located in images/godot.dockerfile.
Provides all the versions starting with the Godot 3. A list of available images is available here: https://hub.docker.com/r/flashlight13/godot/tags
There're two primary usecases for this image:
In any case, the first thing you have to do is to have Docker up and running.
root user.FROM flashlight13/godot:<version> AS base
...
RUN godot ...
docker pull flashlight13/godot:<version>
docker run flashlight13/godot:<version>
Content type
Image
Digest
sha256:bb0dc52ab…
Size
1.2 GB
Last updated
10 months ago
docker pull flashlight13/godot:4.4