Skip to content

Commit

Permalink
Merge pull request #299 from tobiashuste/252-add-support-for-ubuntu-2…
Browse files Browse the repository at this point in the history
…404-noble-numbat

Support Ubuntu 24.04 and remove 18.04 support
  • Loading branch information
tobiashuste authored Aug 12, 2024
2 parents fb1d41d + 3514b7b commit e6e3a7f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/gitlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
image:
- "ghcr.io/hifis-net/ubuntu-systemd:20.04"
- "ghcr.io/hifis-net/ubuntu-systemd:22.04"
- "ghcr.io/hifis-net/ubuntu-systemd:24.04"
- "ghcr.io/hifis-net/debian-systemd:11"

steps:
Expand Down
2 changes: 1 addition & 1 deletion molecule/gitlab/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ driver:
name: "podman"
platforms:
- name: "instancegitlab"
image: "${MOLECULE_IMAGE:-ghcr.io/hifis-net/ubuntu-systemd:20.04}"
image: "${MOLECULE_IMAGE:-ghcr.io/hifis-net/ubuntu-systemd:24.04}"
pre_build_image: true
privileged: true
systemd: "always"
Expand Down
1 change: 1 addition & 0 deletions roles/gitlab/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ galaxy_info:
versions:
- "focal"
- "jammy"
- "noble"
- name: "Debian"
versions:
- "bullseye"
Expand Down

0 comments on commit e6e3a7f

Please sign in to comment.