mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-02 19:03:04 +02:00
19.04 is dead, long live 19.10
This commit is contained in:
parent
6ac2e2d1a4
commit
ac8d6eeb9b
1 changed files with 6 additions and 6 deletions
12
config.cfg
12
config.cfg
|
@ -149,10 +149,10 @@ SSH_keys:
|
||||||
cloud_providers:
|
cloud_providers:
|
||||||
azure:
|
azure:
|
||||||
size: Standard_B1S
|
size: Standard_B1S
|
||||||
image: 19.04
|
image: 19.10
|
||||||
digitalocean:
|
digitalocean:
|
||||||
size: s-1vcpu-1gb
|
size: s-1vcpu-1gb
|
||||||
image: "ubuntu-19-04-x64"
|
image: "ubuntu-19-10-x64"
|
||||||
ec2:
|
ec2:
|
||||||
# Change the encrypted flag to "false" to disable AWS volume encryption.
|
# Change the encrypted flag to "false" to disable AWS volume encryption.
|
||||||
encrypted: true
|
encrypted: true
|
||||||
|
@ -161,11 +161,11 @@ cloud_providers:
|
||||||
use_existing_eip: false
|
use_existing_eip: false
|
||||||
size: t2.micro
|
size: t2.micro
|
||||||
image:
|
image:
|
||||||
name: "ubuntu-disco-19.04"
|
name: "ubuntu-eoan-19.10"
|
||||||
owner: "099720109477"
|
owner: "099720109477"
|
||||||
gce:
|
gce:
|
||||||
size: f1-micro
|
size: f1-micro
|
||||||
image: ubuntu-1904
|
image: ubuntu-1910
|
||||||
external_static_ip: false
|
external_static_ip: false
|
||||||
lightsail:
|
lightsail:
|
||||||
size: nano_1_0
|
size: nano_1_0
|
||||||
|
@ -182,10 +182,10 @@ cloud_providers:
|
||||||
image: Ubuntu-18.04
|
image: Ubuntu-18.04
|
||||||
cloudstack:
|
cloudstack:
|
||||||
size: Micro
|
size: Micro
|
||||||
image: Linux Ubuntu 19.04 64-bit
|
image: Linux Ubuntu 19.10 64-bit
|
||||||
disk: 10
|
disk: 10
|
||||||
vultr:
|
vultr:
|
||||||
os: Ubuntu 19.04 x64
|
os: Ubuntu 19.10 x64
|
||||||
size: 1024 MB RAM,25 GB SSD,1.00 TB BW
|
size: 1024 MB RAM,25 GB SSD,1.00 TB BW
|
||||||
local:
|
local:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue