File tree Expand file tree Collapse file tree 2 files changed +19
-11
lines changed Expand file tree Collapse file tree 2 files changed +19
-11
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,17 @@ galaxy_info:
13
13
14
14
platforms :
15
15
- name : EL
16
- versions : ["8", "9"]
16
+ versions :
17
+ - " 8"
18
+ - " 9"
17
19
- name : Debian
18
- versions : ["bullseye", "bookworm"]
20
+ versions :
21
+ - " bullseye"
22
+ - " bookworm"
19
23
- name : Ubuntu
20
- versions : ["focal", "jammy", "noble"]
24
+ versions :
25
+ - " focal"
26
+ - " jammy"
27
+ - " noble"
21
28
22
29
dependencies : []
Original file line number Diff line number Diff line change 1
- ---
2
1
dependency :
3
2
name : galaxy
4
3
enabled : false
@@ -11,33 +10,35 @@ platforms:
11
10
image : quay.io/centos/centos:stream9
12
11
pre_build_image : false
13
12
command : /sbin/init
14
- privileged : true
13
+ tmpfs :
14
+ - " /tmp:exec"
15
+ - " /run:rw,noexec,nosuid,nodev"
15
16
volumes :
16
17
- /sys/fs/cgroup:/sys/fs/cgroup:rw
17
- - /run
18
- - /run/lock
19
18
cgroupns_mode : host
20
19
21
20
- name : opencast-postgresql-debian
22
21
image : docker.io/debian:latest
23
22
pre_build_image : false
24
23
command : /sbin/init
25
24
privileged : true
25
+ tmpfs :
26
+ - " /tmp:exec"
27
+ - " /run:rw,noexec,nosuid,nodev"
26
28
volumes :
27
29
- /sys/fs/cgroup:/sys/fs/cgroup:rw
28
- - /run
29
- - /run/lock
30
30
cgroupns_mode : host
31
31
32
32
- name : opencast-postgresql-ubuntu
33
33
image : docker.io/ubuntu:latest
34
34
pre_build_image : false
35
35
command : /sbin/init
36
36
privileged : true
37
+ tmpfs :
38
+ - " /tmp:exec"
39
+ - " /run:rw,noexec,nosuid,nodev"
37
40
volumes :
38
41
- /sys/fs/cgroup:/sys/fs/cgroup:rw
39
- - /run
40
- - /run/lock
41
42
cgroupns_mode : host
42
43
43
44
lint : |
You can’t perform that action at this time.
0 commit comments