Skip to content

Commit

Permalink
Merge pull request #301 from tobiashuste/eol-os
Browse files Browse the repository at this point in the history
Remove support for OS that are EOL
  • Loading branch information
tobiashuste authored Aug 5, 2024
2 parents e83c8d0 + 34933ad commit a2f25f7
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 14 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/gitlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,9 @@ jobs:
fail-fast: false
matrix:
image:
- "ghcr.io/hifis-net/ubuntu-systemd:18.04"
- "ghcr.io/hifis-net/ubuntu-systemd:20.04"
- "ghcr.io/hifis-net/ubuntu-systemd:22.04"
- "ghcr.io/hifis-net/debian-systemd:11"
- "ghcr.io/hifis-net/almalinux-systemd:8"

steps:
- name: "Check out the codebase."
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ssh_keys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,8 @@ jobs:
fail-fast: false
matrix:
image:
- "ghcr.io/hifis-net/centos-systemd:7"
- "ghcr.io/hifis-net/almalinux-systemd:8"
- "ghcr.io/hifis-net/almalinux-systemd:9"
- "ghcr.io/hifis-net/ubuntu-systemd:18.04"
- "ghcr.io/hifis-net/ubuntu-systemd:20.04"
- "ghcr.io/hifis-net/ubuntu-systemd:22.04"
- "ghcr.io/hifis-net/ubuntu-systemd:24.04"
Expand Down
2 changes: 0 additions & 2 deletions roles/gitlab/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ A role to install and configure official GitLab Omnibus package.

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

- AlmaLinux 8
- Debian 11 (Bullseye)
- Ubuntu 18.04 LTS (Bionic Beaver)
- Ubuntu 20.04 LTS (Focal Fossa)
- Ubuntu 22.04 LTS (Jemmy Jellyfish)

Expand Down
4 changes: 0 additions & 4 deletions roles/gitlab/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,8 @@ galaxy_info:
min_ansible_version: "2.15"

platforms:
- name: "EL"
versions:
- "8"
- name: "Ubuntu"
versions:
- "bionic"
- "focal"
- "jammy"
- name: "Debian"
Expand Down
2 changes: 0 additions & 2 deletions roles/ssh_keys/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ This Ansible role distributes authorized SSH public keys to users.

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

- CentOS 7
- AlmaLinux 8
- AlmaLinux 9
- Ubuntu 18.04 LTS
- Ubuntu 20.04 LTS
- Ubuntu 22.04 LTS
- Ubuntu 24.04 LTS
Expand Down
2 changes: 0 additions & 2 deletions roles/ssh_keys/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@ galaxy_info:
platforms:
- name: "EL"
versions:
- "7"
- "8"
- "9"
- name: "Ubuntu"
versions:
- "bionic"
- "focal"
- "jammy"
- "noble"
Expand Down

0 comments on commit a2f25f7

Please sign in to comment.