Search
# Deterministic Builds
🚧 In developing...
🏗
# Introduction
The Tendermint rbuilder Docker image (opens new window) provides a deterministic build environment that is used to build Cosmos SDK applications. It provides a way to be reasonably sure that the executables are really built from the git source. It also makes sure that the same, tested dependencies are used and statically built into the executable.
All the following instructions have been tested on Ubuntu 18.04.2 LTS with Docker 20.10.2.
# Build with Docker
Docker build instructions available here (opens new window)