File tree Expand file tree Collapse file tree 13 files changed +72
-71
lines changed Expand file tree Collapse file tree 13 files changed +72
-71
lines changed Original file line number Diff line number Diff line change 13
13
14
14
- Reimplement some platforms in the upgrade & downgrade Molecule scenarios since all platforms now have at least two releases.
15
15
- Replace the hardcoded NGINX version check in multiple Molecule scenarios with a dynamic NGINX version check.
16
+ - Explicitly specify the ` x86_64 ` platform in certain Molecule scenarios to avoid compatibility issues in ARM based computers.
16
17
17
18
## 0.24.1 (July 6, 2023)
18
19
Original file line number Diff line number Diff line change @@ -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
@@ -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
@@ -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
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ platforms: # The RHEL UBI 7 image fails to install some NGINX dependencies when
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
@@ -54,7 +54,7 @@ platforms: # The RHEL UBI 7 image fails to install some NGINX dependencies when
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: # The RHEL UBI 7 image fails to install some NGINX dependencies when
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: # The RHEL UBI 7 image fails to install some NGINX dependencies when
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
@@ -156,7 +156,7 @@ platforms: # The RHEL UBI 7 image fails to install some NGINX dependencies when
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: # The RHEL UBI 7 image fails to install some NGINX dependencies when
165
165
command : /usr/sbin/init
166
166
- name : ubuntu-bionic
167
167
image : ubuntu:bionic
168
- # platform: x86_64
168
+ platform : x86_64
169
169
dockerfile : ../common/Dockerfile.j2
170
170
privileged : true
171
171
cgroupns_mode : host
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ platforms: # Alpine 3.18 and Debian bookworm only have one version of NGINX Plus
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
@@ -54,7 +54,7 @@ platforms: # Alpine 3.18 and Debian bookworm only have one version of NGINX Plus
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: # Alpine 3.18 and Debian bookworm only have one version of NGINX Plus
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: # Alpine 3.18 and Debian bookworm only have one version of NGINX Plus
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: # Alpine 3.18 and Debian bookworm only have one version of NGINX Plus
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
@@ -156,7 +156,7 @@ platforms: # Alpine 3.18 and Debian bookworm only have one version of NGINX Plus
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
Original file line number Diff line number Diff line change @@ -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
@@ -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
@@ -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
Original file line number Diff line number Diff line change @@ -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
@@ -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
@@ -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
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ platforms: # Oracle Linux 7 works in local tests but bugs out in GitHub actions
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
@@ -54,7 +54,7 @@ platforms: # Oracle Linux 7 works in local tests but bugs out in GitHub actions
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: # Oracle Linux 7 works in local tests but bugs out in GitHub actions
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
@@ -104,7 +104,7 @@ platforms: # Oracle Linux 7 works in local tests but bugs out in GitHub actions
104
104
command : /usr/sbin/init
105
105
- name : rhel-7
106
106
image : registry.access.redhat.com/ubi7:7.9
107
- # platform: x86_64
107
+ platform : x86_64
108
108
dockerfile : ../common/Dockerfile.j2
109
109
privileged : true
110
110
cgroupns_mode : host
@@ -147,7 +147,7 @@ platforms: # Oracle Linux 7 works in local tests but bugs out in GitHub actions
147
147
command : /usr/sbin/init
148
148
- name : sles15
149
149
image : registry.suse.com/bci/bci-base:15.4
150
- # platform: x86_64
150
+ platform : x86_64
151
151
dockerfile : ../common/Dockerfile.j2
152
152
privileged : true
153
153
cgroupns_mode : host
Original file line number Diff line number Diff line change @@ -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
@@ -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
@@ -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
You can’t perform that action at this time.
0 commit comments