Files
Paradise/_build_dependencies.sh
Patrick Meade 677e13353f Adds Dockerfile and Utility Scripts (#31446)
* Adds Dockerfile and Utility Scripts

* Remove RUSTG_VERSION from _build_dependencies.sh

* Moved documentation to references, added link to mkdocs.yml

* Update references, finish documentation, fix typos

* Fixed small error in docs and scripts

* Add CI action to build and publish game server images

* Bump CI action to compatible Ubuntu runner

* Fix up the base image for NanoMap rendering

* Remove commented out base for nanomap-build stage

* Removed default values from Dockerfile build arguments

Sanitized default arguments in Dockerfile
Updated CI workflow to use _build_dependencies.sh to build the Docker image
Added documentation on using --build-arg flags with the docker build command

* Modify caching for Docker builds in CI

* Add missing files to pacify Nanomap Renderer
2026-04-11 22:13:20 +00:00

18 lines
597 B
Bash

# This file has all the information on what versions of libraries are thrown into the code
# For dreamchecker
export SPACEMANDMM_TAG="suite-1.11"
# For TGUI
export NODE_VERSION="20"
# Stable Byond Major
export STABLE_BYOND_MAJOR="516"
# Stable Byond Minor
export STABLE_BYOND_MINOR="1666"
# Beta Byond Major - Uncomment and update if beta cycle active
#export BETA_BYOND_MAJOR="516"
# Beta Byond Minor - Uncomment and update if beta cycle active
#export BETA_BYOND_MINOR="1657"
# Python version for mapmerge and other tools
export PYTHON_VERSION="3.13.5"
# Rust version
export RUST_VERSION="1.92"