@@ -28,7 +28,7 @@ platforms:
28
28
command : /sbin/init
29
29
- name : alpine-3.16
30
30
image : alpine:3.16
31
- # platform: x86_64
31
+ platform : x86_64
32
32
dockerfile : ../common/Dockerfile.j2
33
33
privileged : true
34
34
cgroupns_mode : host
@@ -37,7 +37,7 @@ platforms:
37
37
command : /sbin/init
38
38
- name : alpine-3.17
39
39
image : alpine:3.17
40
- # # platform: aarch64
40
+ # platform: aarch64
41
41
dockerfile : ../common/Dockerfile.j2
42
42
privileged : true
43
43
cgroupns_mode : host
@@ -54,7 +54,7 @@ platforms:
54
54
command : /sbin/init
55
55
- name : amazonlinux-2
56
56
image : amazonlinux:2
57
- # platform: x86_64
57
+ platform : x86_64
58
58
dockerfile : ../common/Dockerfile.j2
59
59
privileged : true
60
60
cgroupns_mode : host
@@ -63,7 +63,7 @@ platforms:
63
63
command : /usr/sbin/init
64
64
- name : centos-7
65
65
image : centos:7
66
- # platform: x86_64
66
+ platform : x86_64
67
67
dockerfile : ../common/Dockerfile.j2
68
68
privileged : true
69
69
cgroupns_mode : host
@@ -88,7 +88,7 @@ platforms:
88
88
command : /sbin/init
89
89
- name : oraclelinux-7
90
90
image : oraclelinux:7
91
- # platform: x86_64
91
+ platform : x86_64
92
92
dockerfile : ../common/Dockerfile.j2
93
93
privileged : true
94
94
cgroupns_mode : host
@@ -113,7 +113,7 @@ platforms:
113
113
command : /usr/sbin/init
114
114
- name : rhel-7
115
115
image : registry.access.redhat.com/ubi7:7.9
116
- # platform: x86_64
116
+ platform : x86_64
117
117
dockerfile : ../common/Dockerfile.j2
118
118
privileged : true
119
119
cgroupns_mode : host
@@ -122,7 +122,7 @@ platforms:
122
122
command : /usr/sbin/init
123
123
- name : rhel-8
124
124
image : redhat/ubi8:8.7
125
- # # platform: s390x
125
+ # platform: s390x
126
126
dockerfile : ../common/Dockerfile.j2
127
127
privileged : true
128
128
cgroupns_mode : host
@@ -131,7 +131,7 @@ platforms:
131
131
command : /usr/sbin/init
132
132
- name : rhel-9
133
133
image : redhat/ubi9:9.1.0
134
- # # platform: aarch64
134
+ # platform: aarch64
135
135
dockerfile : ../common/Dockerfile.j2
136
136
privileged : true
137
137
cgroupns_mode : host
@@ -156,7 +156,7 @@ platforms:
156
156
command : /usr/sbin/init
157
157
- name : sles15
158
158
image : registry.suse.com/bci/bci-base:15.4
159
- # platform: x86_64
159
+ platform : x86_64
160
160
dockerfile : ../common/Dockerfile.j2
161
161
privileged : true
162
162
cgroupns_mode : host
@@ -165,7 +165,7 @@ platforms:
165
165
command : /usr/sbin/init
166
166
- name : ubuntu-focal
167
167
image : ubuntu:focal
168
- # # platform: s390x
168
+ # platform: s390x
169
169
dockerfile : ../common/Dockerfile.j2
170
170
privileged : true
171
171
cgroupns_mode : host
@@ -174,7 +174,7 @@ platforms:
174
174
command : /sbin/init
175
175
- name : ubuntu-jammy
176
176
image : ubuntu:jammy
177
- # # platform: aarch64
177
+ # platform: aarch64
178
178
dockerfile : ../common/Dockerfile.j2
179
179
privileged : true
180
180
cgroupns_mode : host
0 commit comments