Skip to content

Commit cc60aa6

Browse files
committed
add ubuntu-plucky to molecule default platforms
1 parent be88f1f commit cc60aa6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.config/molecule/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,3 +162,11 @@ platforms:
162162
volumes:
163163
- /sys/fs/cgroup:/sys/fs/cgroup:rw
164164
command: /sbin/init
165+
- name: ubuntu-plucky
166+
image: ubuntu:plucky
167+
dockerfile: ../common/Dockerfile.j2
168+
privileged: true
169+
cgroupns_mode: host
170+
volumes:
171+
- /sys/fs/cgroup:/sys/fs/cgroup:rw
172+
command: /sbin/init

vars/main.yml

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

6565
# Supported NGINX Plus distributions

0 commit comments

Comments
 (0)