Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 742 Bytes

base_images.rst

File metadata and controls

17 lines (12 loc) · 742 Bytes

Building Base Images

Bash scripts to automate the above points are provided in the scripts directory. Both require a build.conf file containing instructions for the build. More information regarding the formatting of these build.conf files can be found here. Creating the images can be done by the following steps:

cd simphony-remote-docker-scripts/scripts
bash create_production_base.sh <path-to>/simphony-remote-docker-base/build.conf

Will create a production directory with an appropriately formatted Dockerfile capable of building the base image. Next:

bash build_base.sh <path-to>/simphony-remote-docker-base/build.conf

Will build the Docker image.