-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcst.yaml
41 lines (41 loc) · 985 Bytes
/
cst.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
schemaVersion: "2.0.0"
fileExistenceTests:
- name: "ct-monitor"
path: "/ct-monitor"
shouldExist: true
permissions: "-rwxr-xr-x"
- name: "passwd"
path: "/etc/passwd"
shouldExist: true
permissions: "-rw-r--r--"
uid: 0
gid: 0
- name: "group"
path: "/etc/group"
shouldExist: true
permissions: "-rw-r--r--"
uid: 0
gid: 0
- name: "/etc/ct-monitor"
path: "/etc/ct-monitor"
shouldExist: true
permissions: "drwxr-xr-x"
uid: 65534
gid: 65534
- name: "/var/log/ct-monitor"
path: "/var/log/ct-monitor"
shouldExist: true
permissions: "drwxr-xr-x"
uid: 65534
gid: 65534
metadataTest:
entrypoint: ["/ct-monitor"]
labels:
- key: "org.opencontainers.image.authors"
value: "Hsn723"
- key: "org.opencontainers.image.title"
value: "ct-monitor"
- key: "org.opencontainers.image.source"
value: "https://github.com/hsn723/ct-monitor"
licenseTests:
- files: ["/LICENSE"]