Skip to content

Commit

Permalink
Add support for Ubuntu 24.04 in GitLab role
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashuste committed Aug 12, 2024
1 parent fb1d41d commit 3514b7b
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 3514b7b

Please sign in to comment.