You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: molecule/downgrade-plus/molecule.yml
+19-20Lines changed: 19 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
driver:
3
3
name: docker
4
-
platforms: # Alpine 3.17 only has one version of NGINX Plus available (at the moment) so it's impossible to test the downgrade scenario
4
+
platforms: # Alpine 3.18 and Debian bookworm only have one version of NGINX Plus available (at the moment) so it's impossible to test the downgrade scenario
5
5
- name: almalinux-8
6
6
image: almalinux:8
7
7
dockerfile: ../common/Dockerfile.j2
@@ -18,34 +18,34 @@ platforms: # Alpine 3.17 only has one version of NGINX Plus available (at the mo
18
18
volumes:
19
19
- /sys/fs/cgroup:/sys/fs/cgroup:rw
20
20
command: /usr/sbin/init
21
-
- name: alpine-3.14
22
-
image: alpine:3.14
21
+
- name: alpine-3.15
22
+
image: alpine:3.15
23
23
dockerfile: ../common/Dockerfile.j2
24
24
privileged: true
25
25
cgroupns_mode: host
26
26
volumes:
27
27
- /sys/fs/cgroup:/sys/fs/cgroup:rw
28
28
command: /sbin/init
29
-
- name: alpine-3.15
30
-
image: alpine:3.15
29
+
- name: alpine-3.16
30
+
image: alpine:3.16
31
+
# platform: x86_64
31
32
dockerfile: ../common/Dockerfile.j2
32
33
privileged: true
33
34
cgroupns_mode: host
34
35
volumes:
35
36
- /sys/fs/cgroup:/sys/fs/cgroup:rw
36
37
command: /sbin/init
37
-
- name: alpine-3.16
38
-
image: alpine:3.16
39
-
# platform: x86_64
38
+
- name: alpine-3.17
39
+
image: alpine:3.17
40
+
# platform: aarch64
40
41
dockerfile: ../common/Dockerfile.j2
41
42
privileged: true
42
43
cgroupns_mode: host
43
44
volumes:
44
45
- /sys/fs/cgroup:/sys/fs/cgroup:rw
45
46
command: /sbin/init
46
-
# - name: alpine-3.17
47
-
# image: alpine:3.17
48
-
# platform: aarch64
47
+
# - name: alpine-3.18
48
+
# image: alpine:3.18
49
49
# dockerfile: ../common/Dockerfile.j2
50
50
# privileged: true
51
51
# cgroupns_mode: host
@@ -78,6 +78,14 @@ platforms: # Alpine 3.17 only has one version of NGINX Plus available (at the mo
78
78
volumes:
79
79
- /sys/fs/cgroup:/sys/fs/cgroup:rw
80
80
command: /sbin/init
81
+
# - name: debian-bookworm
82
+
# image: debian:bookworm-slim
83
+
# dockerfile: ../common/Dockerfile.j2
84
+
# privileged: true
85
+
# cgroupns_mode: host
86
+
# volumes:
87
+
# - /sys/fs/cgroup:/sys/fs/cgroup:rw
88
+
# command: /sbin/init
81
89
- name: oraclelinux-7
82
90
image: oraclelinux:7
83
91
# platform: x86_64
@@ -155,15 +163,6 @@ platforms: # Alpine 3.17 only has one version of NGINX Plus available (at the mo
0 commit comments