6 Available Docker Images🔗ℹ

Several Docker images are available to build Racket distributions for different platforms, especially for cross-compiling to different operating systems and architectures. These images are available from DockerHub as "racket/distro-build" plus a tag indicating the target platform.

To use one of these images, supply #:docker to machine or similar functions as shown below. For cross-build images, additional configuration arguments are needed as shown. See Cross-Build via Docker for an example.

To use many of these images to build a set of distributions like the ones on the main Racket download side, see distro-build/main-distribution.

Unless otherwise noted, each image is available for two architectures: linux/amd64 and linux/arm64 (i.e., to run on those hosts, independent of the target machine in the case of cross-compilation).