File tree Expand file tree Collapse file tree 17 files changed +1
-78
lines changed Expand file tree Collapse file tree 17 files changed +1
-78
lines changed Original file line number Diff line number Diff line change 69
69
if : ${{ !(contains(matrix.scenario, 'plus')) || (env.NGINX_CRT != 0 && env.NGINX_KEY != 0) }}
70
70
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
71
71
72
- # - name: Set up Docker QEMU
73
- # if: ${{ !(contains(matrix.scenario, 'plus')) || (env.NGINX_CRT != 0 && env.NGINX_KEY != 0) }}
74
- # uses: docker/setup-qemu-action@v2
75
- # with:
76
- # platforms: aarch64,s390x
77
-
78
72
- name : Set up Python 3
79
73
if : ${{ !(contains(matrix.scenario, 'plus')) || (env.NGINX_CRT != 0 && env.NGINX_KEY != 0) }}
80
74
uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
Original file line number Diff line number Diff line change 15
15
16
16
- Update GitHub Actions to Ubuntu 24.04.
17
17
- Switch GitHub Actions from using tags to release hashes.
18
+ - Remove commented out Molecule platforms and GitHub Actions QEMU step for the time being. These changes will be reverted if multi-arch testing can be reinstated in GitHub Actions.
18
19
19
20
## 0.24.3 (July 11, 2024)
20
21
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ platforms:
20
20
command : /usr/sbin/init
21
21
- name : alpine-3.17
22
22
image : alpine:3.17
23
- # platform: aarch64
24
23
dockerfile : ../common/Dockerfile.j2
25
24
privileged : true
26
25
cgroupns_mode : host
@@ -102,7 +101,6 @@ platforms:
102
101
command : /usr/sbin/init
103
102
- name : rhel-8
104
103
image : redhat/ubi8:8.9
105
- # platform: s390x
106
104
dockerfile : ../common/Dockerfile.j2
107
105
privileged : true
108
106
cgroupns_mode : host
@@ -111,7 +109,6 @@ platforms:
111
109
command : /usr/sbin/init
112
110
- name : rhel-9
113
111
image : redhat/ubi9:9.3
114
- # platform: aarch64
115
112
dockerfile : ../common/Dockerfile.j2
116
113
privileged : true
117
114
cgroupns_mode : host
@@ -145,7 +142,6 @@ platforms:
145
142
command : /usr/sbin/init
146
143
- name : ubuntu-focal
147
144
image : ubuntu:focal
148
- # platform: s390x
149
145
dockerfile : ../common/Dockerfile.j2
150
146
privileged : true
151
147
cgroupns_mode : host
@@ -154,7 +150,6 @@ platforms:
154
150
command : /sbin/init
155
151
- name : ubuntu-jammy
156
152
image : ubuntu:jammy
157
- # platform: aarch64
158
153
dockerfile : ../common/Dockerfile.j2
159
154
privileged : true
160
155
cgroupns_mode : host
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ platforms:
29
29
command : /usr/sbin/init
30
30
- name : rhel-9
31
31
image : redhat/ubi9:9.3
32
- # platform: aarch64
33
32
dockerfile : ../common/Dockerfile.j2
34
33
privileged : true
35
34
cgroupns_mode : host
@@ -38,7 +37,6 @@ platforms:
38
37
command : /usr/sbin/init
39
38
- name : ubuntu-jammy
40
39
image : ubuntu:jammy
41
- # platform: aarch64
42
40
dockerfile : ../common/Dockerfile.j2
43
41
privileged : true
44
42
cgroupns_mode : host
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ platforms:
20
20
command : /usr/sbin/init
21
21
- name : alpine-3.17
22
22
image : alpine:3.17
23
- # platform: aarch64
24
23
dockerfile : ../common/Dockerfile.j2
25
24
privileged : true
26
25
cgroupns_mode : host
@@ -102,7 +101,6 @@ platforms:
102
101
command : /usr/sbin/init
103
102
- name : rhel-8
104
103
image : redhat/ubi8:8.9
105
- # platform: s390x
106
104
dockerfile : ../common/Dockerfile.j2
107
105
privileged : true
108
106
cgroupns_mode : host
@@ -111,7 +109,6 @@ platforms:
111
109
command : /usr/sbin/init
112
110
- name : rhel-9
113
111
image : redhat/ubi9:9.3
114
- # platform: aarch64
115
112
dockerfile : ../common/Dockerfile.j2
116
113
privileged : true
117
114
cgroupns_mode : host
@@ -145,7 +142,6 @@ platforms:
145
142
command : /usr/sbin/init
146
143
- name : ubuntu-focal
147
144
image : ubuntu:focal
148
- # platform: s390x
149
145
dockerfile : ../common/Dockerfile.j2
150
146
privileged : true
151
147
cgroupns_mode : host
@@ -154,7 +150,6 @@ platforms:
154
150
command : /sbin/init
155
151
- name : ubuntu-jammy
156
152
image : ubuntu:jammy
157
- # platform: aarch64
158
153
dockerfile : ../common/Dockerfile.j2
159
154
privileged : true
160
155
cgroupns_mode : host
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ platforms:
20
20
command : /usr/sbin/init
21
21
- name : alpine-3.17
22
22
image : alpine:3.17
23
- # platform: aarch64
24
23
dockerfile : ../common/Dockerfile.j2
25
24
privileged : true
26
25
cgroupns_mode : host
@@ -102,7 +101,6 @@ platforms:
102
101
command : /usr/sbin/init
103
102
- name : rhel-8
104
103
image : redhat/ubi8:8.9
105
- # platform: s390x
106
104
dockerfile : ../common/Dockerfile.j2
107
105
privileged : true
108
106
cgroupns_mode : host
@@ -111,7 +109,6 @@ platforms:
111
109
command : /usr/sbin/init
112
110
- name : rhel-9
113
111
image : redhat/ubi9:9.3
114
- # platform: aarch64
115
112
dockerfile : ../common/Dockerfile.j2
116
113
privileged : true
117
114
cgroupns_mode : host
@@ -145,7 +142,6 @@ platforms:
145
142
command : /usr/sbin/init
146
143
- name : ubuntu-focal
147
144
image : ubuntu:focal
148
- # platform: s390x
149
145
dockerfile : ../common/Dockerfile.j2
150
146
privileged : true
151
147
cgroupns_mode : host
@@ -154,7 +150,6 @@ platforms:
154
150
command : /sbin/init
155
151
- name : ubuntu-jammy
156
152
image : ubuntu:jammy
157
- # platform: aarch64
158
153
dockerfile : ../common/Dockerfile.j2
159
154
privileged : true
160
155
cgroupns_mode : host
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ platforms: # Ubuntu noble only has one version of NGINX Plus available (at the m
29
29
command : /sbin/init
30
30
- name : alpine-3.17
31
31
image : alpine:3.17
32
- # platform: aarch64
33
32
dockerfile : ../common/Dockerfile.j2
34
33
privileged : true
35
34
cgroupns_mode : host
@@ -103,7 +102,6 @@ platforms: # Ubuntu noble only has one version of NGINX Plus available (at the m
103
102
command : /usr/sbin/init
104
103
- name : rhel-8
105
104
image : redhat/ubi8:8.9
106
- # platform: s390x
107
105
dockerfile : ../common/Dockerfile.j2
108
106
privileged : true
109
107
cgroupns_mode : host
@@ -112,7 +110,6 @@ platforms: # Ubuntu noble only has one version of NGINX Plus available (at the m
112
110
command : /usr/sbin/init
113
111
- name : rhel-9
114
112
image : redhat/ubi9:9.3
115
- # platform: aarch64
116
113
dockerfile : ../common/Dockerfile.j2
117
114
privileged : true
118
115
cgroupns_mode : host
@@ -146,7 +143,6 @@ platforms: # Ubuntu noble only has one version of NGINX Plus available (at the m
146
143
command : /usr/sbin/init
147
144
- name : ubuntu-focal
148
145
image : ubuntu:focal
149
- # platform: s390x
150
146
dockerfile : ../common/Dockerfile.j2
151
147
privileged : true
152
148
cgroupns_mode : host
@@ -155,7 +151,6 @@ platforms: # Ubuntu noble only has one version of NGINX Plus available (at the m
155
151
command : /sbin/init
156
152
- name : ubuntu-jammy
157
153
image : ubuntu:jammy
158
- # platform: aarch64
159
154
dockerfile : ../common/Dockerfile.j2
160
155
privileged : true
161
156
cgroupns_mode : host
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ platforms: # Alpine 3.20 only has one version of NGINX OSS available (at the mom
20
20
command : /usr/sbin/init
21
21
- name : alpine-3.17
22
22
image : alpine:3.17
23
- # platform: aarch64
24
23
dockerfile : ../common/Dockerfile.j2
25
24
privileged : true
26
25
cgroupns_mode : host
@@ -102,7 +101,6 @@ platforms: # Alpine 3.20 only has one version of NGINX OSS available (at the mom
102
101
command : /usr/sbin/init
103
102
- name : rhel-8
104
103
image : redhat/ubi8:8.9
105
- # platform: s390x
106
104
dockerfile : ../common/Dockerfile.j2
107
105
privileged : true
108
106
cgroupns_mode : host
@@ -111,7 +109,6 @@ platforms: # Alpine 3.20 only has one version of NGINX OSS available (at the mom
111
109
command : /usr/sbin/init
112
110
- name : rhel-9
113
111
image : redhat/ubi9:9.3
114
- # platform: aarch64
115
112
dockerfile : ../common/Dockerfile.j2
116
113
privileged : true
117
114
cgroupns_mode : host
@@ -145,7 +142,6 @@ platforms: # Alpine 3.20 only has one version of NGINX OSS available (at the mom
145
142
command : /usr/sbin/init
146
143
- name : ubuntu-focal
147
144
image : ubuntu:focal
148
- # platform: s390x
149
145
dockerfile : ../common/Dockerfile.j2
150
146
privileged : true
151
147
cgroupns_mode : host
@@ -154,7 +150,6 @@ platforms: # Alpine 3.20 only has one version of NGINX OSS available (at the mom
154
150
command : /sbin/init
155
151
- name : ubuntu-jammy
156
152
image : ubuntu:jammy
157
- # platform: aarch64
158
153
dockerfile : ../common/Dockerfile.j2
159
154
privileged : true
160
155
cgroupns_mode : host
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ platforms:
29
29
command : /sbin/init
30
30
- name : alpine-3.17
31
31
image : alpine:3.17
32
- # platform: aarch64
33
32
dockerfile : ../common/Dockerfile.j2
34
33
privileged : true
35
34
cgroupns_mode : host
@@ -103,7 +102,6 @@ platforms:
103
102
command : /usr/sbin/init
104
103
- name : rhel-8
105
104
image : redhat/ubi8:8.9
106
- # platform: s390x
107
105
dockerfile : ../common/Dockerfile.j2
108
106
privileged : true
109
107
cgroupns_mode : host
@@ -112,7 +110,6 @@ platforms:
112
110
command : /usr/sbin/init
113
111
- name : rhel-9
114
112
image : redhat/ubi9:9.3
115
- # platform: aarch64
116
113
dockerfile : ../common/Dockerfile.j2
117
114
privileged : true
118
115
cgroupns_mode : host
@@ -146,7 +143,6 @@ platforms:
146
143
command : /usr/sbin/init
147
144
- name : ubuntu-focal
148
145
image : ubuntu:focal
149
- # platform: s390x
150
146
dockerfile : ../common/Dockerfile.j2
151
147
privileged : true
152
148
cgroupns_mode : host
@@ -155,7 +151,6 @@ platforms:
155
151
command : /sbin/init
156
152
- name : ubuntu-jammy
157
153
image : ubuntu:jammy
158
- # platform: aarch64
159
154
dockerfile : ../common/Dockerfile.j2
160
155
privileged : true
161
156
cgroupns_mode : host
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ platforms:
20
20
command : /usr/sbin/init
21
21
- name : alpine-3.17
22
22
image : alpine:3.17
23
- # platform: aarch64
24
23
dockerfile : ../common/Dockerfile.j2
25
24
privileged : true
26
25
cgroupns_mode : host
@@ -102,7 +101,6 @@ platforms:
102
101
command : /usr/sbin/init
103
102
- name : rhel-8
104
103
image : redhat/ubi8:8.9
105
- # platform: s390x
106
104
dockerfile : ../common/Dockerfile.j2
107
105
privileged : true
108
106
cgroupns_mode : host
@@ -111,7 +109,6 @@ platforms:
111
109
command : /usr/sbin/init
112
110
- name : rhel-9
113
111
image : redhat/ubi9:9.3
114
- # platform: aarch64
115
112
dockerfile : ../common/Dockerfile.j2
116
113
privileged : true
117
114
cgroupns_mode : host
@@ -145,7 +142,6 @@ platforms:
145
142
command : /usr/sbin/init
146
143
- name : ubuntu-focal
147
144
image : ubuntu:focal
148
- # platform: s390x
149
145
dockerfile : ../common/Dockerfile.j2
150
146
privileged : true
151
147
cgroupns_mode : host
@@ -154,7 +150,6 @@ platforms:
154
150
command : /sbin/init
155
151
- name : ubuntu-jammy
156
152
image : ubuntu:jammy
157
- # platform: aarch64
158
153
dockerfile : ../common/Dockerfile.j2
159
154
privileged : true
160
155
cgroupns_mode : host
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ platforms:
20
20
command : /usr/sbin/init
21
21
- name : alpine-3.17
22
22
image : alpine:3.17
23
- # platform: aarch64
24
23
dockerfile : ../common/Dockerfile.j2
25
24
privileged : true
26
25
cgroupns_mode : host
@@ -102,7 +101,6 @@ platforms:
102
101
command : /usr/sbin/init
103
102
- name : rhel-8
104
103
image : redhat/ubi8:8.9
105
- # platform: s390x
106
104
dockerfile : ../common/Dockerfile.j2
107
105
privileged : true
108
106
cgroupns_mode : host
@@ -111,7 +109,6 @@ platforms:
111
109
command : /usr/sbin/init
112
110
- name : rhel-9
113
111
image : redhat/ubi9:9.3
114
- # platform: aarch64
115
112
dockerfile : ../common/Dockerfile.j2
116
113
privileged : true
117
114
cgroupns_mode : host
@@ -145,7 +142,6 @@ platforms:
145
142
command : /usr/sbin/init
146
143
- name : ubuntu-focal
147
144
image : ubuntu:focal
148
- # platform: s390x
149
145
dockerfile : ../common/Dockerfile.j2
150
146
privileged : true
151
147
cgroupns_mode : host
@@ -154,7 +150,6 @@ platforms:
154
150
command : /sbin/init
155
151
- name : ubuntu-jammy
156
152
image : ubuntu:jammy
157
- # platform: aarch64
158
153
dockerfile : ../common/Dockerfile.j2
159
154
privileged : true
160
155
cgroupns_mode : host
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ platforms:
20
20
command : /usr/sbin/init
21
21
- name : alpine-3.17
22
22
image : alpine:3.17
23
- # platform: aarch64
24
23
dockerfile : ../common/Dockerfile.j2
25
24
privileged : true
26
25
cgroupns_mode : host
@@ -102,7 +101,6 @@ platforms:
102
101
command : /usr/sbin/init
103
102
- name : rhel-8
104
103
image : redhat/ubi8:8.9
105
- # platform: s390x
106
104
dockerfile : ../common/Dockerfile.j2
107
105
privileged : true
108
106
cgroupns_mode : host
@@ -111,7 +109,6 @@ platforms:
111
109
command : /usr/sbin/init
112
110
- name : rhel-9
113
111
image : redhat/ubi9:9.3
114
- # platform: aarch64
115
112
dockerfile : ../common/Dockerfile.j2
116
113
privileged : true
117
114
cgroupns_mode : host
@@ -145,7 +142,6 @@ platforms:
145
142
command : /usr/sbin/init
146
143
- name : ubuntu-focal
147
144
image : ubuntu:focal
148
- # platform: s390x
149
145
dockerfile : ../common/Dockerfile.j2
150
146
privileged : true
151
147
cgroupns_mode : host
@@ -154,7 +150,6 @@ platforms:
154
150
command : /sbin/init
155
151
- name : ubuntu-jammy
156
152
image : ubuntu:jammy
157
- # platform: aarch64
158
153
dockerfile : ../common/Dockerfile.j2
159
154
privileged : true
160
155
cgroupns_mode : host
You can’t perform that action at this time.
0 commit comments