Application container images are hosted on our private registry at chiral.sakuracr.jp.
To pull a specific application image, use the following format:
docker pull chiral.sakuracr.jp/<app_name>:<date_tag>Where:
<app_name>: The name of the application (e.g.,boltz,gromacs).<date_tag>: The version or date-based tag for the image. This typically represents a specific build on that day. The latestdate_tagis2025_09_05. Example: To pull thegromacsapplication image using the current tag:
docker pull chiral.sakuracr.jp:/gromacs:2025_09_05- create a new directory as
./a/app_date. For test builds, append a version suffix, such as_v1(e.g.,app_date_v1). - create the
Dockerfile - Execute the
build.shscript from the project's root directory using the command:bash build.sh ./a/app_date_v1.