From e1d2786d9a88f77fc7b708efc6841083a8c30e1a Mon Sep 17 00:00:00 2001 From: VJalili Date: Wed, 28 Jun 2023 13:10:01 -0400 Subject: [PATCH] Add figure description. --- website/docs/advanced/docker/images.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/website/docs/advanced/docker/images.md b/website/docs/advanced/docker/images.md index ee9f5d8d5..fd6656869 100644 --- a/website/docs/advanced/docker/images.md +++ b/website/docs/advanced/docker/images.md @@ -35,6 +35,14 @@ The figure below illustrates the relationships between the GATK-SV Docker images }} /> +The image depicts the hierarchical relationship among GATK-SV +Docker images. Arrows indicate the flow from a base image +to a derived image. The base image, located at the arrow's +starting point, shares its content which is then expanded +upon and modified in the derived image. In simple terms, +the derived image inherits the same tools and configuration +as the base image, while incorporating additional settings and tools. + The list of the Docker images and their latest builds are available in [`dockers.json`](https://github.com/broadinstitute/gatk-sv/blob/main/inputs/values/dockers.json)