set -e # exit immediately if a simple command exits with a non-zero status set -u # report the usage of uninitialized variables

cp -a docker-images/* $BOSH_INSTALL_TARGET