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, diff --git a/scripts/images.json b/scripts/images.json index 02380cb..5eaab1f 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",