File tree Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ description: >
4
4
image created by Linode for public use.
5
5
schema :
6
6
id :
7
- type : Integer
8
- value : 12345
7
+ type : String
8
+ value : linode/ubuntu17.10
9
9
description : The ID of this image
10
10
label :
11
11
type : String
12
- value : ubuntu_17.4_with_rails_5
12
+ value : Ubuntu 17.10
13
13
description : |
14
14
A short description of the image. Labels cannot
15
15
contain special characters.
@@ -18,19 +18,15 @@ schema:
18
18
editable : true
19
19
description :
20
20
type : String
21
- value : Ubuntu 17.4 with Ruby on Rails 5
21
+ value : Ubuntu 17.10 with Ruby on Rails 5
22
22
description : |
23
23
A detailed description of this image.
24
24
limit : 0-65000 characters
25
25
editable : true
26
26
created :
27
27
type : String
28
- value : " 2015-09-29T11:21:01 "
28
+ value : " 2017-10-19T20:19:16 "
29
29
description : When the image was created.
30
- updated :
31
- type : String
32
- value : " 2015-09-29T11:21:01"
33
- description : The last time the image was modified.
34
30
type :
35
31
type : Enum
36
32
subtype : Type
@@ -43,15 +39,15 @@ schema:
43
39
description : True if the image is public.
44
40
size :
45
41
type : Integer
46
- value : 1000
42
+ value : 2250
47
43
description : The minimum size this image needs to deploy.
48
44
created_by :
49
45
type : String
50
- value : your_username
46
+ value : linode
51
47
description : The name of the user who created this image, or linode for official images.
52
48
vendor :
53
49
type : String
54
- value : Arch
50
+ value : Ubuntu
55
51
description : The upstream distribution vendor. Consistent between releases of a distro.
56
52
None for private images.
57
53
deprecated :
You can’t perform that action at this time.
0 commit comments