diff --git a/.gitlab/ci_scripts/create_vps.sh b/.gitlab/ci_scripts/create_vps.sh index 0a3210fa06a628a92b9cdda0f9e3ee6c74c7130c..0df99e4f6d5fcbfa7c3e4f6af5ce1bfe1c57814a 100644 --- a/.gitlab/ci_scripts/create_vps.sh +++ b/.gitlab/ci_scripts/create_vps.sh @@ -7,7 +7,7 @@ set -ve echo "Deleting old machine" python3 -c "import greenhost_cloud; greenhost_cloud.terminate_droplets_by_name(\"^${HOSTNAME}$\")" echo "Creating new machine" -# Uses a custom disk image built with 386e3614 on 2021-07-08. See +# Uses a custom disk image built with 42aa12b on 2021-09-14. See # CONTRIBUTING.md#ci-pipeline-image for more info. python3 -m openappstack $HOSTNAME create \ --create-droplet $DOMAIN \ @@ -15,7 +15,7 @@ python3 -m openappstack $HOSTNAME create \ --ssh-key-id $SSH_KEY_ID \ --create-domain-records \ --subdomain $SUBDOMAIN \ - --disk-image-id '-8115' \ + --disk-image-id '-8751' \ --truncate-subdomain \ --docker-mirror-server="${CI_DEPENDENCY_PROXY_SERVER}" \ --docker-mirror-endpoint="${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}" \