From a4e64608768ce0a3a3d7c5a5dc95e29f14a4f99f Mon Sep 17 00:00:00 2001 From: Joey Date: Wed, 11 Oct 2017 01:33:42 +0200 Subject: [PATCH 1/3] Update images.json Add CentOS 7.4.1708 --- scripts/images.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/scripts/images.json b/scripts/images.json index 02380cb..a8c9e60 100755 --- a/scripts/images.json +++ b/scripts/images.json @@ -153,6 +153,17 @@ "min_disk_size": 20, "type": "snapshot", "size_gigabytes": 0.43 + }, { + "id": 28108256, // + "name": "7.4.1708 x64", + "distribution": "CentOS", + "slug": "centos-7-x64", + "public": true, + "regions": ["nyc1", "sfo1", "nyc2", "ams2", "sgp1", "lon1", "nyc3", "ams3", "fra1", "tor1", "sfo2", "blr1"], + "created_at": "2017-09-26T18:36:06Z", + "min_disk_size": 20, + "type": "snapshot", + "size_gigabytes": 0.38 }, { "id": 17550956, "name": "hadoop1", From 8390103e2b54aac217f93d1aa382cba8ce5ed9f3 Mon Sep 17 00:00:00 2001 From: Joey Date: Wed, 11 Oct 2017 01:36:21 +0200 Subject: [PATCH 2/3] Update images.json --- scripts/images.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/images.json b/scripts/images.json index a8c9e60..5eaab1f 100755 --- a/scripts/images.json +++ b/scripts/images.json @@ -154,7 +154,7 @@ "type": "snapshot", "size_gigabytes": 0.43 }, { - "id": 28108256, // + "id": 28108256, "name": "7.4.1708 x64", "distribution": "CentOS", "slug": "centos-7-x64", From f2aa7d4a7001e3438e0127c982fd0977dc5e9982 Mon Sep 17 00:00:00 2001 From: Joey Date: Wed, 11 Oct 2017 01:40:32 +0200 Subject: [PATCH 3/3] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index dd55d35..ad98440 100644 --- a/index.js +++ b/index.js @@ -85,7 +85,7 @@ let createDroplet = (proxy) => { name: dropletName, region: config.digital_ocean.region, size: '512mb', - image: 'centos-7-0-x64', + image: 'centos-7-x64', ssh_keys: [config.digital_ocean.ssh_key_id], backups: false, ipv6: false,