mirror of
https://github.com/HanXHX/ansible-nginx.git
synced 2026-02-24 09:03:29 +07:00
🚀 Support Ubuntu 24.04 + Debian 13
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
---
|
||||
|
||||
platforms:
|
||||
- name: debian-12
|
||||
image: dokken/debian-12
|
||||
- name: debian-13
|
||||
image: dokken/debian-13
|
||||
command: /lib/systemd/systemd
|
||||
dockerfile: ../_shared/Dockerfile.j2
|
||||
capabilities:
|
||||
|
||||
13
molecule/debian-13/molecule.yml
Normal file
13
molecule/debian-13/molecule.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
|
||||
platforms:
|
||||
- name: debian-12
|
||||
image: dokken/debian-13
|
||||
command: /lib/systemd/systemd
|
||||
dockerfile: ../_shared/Dockerfile.j2
|
||||
capabilities:
|
||||
- SYS_ADMIN
|
||||
cgroupns_mode: host
|
||||
volumes:
|
||||
- /sys/fs/cgroup:/sys/fs/cgroup:rw
|
||||
privileged: true
|
||||
13
molecule/ubuntu-24.04/molecule.yml
Normal file
13
molecule/ubuntu-24.04/molecule.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
|
||||
platforms:
|
||||
- name: ubuntu-24.04
|
||||
image: dokken/ubuntu-24.04
|
||||
command: /lib/systemd/systemd
|
||||
dockerfile: ../_shared/Dockerfile.j2
|
||||
capabilities:
|
||||
- SYS_ADMIN
|
||||
cgroupns_mode: host
|
||||
volumes:
|
||||
- /sys/fs/cgroup:/sys/fs/cgroup:rw
|
||||
privileged: true
|
||||
Reference in New Issue
Block a user