Skip to content

Commit 4338daf

Browse files
committed
RockyLinux 9 is out.
1 parent ff6f331 commit 4338daf

4 files changed

Lines changed: 23 additions & 17 deletions

File tree

.github/workflows/molecule.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,17 @@ jobs:
4646
- image: "alpine-openrc"
4747
tag: "latest"
4848
- image: "amazonlinux"
49-
tag: "1"
50-
- image: "amazonlinux"
49+
tag: "latest"
50+
- image: "enterpriselinux"
51+
tag: "7"
52+
- image: "enterpriselinux"
53+
tag: "8"
54+
- image: "enterpriselinux"
5155
tag: "latest"
5256
- image: "debian-systemd"
5357
tag: "latest"
5458
- image: "debian-systemd"
5559
tag: "bookworm"
56-
- image: "enterpriselinux"
57-
tag: "8"
5860
- image: "fedora-systemd"
5961
tag: "35"
6062
- image: "fedora-systemd"

.gitlab-ci.yml

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,17 @@ molecule:
2222
- image: "alpine-openrc"
2323
tag: "latest"
2424
- image: "amazonlinux"
25-
tag: "1"
26-
- image: "amazonlinux"
25+
tag: "latest"
26+
- image: "enterpriselinux"
27+
tag: "7"
28+
- image: "enterpriselinux"
29+
tag: "8"
30+
- image: "enterpriselinux"
2731
tag: "latest"
2832
- image: "debian-systemd"
2933
tag: "latest"
3034
- image: "debian-systemd"
3135
tag: "bookworm"
32-
- image: "enterpriselinux"
33-
tag: "8"
3436
- image: "fedora-systemd"
3537
tag: "35"
3638
- image: "fedora-systemd"
@@ -60,15 +62,17 @@ testing:
6062
- image: "alpine-openrc"
6163
tag: "latest"
6264
- image: "amazonlinux"
63-
tag: "1"
64-
- image: "amazonlinux"
65+
tag: "latest"
66+
- image: "enterpriselinux"
67+
tag: "7"
68+
- image: "enterpriselinux"
69+
tag: "8"
70+
- image: "enterpriselinux"
6571
tag: "latest"
6672
- image: "debian-systemd"
6773
tag: "latest"
6874
- image: "debian-systemd"
6975
tag: "bookworm"
70-
- image: "enterpriselinux"
71-
tag: "8"
7276
- image: "fedora-systemd"
7377
tag: "35"
7478
- image: "fedora-systemd"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ This role has been tested on these [container images](https://hub.docker.com/u/b
126126
|container|tags|
127127
|---------|----|
128128
|alpine|all|
129-
|amazon|all|
129+
|amazon|Candidate|
130+
|el|all|
130131
|debian|all|
131-
|el|8|
132132
|fedora|all|
133133
|opensuse|all|
134134
|ubuntu|all|

meta/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ galaxy_info:
1212
versions:
1313
- all
1414
- name: Amazon
15+
versions:
16+
- Candidate
17+
- name: EL
1518
versions:
1619
- all
1720
- name: Debian
1821
versions:
1922
- all
20-
- name: EL
21-
versions:
22-
- "8"
2323
- name: Fedora
2424
versions:
2525
- all

0 commit comments

Comments
 (0)