Skip to content

Commit

Permalink
RockyLinux 9 is out.
Browse files Browse the repository at this point in the history
  • Loading branch information
buluma committed Aug 10, 2022
1 parent ff6f331 commit 4338daf
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 17 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,17 @@ jobs:
- image: "alpine-openrc"
tag: "latest"
- image: "amazonlinux"
tag: "1"
- image: "amazonlinux"
tag: "latest"
- image: "enterpriselinux"
tag: "7"
- image: "enterpriselinux"
tag: "8"
- image: "enterpriselinux"
tag: "latest"
- image: "debian-systemd"
tag: "latest"
- image: "debian-systemd"
tag: "bookworm"
- image: "enterpriselinux"
tag: "8"
- image: "fedora-systemd"
tag: "35"
- image: "fedora-systemd"
Expand Down
20 changes: 12 additions & 8 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,17 @@ molecule:
- image: "alpine-openrc"
tag: "latest"
- image: "amazonlinux"
tag: "1"
- image: "amazonlinux"
tag: "latest"
- image: "enterpriselinux"
tag: "7"
- image: "enterpriselinux"
tag: "8"
- image: "enterpriselinux"
tag: "latest"
- image: "debian-systemd"
tag: "latest"
- image: "debian-systemd"
tag: "bookworm"
- image: "enterpriselinux"
tag: "8"
- image: "fedora-systemd"
tag: "35"
- image: "fedora-systemd"
Expand Down Expand Up @@ -60,15 +62,17 @@ testing:
- image: "alpine-openrc"
tag: "latest"
- image: "amazonlinux"
tag: "1"
- image: "amazonlinux"
tag: "latest"
- image: "enterpriselinux"
tag: "7"
- image: "enterpriselinux"
tag: "8"
- image: "enterpriselinux"
tag: "latest"
- image: "debian-systemd"
tag: "latest"
- image: "debian-systemd"
tag: "bookworm"
- image: "enterpriselinux"
tag: "8"
- image: "fedora-systemd"
tag: "35"
- image: "fedora-systemd"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@ This role has been tested on these [container images](https://hub.docker.com/u/b
|container|tags|
|---------|----|
|alpine|all|
|amazon|all|
|amazon|Candidate|
|el|all|
|debian|all|
|el|8|
|fedora|all|
|opensuse|all|
|ubuntu|all|
Expand Down
6 changes: 3 additions & 3 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ galaxy_info:
versions:
- all
- name: Amazon
versions:
- Candidate
- name: EL
versions:
- all
- name: Debian
versions:
- all
- name: EL
versions:
- "8"
- name: Fedora
versions:
- all
Expand Down

0 comments on commit 4338daf

Please sign in to comment.