Skip to content

Docker builds for Godot Engine (headless) with export templates

License

Notifications You must be signed in to change notification settings

robpc/docker-godot-headless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-godot-headless

Docker builds for Godot Engine (headless) with export templates

The entrypoint calls the Godot Engine (/usr/local/bin/godot) so override the command with any arguments (default is --help).

Usage Example (docker-compose)

version: '2'
services:
  godot:
    image: godot-headless:4.2-desktop
    volumes:
      - ./:/project
    command: --path /project --export win64 bin/win64/maze-test.exe

Docker Tags

The tags follow the Godot version and allow for different export template installs (for filesize). When in doubt use the base version (ex. 4.2) which includes all templates provided by Godot.

  • 4.2, 4.2-all, latest
    • 4.2-desktop
      • 4.2-linux
      • 4.2-macos
      • 4.2-windows
        • 4.2-win32
        • 4.2-win64
    • 4.2-mobile
      • 4.2-android
      • 4.2-ios
    • 4.2-web

Prior versions:

  • 4.1.3
  • 4.1.2
  • 4.1.1
  • 4.1
  • 4.0.3
  • 4.0.2
  • 4.0.1
  • 4.0

Legacy versions also supported include:

  • 3.5.3, 3.5.3-all, latest

    • 3.5.3-desktop
      • 3.5.3-linux
      • 3.5.3-osx
      • 3.5.3-windows
        • 3.5.3-win
          • 3.5.3-win32
          • 3.5.3-win64
        • 3.5.3-uwp
          • 3.5.3-uwp32
          • 3.5.3-uwp64
    • 3.5.3-mobile
      • 3.5.3-android
      • 3.5.3-iphone
    • 3.5.3-html
  • 3.5.2

  • 3.5.1

  • 3.5

  • 3.4.5

  • 3.4.4

  • 3.4.3

  • 3.4.2

  • 3.5.2

  • 3.5.1

  • 3.5

  • 3.4.5

  • 3.4.4

  • 3.4.3

  • 3.4.2

  • 3.5.2

  • 3.5.1

  • 3.5

  • 3.4.5

  • 3.4.4

  • 3.4.3

  • 3.4.2

  • 3.5.2

  • 3.5.1

  • 3.5

  • 3.4.5

  • 3.4.4

  • 3.4.3

  • 3.4.2

  • 3.4.1

  • 3.4

  • 3.3.4

  • 3.3.3

  • 3.2.3

  • 3.3

  • 3.3.1

  • 3.3.2

About

Docker builds for Godot Engine (headless) with export templates

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published