Skip to content

Commit 349b6f0

Browse files
committed
remove alpine-3.18 platform from molecule default platforms
1 parent f838a2f commit 349b6f0

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

.config/molecule/config.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,6 @@ platforms:
2424
volumes:
2525
- /sys/fs/cgroup:/sys/fs/cgroup:rw
2626
command: /usr/sbin/init
27-
- name: alpine-3.18
28-
image: alpine:3.18
29-
dockerfile: ../common/Dockerfile.j2
30-
privileged: true
31-
cgroupns_mode: host
32-
volumes:
33-
- /sys/fs/cgroup:/sys/fs/cgroup:rw
34-
command: /sbin/init
3527
- name: alpine-3.19
3628
image: alpine:3.19
3729
dockerfile: ../common/Dockerfile.j2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ AlmaLinux:
174174
- 8
175175
- 9
176176
Alpine:
177-
- 3.18
178177
- 3.19
179178
- 3.20
180179
- 3.21
@@ -198,6 +197,7 @@ SUSE/SLES:
198197
Ubuntu:
199198
- jammy (22.04)
200199
- noble (24.04)
200+
- plucky (25.04)
201201
```
202202

203203
### NGINX Plus

vars/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ nginx_supported_distributions:
3131
architectures: [x86_64, aarch64, s390x]
3232
alpine:
3333
name: Alpine Linux
34-
versions: [3.18, 3.19, 3.20, 3.21]
34+
versions: [3.19, 3.20, 3.21]
3535
architectures: [x86_64, aarch64]
3636
amazon:
3737
name: Amazon Linux

0 commit comments

Comments
 (0)