-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtree-images.yaml
172 lines (154 loc) · 4.87 KB
/
tree-images.yaml
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
# Configuration script for SimpleStream Builder
# Define a specific path where build simple streams files.
# By defualt use path / for expose images.
# prefix: '/'
prefix: ''
# Path of the images.json
images_path: streams/v1
# Normally this field must be with this values for LXC.
datatype: image-downloads
# Define version of the products.
format: "products:1.0"
# Define list of products
products:
# Sabayon Base rootfs
- name: sabayon-base:current:amd64:default
arch: amd64
release: current
os: Sabayon
release_title: "Base"
directory: sabayon-base
prefix_path: "https://get.mocaccino.org/mocaccino-lxd/lxd-sabayon-base"
days: 2
aliases:
- "sabayon/base"
# Sabayon Builder rootfs
- name: sabayon-builder:current:amd64:default
arch: amd64
release: current
os: Sabayon
release_title: "Builder"
directory: sabayon-builder
# Path where retrieve images informations and files.
# This option is used by build-images-file
prefix_path: "https://get.mocaccino.org/mocaccino-lxd/lxd-sabayon-builder"
days: 2
aliases:
- "sabayon/builder"
# Sabayon Builder rootfs
- name: sabayon-isobuilder:current:amd64:default
arch: amd64
release: current
os: Sabayon
release_title: "ISO Builder"
directory: sabayon-isobuilder
# Path where retrieve images informations and files.
# This option is used by build-images-file
prefix_path: "https://get.mocaccino.org/mocaccino-lxd/lxd-sabayon-isobuilder"
days: 2
aliases:
- "sabayon/iso-builder"
# Sabayon ci rootfs
- name: sabayon-ci:current:amd64:default
arch: amd64
release: current
os: Sabayon
release_title: "CI"
directory: sabayon-ci
# Path where retrieve images informations and files.
# This option is used by build-images-file
prefix_path: "https://get.mocaccino.org/mocaccino-lxd/lxd-sabayon-ci"
days: 2
aliases:
- "sabayon/ci"
# Sabayon Luet
- name: sabayon-luet:current:amd64:default
arch: amd64
release: current
os: Sabayon
release_title: "Luet"
directory: sabayon-luet
# Path where retrieve images informations and files.
# This option is used by build-images-file
prefix_path: "https://get.mocaccino.org/mocaccino-lxd/lxd-sabayon-luet"
days: 2
aliases:
- "sabayon/luet"
# Mocaccino Micro
- name: mocaccino-micro:current:amd64:default
arch: amd64
release: current
os: Mocaccino
release_title: "Micro"
directory: mocaccino-micro
# Path where retrieve images informations and files.
# This option is used by build-images-file
prefix_path: "https://get.mocaccino.org/mocaccino-lxd/lxd-mocaccino-micro"
days: 2
aliases:
- "mocaccino/micro"
# Mocaccino Micro Toolchain
- name: mocaccino-micro-toolchain:current:amd64:default
arch: amd64
release: current
os: Mocaccino
release_title: "Micro Toolchain"
directory: mocaccino-micro-toolchain
# Path where retrieve images informations and files.
# This option is used by build-images-file
prefix_path: "https://get.mocaccino.org/mocaccino-lxd/lxd-mocaccino-micro-toolchain"
days: 2
aliases:
- "mocaccino/micro-toolchain"
# Mocaccino QA
- name: mocaccino-qa:current:amd64:default
arch: amd64
release: current
os: Mocaccino
release_title: "QA / Test"
directory: mocaccino-qa
# Path where retrieve images informations and files.
# This option is used by build-images-file
prefix_path: "https://get.mocaccino.org/mocaccino-lxd/lxd-mocaccino-qa"
days: 2
aliases:
- "mocaccino/qa"
# Mocaccino Builder
- name: mocaccino-builder:current:amd64:default
arch: amd64
release: current
os: Mocaccino
release_title: "Builder"
directory: mocaccino-builder
# Path where retrieve images informations and files.
# This option is used by build-images-file
prefix_path: "https://get.mocaccino.org/mocaccino-lxd/lxd-mocaccino-builder"
days: 2
aliases:
- "mocaccino/builder"
# Mocaccino Portage
- name: mocaccino-portage:current:amd64:default
arch: amd64
release: current
os: Mocaccino
release_title: "Portage"
directory: mocaccino-portage
# Path where retrieve images informations and files.
# This option is used by build-images-file
prefix_path: "https://get.mocaccino.org/mocaccino-lxd/lxd-mocaccino-portage"
days: 2
aliases:
- "mocaccino/portage"
# Mocaccino Portage Builder
- name: mocaccino-portage-builder:current:amd64:default
arch: amd64
release: current
os: Mocaccino
release_title: "Portage Builder"
directory: mocaccino-portage-builder
# Path where retrieve images informations and files.
# This option is used by build-images-file
prefix_path: "https://get.mocaccino.org/mocaccino-lxd/lxd-mocaccino-portage-builder"
days: 1
aliases:
- "mocaccino/portage-builder"