From 0524053593335a15051bddb19af5fddf5db88666 Mon Sep 17 00:00:00 2001 From: romeroalx Date: Tue, 28 Nov 2023 08:01:36 +0100 Subject: [PATCH] added alma and rocky linux 8 and 9 as CI targets --- molecule/pdns-46/molecule.yml | 10 ++++++++++ molecule/pdns-47/molecule.yml | 20 ++++++++++++++++++++ molecule/pdns-48/molecule.yml | 20 ++++++++++++++++++++ molecule/pdns-master/molecule.yml | 20 ++++++++++++++++++++ 4 files changed, 70 insertions(+) diff --git a/molecule/pdns-46/molecule.yml b/molecule/pdns-46/molecule.yml index f6746ad..ce0e8c7 100644 --- a/molecule/pdns-46/molecule.yml +++ b/molecule/pdns-46/molecule.yml @@ -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 diff --git a/molecule/pdns-47/molecule.yml b/molecule/pdns-47/molecule.yml index 87b3081..8f23020 100644 --- a/molecule/pdns-47/molecule.yml +++ b/molecule/pdns-47/molecule.yml @@ -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 diff --git a/molecule/pdns-48/molecule.yml b/molecule/pdns-48/molecule.yml index 3b4fd7d..864f831 100644 --- a/molecule/pdns-48/molecule.yml +++ b/molecule/pdns-48/molecule.yml @@ -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 diff --git a/molecule/pdns-master/molecule.yml b/molecule/pdns-master/molecule.yml index 6ee767b..f0de461 100644 --- a/molecule/pdns-master/molecule.yml +++ b/molecule/pdns-master/molecule.yml @@ -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