Skip to content

Commit

Permalink
added alma and rocky linux 8 and 9 as CI targets
Browse files Browse the repository at this point in the history
  • Loading branch information
romeroalx committed Nov 28, 2023
1 parent 7d57af1 commit 0524053
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 0 deletions.
10 changes: 10 additions & 0 deletions molecule/pdns-46/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@ platforms:
image: oraclelinux:8
dockerfile_tpl: centos-systemd

- name: rockylinux-8
groups: ["pdns"]
image: rockylinux:8
dockerfile_tpl: centos-systemd

- name: almalinux-8
groups: ["pdns"]
image: almalinux:8
dockerfile_tpl: centos-systemd

- name: ubuntu-2004
groups: ["pdns"]
image: ubuntu:20.04
Expand Down
20 changes: 20 additions & 0 deletions molecule/pdns-47/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,26 @@ platforms:
image: centos:7
dockerfile_tpl: centos-systemd

- name: rockylinux-8
groups: ["pdns"]
image: rockylinux:8
dockerfile_tpl: centos-systemd

- name: almalinux-8
groups: ["pdns"]
image: almalinux:8
dockerfile_tpl: centos-systemd

- name: rockylinux-9
groups: ["pdns"]
image: rockylinux:9
dockerfile_tpl: centos-systemd

- name: almalinux-9
groups: ["pdns"]
image: almalinux:9
dockerfile_tpl: centos-systemd

- name: oraclelinux-9
groups: ["pdns"]
image: oraclelinux:9
Expand Down
20 changes: 20 additions & 0 deletions molecule/pdns-48/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,26 @@ platforms:
image: centos:7
dockerfile_tpl: centos-systemd

- name: rockylinux-8
groups: ["pdns"]
image: rockylinux:8
dockerfile_tpl: centos-systemd

- name: almalinux-8
groups: ["pdns"]
image: almalinux:8
dockerfile_tpl: centos-systemd

- name: rockylinux-9
groups: ["pdns"]
image: rockylinux:9
dockerfile_tpl: centos-systemd

- name: almalinux-9
groups: ["pdns"]
image: almalinux:9
dockerfile_tpl: centos-systemd

- name: oraclelinux-9
groups: ["pdns"]
image: oraclelinux:9
Expand Down
20 changes: 20 additions & 0 deletions molecule/pdns-master/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,26 @@ platforms:
image: centos:7
dockerfile_tpl: centos-systemd

- name: rockylinux-8
groups: ["pdns"]
image: rockylinux:8
dockerfile_tpl: centos-systemd

- name: almalinux-8
groups: ["pdns"]
image: almalinux:8
dockerfile_tpl: centos-systemd

- name: rockylinux-9
groups: ["pdns"]
image: rockylinux:9
dockerfile_tpl: centos-systemd

- name: almalinux-9
groups: ["pdns"]
image: almalinux:9
dockerfile_tpl: centos-systemd

- name: oraclelinux-9
groups: ["pdns"]
image: oraclelinux:9
Expand Down

0 comments on commit 0524053

Please sign in to comment.