Currently, we have two different setup-image.sh scripts, one for the cloud images and one for the Docker image. However, both scripts are not that different, but rather share a significant portion of the setup code. In order to reduce maintenance effort, the equal portions should be externalized and reused instead.
Currently, we have two different
setup-image.shscripts, one for the cloud images and one for the Docker image. However, both scripts are not that different, but rather share a significant portion of the setup code. In order to reduce maintenance effort, the equal portions should be externalized and reused instead.