Skip to content

Commit

Permalink
Deprecate Debian 10 & Upgrade to Fedora 40
Browse files Browse the repository at this point in the history
  • Loading branch information
x86-39 committed Jun 7, 2024
1 parent f3148a2 commit 0652207
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ Requirements
These platforms are supported:
<!-- - Ubuntu 20.04 -->
- Ubuntu 22.04
- Debian 10
- Debian 11
- Debian 12
- EL 8 (Tested on Rocky Linux 8)
- EL 9 (Tested on Rocky Linux 9)
- Fedora 38
- Fedora 40

<!--
- List hardware requirements here
Expand Down
13 changes: 2 additions & 11 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,6 @@ platforms:
cgroupns_mode: host
privileged: true
command: "/usr/sbin/init"
- name: debian10
image: docker.io/geerlingguy/docker-debian10-ansible
pre_build_image: true
systemd: always
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
cgroupns_mode: host
privileged: true
command: "/sbin/init"
- name: debian11
image: docker.io/geerlingguy/docker-debian11-ansible
pre_build_image: true
Expand Down Expand Up @@ -70,8 +61,8 @@ platforms:
cgroupns_mode: host
privileged: true
command: "/usr/sbin/init"
- name: fedora38
image: docker.io/geerlingguy/docker-fedora38-ansible
- name: fedora40
image: docker.io/geerlingguy/docker-fedora40-ansible
pre_build_image: true
systemd: always
volumes:
Expand Down

0 comments on commit 0652207

Please sign in to comment.