Skip to content

Commit f28ebe3

Browse files
authored
Merge pull request #436 from Normo/drop-ubuntu-20.04
Remove official support for EOL Ubuntu 20.04
2 parents 9bbf105 + 3e01502 commit f28ebe3

File tree

28 files changed

+4
-31
lines changed

28 files changed

+4
-31
lines changed

.github/workflows/gitlab.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ jobs:
4545
fail-fast: false
4646
matrix:
4747
image:
48-
- "ghcr.io/hifis-net/ubuntu-systemd:20.04"
4948
- "ghcr.io/hifis-net/ubuntu-systemd:22.04"
5049
- "ghcr.io/hifis-net/ubuntu-systemd:24.04"
5150
- "ghcr.io/hifis-net/debian-systemd:11"

.github/workflows/gitlab_runner.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ jobs:
4545
fail-fast: false
4646
matrix:
4747
image:
48-
- "ghcr.io/hifis-net/ubuntu-systemd:20.04"
4948
- "ghcr.io/hifis-net/ubuntu-systemd:22.04"
5049
- "ghcr.io/hifis-net/ubuntu-systemd:24.04"
5150
- "ghcr.io/hifis-net/debian-systemd:11"

.github/workflows/haproxy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ jobs:
4242
fail-fast: false
4343
matrix:
4444
image:
45-
- "ghcr.io/hifis-net/ubuntu-systemd:20.04"
4645
- "ghcr.io/hifis-net/ubuntu-systemd:22.04"
4746
- "ghcr.io/hifis-net/ubuntu-systemd:24.04"
4847
- "ghcr.io/hifis-net/debian-systemd:11"

.github/workflows/keepalived.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,8 @@ jobs:
4242
fail-fast: false
4343
matrix:
4444
image:
45-
- "ghcr.io/hifis-net/ubuntu-systemd:24.04"
4645
- "ghcr.io/hifis-net/ubuntu-systemd:22.04"
47-
- "ghcr.io/hifis-net/ubuntu-systemd:20.04"
46+
- "ghcr.io/hifis-net/ubuntu-systemd:24.04"
4847

4948
steps:
5049
- name: "Check out the codebase."

.github/workflows/netplan.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ jobs:
4242
fail-fast: false
4343
matrix:
4444
image:
45-
- "ghcr.io/hifis-net/ubuntu-systemd:20.04"
4645
- "ghcr.io/hifis-net/ubuntu-systemd:22.04"
4746
- "ghcr.io/hifis-net/ubuntu-systemd:24.04"
4847

.github/workflows/redis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ jobs:
4545
fail-fast: false
4646
matrix:
4747
image:
48-
- "ghcr.io/hifis-net/ubuntu-systemd:20.04"
4948
- "ghcr.io/hifis-net/ubuntu-systemd:22.04"
5049
- "ghcr.io/hifis-net/ubuntu-systemd:24.04"
5150

.github/workflows/ssh_keys.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
image:
4545
- "ghcr.io/hifis-net/almalinux-systemd:8"
4646
- "ghcr.io/hifis-net/almalinux-systemd:9"
47-
- "ghcr.io/hifis-net/ubuntu-systemd:20.04"
4847
- "ghcr.io/hifis-net/ubuntu-systemd:22.04"
4948
- "ghcr.io/hifis-net/ubuntu-systemd:24.04"
5049
- "ghcr.io/hifis-net/debian-systemd:11"

.github/workflows/unattended_upgrades.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,8 @@ jobs:
4242
fail-fast: false
4343
matrix:
4444
image:
45-
- "ghcr.io/hifis-net/ubuntu-systemd:24.04"
4645
- "ghcr.io/hifis-net/ubuntu-systemd:22.04"
47-
- "ghcr.io/hifis-net/ubuntu-systemd:20.04"
46+
- "ghcr.io/hifis-net/ubuntu-systemd:24.04"
4847
- "ghcr.io/hifis-net/debian-systemd:12"
4948
- "ghcr.io/hifis-net/debian-systemd:11"
5049

.github/workflows/zammad.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,8 @@ jobs:
4242
fail-fast: false
4343
matrix:
4444
image:
45-
- "ghcr.io/hifis-net/ubuntu-systemd:24.04"
4645
- "ghcr.io/hifis-net/ubuntu-systemd:22.04"
47-
- "ghcr.io/hifis-net/ubuntu-systemd:20.04"
46+
- "ghcr.io/hifis-net/ubuntu-systemd:24.04"
4847

4948
steps:
5049
- name: "Check out the codebase."

molecule/zammad/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ driver:
1212
name: "podman"
1313
platforms:
1414
- name: "instance"
15-
image: "${MOLECULE_IMAGE:-ghcr.io/hifis-net/ubuntu-systemd:22.04}"
15+
image: "${MOLECULE_IMAGE:-ghcr.io/hifis-net/ubuntu-systemd:24.04}"
1616
pre_build_image: true
1717
privileged: true
1818
override_command: false

0 commit comments

Comments
 (0)