-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
28 lines (24 loc) · 897 Bytes
/
config.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
# The name of the cloud image will be created from the name and the version.
name: bioinfo-desktop
version: 0.1.3
maintainers: [Lukas Jelonek - lukas.jelonek@computational.bio.uni-giessen.de]
# The description will be used for generated websites
description: An ubuntu image that contains an xfce desktop and x2go
# A list of installed tools worth mentioning.
# Will be used as documentation, e.g. on a homepage
tools: [xfce, x2go]
# A list of tags to classify images.
tags: [desktop]
# Information needed for the execution of diskimage-builder
dib:
# architecture of the image
architecture: amd64
# list of elements to include in the image
elements: [ubuntu, vm, xfce-desktop, conda-biotools]
# package names that should be installed, -p in dib
packages: []
# Information needed for image deployment
deploy:
min_cpu: 1
min_ram: 8192 #MB
min_hd: 20 #GB