@@ -36,6 +36,7 @@ platforms: # The RHEL UBI 7 image fails to install some NGINX dependencies when
36
36
command : /sbin/init
37
37
- name : alpine-3.16
38
38
image : alpine:3.16
39
+ platform : x86_64
39
40
dockerfile : ../common/Dockerfile.j2
40
41
privileged : true
41
42
cgroupns_mode : host
@@ -44,6 +45,7 @@ platforms: # The RHEL UBI 7 image fails to install some NGINX dependencies when
44
45
command : /sbin/init
45
46
- name : alpine-3.17
46
47
image : alpine:3.17
48
+ platform : aarch64
47
49
dockerfile : ../common/Dockerfile.j2
48
50
privileged : true
49
51
cgroupns_mode : host
@@ -52,7 +54,7 @@ platforms: # The RHEL UBI 7 image fails to install some NGINX dependencies when
52
54
command : /sbin/init
53
55
- name : amazonlinux-2
54
56
image : amazonlinux:2
55
- platform : amd64
57
+ platform : x86_64
56
58
dockerfile : ../common/Dockerfile.j2
57
59
privileged : true
58
60
cgroupns_mode : host
@@ -61,7 +63,7 @@ platforms: # The RHEL UBI 7 image fails to install some NGINX dependencies when
61
63
command : /usr/sbin/init
62
64
- name : centos-7
63
65
image : centos:7
64
- platform : amd64
66
+ platform : x86_64
65
67
dockerfile : ../common/Dockerfile.j2
66
68
privileged : true
67
69
cgroupns_mode : host
@@ -78,7 +80,7 @@ platforms: # The RHEL UBI 7 image fails to install some NGINX dependencies when
78
80
command : /sbin/init
79
81
- name : oraclelinux-7
80
82
image : oraclelinux:7
81
- platform : amd64
83
+ platform : x86_64
82
84
dockerfile : ../common/Dockerfile.j2
83
85
privileged : true
84
86
cgroupns_mode : host
@@ -103,6 +105,7 @@ platforms: # The RHEL UBI 7 image fails to install some NGINX dependencies when
103
105
command : /usr/sbin/init
104
106
- name : rhel-8
105
107
image : redhat/ubi8:8.7
108
+ platform : s390x
106
109
dockerfile : ../common/Dockerfile.j2
107
110
privileged : true
108
111
cgroupns_mode : host
@@ -111,6 +114,7 @@ platforms: # The RHEL UBI 7 image fails to install some NGINX dependencies when
111
114
command : /usr/sbin/init
112
115
- name : rhel-9
113
116
image : redhat/ubi9:9.1.0
117
+ platform : aarch64
114
118
dockerfile : ../common/Dockerfile.j2
115
119
privileged : true
116
120
cgroupns_mode : host
@@ -135,7 +139,7 @@ platforms: # The RHEL UBI 7 image fails to install some NGINX dependencies when
135
139
command : /usr/sbin/init
136
140
- name : sles15
137
141
image : registry.suse.com/bci/bci-base:15.4
138
- platform : amd64
142
+ platform : x86_64
139
143
dockerfile : ../common/Dockerfile.j2
140
144
privileged : true
141
145
cgroupns_mode : host
@@ -144,6 +148,7 @@ platforms: # The RHEL UBI 7 image fails to install some NGINX dependencies when
144
148
command : /usr/sbin/init
145
149
- name : ubuntu-bionic
146
150
image : ubuntu:bionic
151
+ platform : x86_64
147
152
dockerfile : ../common/Dockerfile.j2
148
153
privileged : true
149
154
cgroupns_mode : host
@@ -152,6 +157,7 @@ platforms: # The RHEL UBI 7 image fails to install some NGINX dependencies when
152
157
command : /sbin/init
153
158
- name : ubuntu-focal
154
159
image : ubuntu:focal
160
+ platform : s390x
155
161
dockerfile : ../common/Dockerfile.j2
156
162
privileged : true
157
163
cgroupns_mode : host
@@ -160,6 +166,7 @@ platforms: # The RHEL UBI 7 image fails to install some NGINX dependencies when
160
166
command : /sbin/init
161
167
- name : ubuntu-jammy
162
168
image : ubuntu:jammy
169
+ platform : aarch64
163
170
dockerfile : ../common/Dockerfile.j2
164
171
privileged : true
165
172
cgroupns_mode : host
0 commit comments