Skip to content

Commit a2f25f7

Browse files
authored
Merge pull request #301 from tobiashuste/eol-os
Remove support for OS that are EOL
2 parents e83c8d0 + 34933ad commit a2f25f7

File tree

6 files changed

+0
-14
lines changed

6 files changed

+0
-14
lines changed

.github/workflows/gitlab.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,9 @@ jobs:
4343
fail-fast: false
4444
matrix:
4545
image:
46-
- "ghcr.io/hifis-net/ubuntu-systemd:18.04"
4746
- "ghcr.io/hifis-net/ubuntu-systemd:20.04"
4847
- "ghcr.io/hifis-net/ubuntu-systemd:22.04"
4948
- "ghcr.io/hifis-net/debian-systemd:11"
50-
- "ghcr.io/hifis-net/almalinux-systemd:8"
5149

5250
steps:
5351
- name: "Check out the codebase."

.github/workflows/ssh_keys.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,8 @@ jobs:
4040
fail-fast: false
4141
matrix:
4242
image:
43-
- "ghcr.io/hifis-net/centos-systemd:7"
4443
- "ghcr.io/hifis-net/almalinux-systemd:8"
4544
- "ghcr.io/hifis-net/almalinux-systemd:9"
46-
- "ghcr.io/hifis-net/ubuntu-systemd:18.04"
4745
- "ghcr.io/hifis-net/ubuntu-systemd:20.04"
4846
- "ghcr.io/hifis-net/ubuntu-systemd:22.04"
4947
- "ghcr.io/hifis-net/ubuntu-systemd:24.04"

roles/gitlab/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ A role to install and configure official GitLab Omnibus package.
1313

1414
Currently [supported platforms](meta/main.yml) are:
1515

16-
- AlmaLinux 8
1716
- Debian 11 (Bullseye)
18-
- Ubuntu 18.04 LTS (Bionic Beaver)
1917
- Ubuntu 20.04 LTS (Focal Fossa)
2018
- Ubuntu 22.04 LTS (Jemmy Jellyfish)
2119

roles/gitlab/meta/main.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,8 @@ galaxy_info:
1818
min_ansible_version: "2.15"
1919

2020
platforms:
21-
- name: "EL"
22-
versions:
23-
- "8"
2421
- name: "Ubuntu"
2522
versions:
26-
- "bionic"
2723
- "focal"
2824
- "jammy"
2925
- name: "Debian"

roles/ssh_keys/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@ This Ansible role distributes authorized SSH public keys to users.
1313

1414
Currently [supported platforms](meta/main.yml) are:
1515

16-
- CentOS 7
1716
- AlmaLinux 8
1817
- AlmaLinux 9
19-
- Ubuntu 18.04 LTS
2018
- Ubuntu 20.04 LTS
2119
- Ubuntu 22.04 LTS
2220
- Ubuntu 24.04 LTS

roles/ssh_keys/meta/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,10 @@ galaxy_info:
1818
platforms:
1919
- name: "EL"
2020
versions:
21-
- "7"
2221
- "8"
2322
- "9"
2423
- name: "Ubuntu"
2524
versions:
26-
- "bionic"
2725
- "focal"
2826
- "jammy"
2927
- "noble"

0 commit comments

Comments
 (0)