From f02644747563f91646d6c74de2c49c5adb50569a Mon Sep 17 00:00:00 2001 From: Maarten de Waard <maarten@greenhost.nl> Date: Tue, 14 Sep 2021 15:07:59 +0200 Subject: [PATCH] Use a custom disk image built with 42aa12b on 2021-09-14 --- .gitlab/ci_scripts/create_vps.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab/ci_scripts/create_vps.sh b/.gitlab/ci_scripts/create_vps.sh index 0a3210fa0..0df99e4f6 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}" \ -- GitLab