Skip to content

Version 0.8.0

Latest
Compare
Choose a tag to compare
@thasmo thasmo released this 31 Dec 13:09
· 53 commits to master since this release
  • Introduce a MODS build-variable to support pre-built images with pre-installed mods.
  • Add support for the leveldataoverride.lua file via the LEVELDATA_OVERRIDES env-variable.
  • Configure the Docker HEALTHCHECK command running dst-server version --check.
  • Add a keep-configuration boot option to define how existing configuration files should be handled.
  • Update the base-image to dstacademy/steamcmd:0.3.
  • Overwrite configuration files by default when starting a container.
  • Do not expose/configure a default port in the Dockerfile anymore.
  • Refactor tests to use bats.
  • Remove the WORLD_OVERRIDES env-variable and worldgenoverride.lua file.
  • Remove support for the WORLD_PRESET env-variable in favor of LEVELDATA_OVERRIDES.