From 861abad0d24fffe4bbee7ca7ada017e4bfafcbfd Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Fri, 20 Sep 2024 08:42:44 +0200 Subject: [PATCH] Debian buster is not supported anymore. --- .github/workflows/molecule.yml | 4 ---- .gitlab-ci.yml | 3 --- README.md | 2 +- meta/main.yml | 1 - 4 files changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index a9799ae..a9ad924 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -36,8 +36,6 @@ jobs: tag: "latest" - image: "debian" tag: "bullseye" - - image: "debian" - tag: "buster" - image: "enterpriselinux" tag: "latest" - image: "fedora" @@ -74,8 +72,6 @@ jobs: tag: "latest" - image: "debian" tag: "bullseye" - - image: "debian" - tag: "buster" - image: "enterpriselinux" tag: "latest" - image: "fedora" diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fef0f38..88a2960 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,9 +21,6 @@ molecule: - image: "debian" tag: "bullseye" python: ['python:3.9', 'python:3.10'] - - image: "debian" - tag: "buster" - python: ['python:3.9', 'python:3.10'] - image: "enterpriselinux" tag: "latest" python: ['python:3.9', 'python:3.10'] diff --git a/README.md b/README.md index 7d0ca6f..fc3a101 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ This role has been tested on these [container images](https://hub.docker.com/u/r |container|tags| |---------|----| -|[Debian](https://hub.docker.com/r/robertdebock/debian)|bookworm, bullseye, buster| +|[Debian](https://hub.docker.com/r/robertdebock/debian)|bookworm, bullseye| |[EL](https://hub.docker.com/r/robertdebock/enterpriselinux)|9| |[Fedora](https://hub.docker.com/r/robertdebock/fedora)|38, 39| |[Ubuntu](https://hub.docker.com/r/robertdebock/ubuntu)|jammy| diff --git a/meta/main.yml b/meta/main.yml index 84d3f00..52ed4ca 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -12,7 +12,6 @@ galaxy_info: versions: - bookworm - bullseye - - buster - name: EL versions: - "9"