Skip to content

Commit bf67991

Browse files
committed
remove ubuntu-oracular from default molecule platforms
Ubuntu 24.10 "Oracular Oriole" reached its end of life (EOL) on July 10, 2025, meaning it no longer receives security updates or bug fixes.
1 parent 3e6a6f0 commit bf67991

File tree

3 files changed

+1
-10
lines changed

3 files changed

+1
-10
lines changed

.config/molecule/config.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -178,11 +178,3 @@ platforms:
178178
volumes:
179179
- /sys/fs/cgroup:/sys/fs/cgroup:rw
180180
command: /sbin/init
181-
- name: ubuntu-oracular
182-
image: ubuntu:oracular
183-
dockerfile: ../common/Dockerfile.j2
184-
privileged: true
185-
cgroupns_mode: host
186-
volumes:
187-
- /sys/fs/cgroup:/sys/fs/cgroup:rw
188-
command: /sbin/init

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ Ubuntu:
199199
- focal (20.04)
200200
- jammy (22.04)
201201
- noble (24.04)
202-
- oracular (24.10)
203202
```
204203

205204
### NGINX Plus

vars/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ nginx_supported_distributions:
5959
architectures: [x86_64]
6060
ubuntu:
6161
name: Ubuntu
62-
versions: [20.04, 22.04, 24.04, 24.10]
6362
architectures: "{{ ['x86_64', 'aarch64', 's390x'] if ((ansible_facts['distribution_version'] is version('20.04', '==')) or (ansible_facts['distribution_version'] is version('22.04', '=='))) else ['x86_64', 'aarch64'] }}"
63+
versions: [20.04, 22.04, 24.04]
6464

6565
# Supported NGINX Plus distributions
6666
# https://docs.nginx.com/nginx/technical-specs/

0 commit comments

Comments
 (0)