Skip to content

Commit 7f2163f

Browse files
committed
Remove support for outdated platforms
cisagov/cyhy-runner requires at least Python 3.9 as of cisagov/cyhy-runner#34, and Debian Buster (10) and Ubuntu Focal (20.04) do not offer anything later than Python 3.8.
1 parent 83cae4c commit 7f2163f

File tree

3 files changed

+0
-40
lines changed

3 files changed

+0
-40
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,15 +186,13 @@ jobs:
186186
- arm64
187187
platform:
188188
- amazonlinux2023-systemd
189-
- debian10-systemd
190189
- debian11-systemd
191190
- debian12-systemd
192191
- debian13-systemd
193192
- fedora39-systemd
194193
- fedora40-systemd
195194
- fedora41-systemd
196195
- kali-systemd
197-
- ubuntu-20-systemd
198196
- ubuntu-22-systemd
199197
- ubuntu-24-systemd
200198
scenario:

meta/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ galaxy_info:
3030
- "2023"
3131
- name: Debian
3232
versions:
33-
- buster
3433
- bullseye
3534
- bookworm
3635
- trixie
@@ -44,7 +43,6 @@ galaxy_info:
4443
- "2023"
4544
- name: Ubuntu
4645
versions:
47-
- focal
4846
- jammy
4947
- noble
5048
role_name: cyhy_runner

molecule/default/molecule.yml

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -22,24 +22,6 @@ platforms:
2222
privileged: true
2323
volumes:
2424
- /sys/fs/cgroup:/sys/fs/cgroup:rw
25-
- cgroupns_mode: host
26-
command: /lib/systemd/systemd
27-
image: docker.io/geerlingguy/docker-debian10-ansible:latest
28-
name: debian10-systemd-amd64
29-
platform: amd64
30-
pre_build_image: true
31-
privileged: true
32-
volumes:
33-
- /sys/fs/cgroup:/sys/fs/cgroup:rw
34-
- cgroupns_mode: host
35-
command: /lib/systemd/systemd
36-
image: docker.io/geerlingguy/docker-debian10-ansible:latest
37-
name: debian10-systemd-arm64
38-
platform: arm64
39-
pre_build_image: true
40-
privileged: true
41-
volumes:
42-
- /sys/fs/cgroup:/sys/fs/cgroup:rw
4325
- cgroupns_mode: host
4426
command: /lib/systemd/systemd
4527
image: docker.io/geerlingguy/docker-debian11-ansible:latest
@@ -166,24 +148,6 @@ platforms:
166148
privileged: true
167149
volumes:
168150
- /sys/fs/cgroup:/sys/fs/cgroup:rw
169-
- cgroupns_mode: host
170-
command: /lib/systemd/systemd
171-
image: docker.io/geerlingguy/docker-ubuntu2004-ansible:latest
172-
name: ubuntu-20-systemd-amd64
173-
platform: amd64
174-
pre_build_image: true
175-
privileged: true
176-
volumes:
177-
- /sys/fs/cgroup:/sys/fs/cgroup:rw
178-
- cgroupns_mode: host
179-
command: /lib/systemd/systemd
180-
image: docker.io/geerlingguy/docker-ubuntu2004-ansible:latest
181-
name: ubuntu-20-systemd-arm64
182-
platform: arm64
183-
pre_build_image: true
184-
privileged: true
185-
volumes:
186-
- /sys/fs/cgroup:/sys/fs/cgroup:rw
187151
- cgroupns_mode: host
188152
command: /lib/systemd/systemd
189153
image: docker.io/geerlingguy/docker-ubuntu2204-ansible:latest

0 commit comments

Comments
 (0)