Skip to content

Latest commit

 

History

History
 
 

docker

Docker build files

The Docker build files allow for several Tessera image variations to be built, including:

Usage

From project root:

  1. Build Tessera distributions, e.g.:

    ./gradlew clean build -x test
  2. Build image, e.g.:

    docker build -f docker/tessera.Dockerfile -t me/tessera:develop .
  3. Verify image, e.g.:

    docker run me/tessera:develop help

.dockerignore

.dockerignore controls the files passed to the Docker build context.