Skip to content

Commit 108f55e

Browse files
mcdonnnjjmorrowomni
authored andcommitted
Remove support for Debian Stretch
Debian Stretch's Long Term Support ended on 2022-06-30. Since the only support still available (Extended LTS) is a commercial offering it does not make sense to continue to support this platform if we are no longer using it ourselves.
1 parent be55684 commit 108f55e

File tree

4 files changed

+0
-26
lines changed

4 files changed

+0
-26
lines changed

meta/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ galaxy_info:
2020
- any
2121
- name: Debian
2222
versions:
23-
- stretch
2423
- buster
2524
- bullseye
2625
# Kali linux isn't an option here, but it is based on

molecule/default/Dockerfile_debian_9.j2

Lines changed: 0 additions & 12 deletions
This file was deleted.

molecule/default/molecule-no-systemd.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ platforms:
1919
- image: amazonlinux:2
2020
name: amazonlinux2
2121
platform: amd64
22-
- dockerfile: Dockerfile_debian_9.j2
23-
image: debian:stretch-slim
24-
name: debian9
25-
platform: amd64
2622
- image: debian:buster-slim
2723
name: debian10
2824
platform: amd64

molecule/default/molecule-with-systemd.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,6 @@ platforms:
2424
privileged: yes
2525
volumes:
2626
- /sys/fs/cgroup:/sys/fs/cgroup:rw
27-
- cgroupns_mode: host
28-
command: /lib/systemd/systemd
29-
image: geerlingguy/docker-debian9-ansible:latest
30-
name: debian9-systemd
31-
platform: amd64
32-
pre_build_image: yes
33-
privileged: yes
34-
volumes:
35-
- /sys/fs/cgroup:/sys/fs/cgroup:rw
3627
- cgroupns_mode: host
3728
command: /lib/systemd/systemd
3829
image: geerlingguy/docker-debian10-ansible:latest

0 commit comments

Comments
 (0)