-
Notifications
You must be signed in to change notification settings - Fork 6
/
config.yaml
37 lines (37 loc) · 1.28 KB
/
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
29
30
31
32
33
34
35
36
37
document: modularity-testing
version: 1
name: baseruntime
modulemd-url: http://pkgs.fedoraproject.org/cgit/modules/base-runtime.git/plain/base-runtime.yaml
service:
port:
packages:
profiles:
- container
rpms:
default_module: docker
module:
docker:
setup: docker inspect base-runtime-smoke || python ./setup.py
start:
labels:
#Short-term solution as there is no bugzilla component yet
com.redhat.component: "https://github.com/fedora-modularity/base-runtime"
name: "base-runtime"
version: "0"
release: "1"
architecture: "x86_64"
usage: "docker run --rm -it base-runtime/base-runtime bash"
summary: "Minimal application runtime environment other modules can build upon."
url: "https://github.com/fedora-modularity/base-runtime"
FGC: "f26-boltron"
source: http://pkgs.fedoraproject.org/cgit/modules/base-runtime.git
container: docker=base-runtime-smoke
rpm:
setup: echo LANG=C.utf8 > {ROOT}/etc/locale.conf
start:
stop:
status:
repo: https://kojipkgs.fedoraproject.org/compose/latest-Fedora-Modular-26/compose/Server/x86_64/os/
test:
processrunnig:
- 'ls / | grep bin'