forked from chef/bento
-
Notifications
You must be signed in to change notification settings - Fork 0
/
builds.yml
45 lines (44 loc) · 946 Bytes
/
builds.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
public:
- 'amazon-2'
- 'centos-6.10-i386'
- 'centos-6.10'
- 'centos-7.8'
- 'centos-8.2'
- 'debian-9.12-i386'
- 'debian-9.12'
- 'debian-10.4-i386'
- 'debian-10.4'
- 'fedora-31'
- 'fedora-32'
- 'freebsd-11.4-i386'
- 'freebsd-11.4'
- 'freebsd-12.1-i386'
- 'freebsd-12.1'
- 'opensuse-leap-15.2'
- 'oracle-5.11-i386'
- 'oracle-5.11'
- 'oracle-6.10-i386'
- 'oracle-6.10'
- 'oracle-7.7'
- 'oracle-8.2'
- 'scientific-7.8'
- 'ubuntu-16.04-i386'
- 'ubuntu-16.04'
- 'ubuntu-18.04'
- 'ubuntu-20.04'
# slug box name: text string from standard box name to match (generally the same)
slugs:
'centos-6': 'centos-6'
'centos-7': 'centos-7'
'centos-8': 'centos-8'
'debian-9': 'debian-9'
'debian-10': 'debian-10'
'oracle-6': 'oracle-6'
'oracle-7': 'oracle-7'
'oracle-8': 'oracle-8'
'scientific-7': 'scientific-7'
'freebsd-11': 'freebsd-11'
'freebsd-12': 'freebsd-12'
'opensuse-leap-15': 'opensuse-leap-15'
'fedora-latest': 'fedora-32'