@@ -9,8 +9,8 @@ platforms:
9
9
pre_build_image : true
10
10
systemd : true
11
11
tmpfs :
12
- - /run
13
- - /tmp
12
+ " /tmp " : " rw,exec,mode=1777 "
13
+ " /run " : " rw,noexec,nosuid,nodev "
14
14
volumes :
15
15
- /sys/fs/cgroup:/sys/fs/cgroup:ro
16
16
cgroupns_mode : host
@@ -21,8 +21,8 @@ platforms:
21
21
pre_build_image : true
22
22
systemd : true
23
23
tmpfs :
24
- - /run
25
- - /tmp
24
+ " /tmp " : " rw,exec,mode=1777 "
25
+ " /run " : " rw,noexec,nosuid,nodev "
26
26
volumes :
27
27
- /sys/fs/cgroup:/sys/fs/cgroup:ro
28
28
cgroupns_mode : host
@@ -33,8 +33,8 @@ platforms:
33
33
pre_build_image : true
34
34
systemd : true
35
35
tmpfs :
36
- - /run
37
- - /tmp
36
+ " /tmp " : " rw,exec,mode=1777 "
37
+ " /run " : " rw,noexec,nosuid,nodev "
38
38
volumes :
39
39
- /sys/fs/cgroup:/sys/fs/cgroup:ro
40
40
cgroupns_mode : host
@@ -45,8 +45,8 @@ platforms:
45
45
pre_build_image : true
46
46
systemd : true
47
47
tmpfs :
48
- - /run
49
- - /tmp
48
+ " /tmp " : " rw,exec,mode=1777 "
49
+ " /run " : " rw,noexec,nosuid,nodev "
50
50
volumes :
51
51
- /sys/fs/cgroup:/sys/fs/cgroup:ro
52
52
cgroupns_mode : host
@@ -57,8 +57,8 @@ platforms:
57
57
pre_build_image : true
58
58
systemd : true
59
59
tmpfs :
60
- - /run
61
- - /tmp
60
+ " /tmp " : " rw,exec,mode=1777 "
61
+ " /run " : " rw,noexec,nosuid,nodev "
62
62
volumes :
63
63
- /sys/fs/cgroup:/sys/fs/cgroup:ro
64
64
cgroupns_mode : host
@@ -69,8 +69,8 @@ platforms:
69
69
pre_build_image : true
70
70
systemd : true
71
71
tmpfs :
72
- - /run
73
- - /tmp
72
+ " /tmp " : " rw,exec,mode=1777 "
73
+ " /run " : " rw,noexec,nosuid,nodev "
74
74
volumes :
75
75
- /sys/fs/cgroup:/sys/fs/cgroup:ro
76
76
cgroupns_mode : host
@@ -81,8 +81,8 @@ platforms:
81
81
pre_build_image : true
82
82
systemd : true
83
83
tmpfs :
84
- - /run
85
- - /tmp
84
+ " /tmp " : " rw,exec,mode=1777 "
85
+ " /run " : " rw,noexec,nosuid,nodev "
86
86
volumes :
87
87
- /sys/fs/cgroup:/sys/fs/cgroup:ro
88
88
cgroupns_mode : host
@@ -93,8 +93,8 @@ platforms:
93
93
pre_build_image : true
94
94
systemd : true
95
95
tmpfs :
96
- - /run
97
- - /tmp
96
+ " /tmp " : " rw,exec,mode=1777 "
97
+ " /run " : " rw,noexec,nosuid,nodev "
98
98
volumes :
99
99
- /sys/fs/cgroup:/sys/fs/cgroup:ro
100
100
cgroupns_mode : host
@@ -105,8 +105,8 @@ platforms:
105
105
pre_build_image : true
106
106
systemd : true
107
107
tmpfs :
108
- - /run
109
- - /tmp
108
+ " /tmp " : " rw,exec,mode=1777 "
109
+ " /run " : " rw,noexec,nosuid,nodev "
110
110
volumes :
111
111
- /sys/fs/cgroup:/sys/fs/cgroup:ro
112
112
cgroupns_mode : host
0 commit comments