Skip to content

Commit

Permalink
use oraclelinux:7 instead of centos:7
Browse files Browse the repository at this point in the history
  • Loading branch information
romeroalx committed Oct 7, 2024
1 parent 8c89a5a commit ec8d36e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions molecule/pdns-47/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ dependency:
name: galaxy

platforms:
- name: centos-7
- name: oraclelinux-7
groups: ["pdns"]
image: centos:7
image: oraclelinux:7
dockerfile_tpl: centos-systemd

- name: rockylinux-8
Expand Down
4 changes: 2 additions & 2 deletions molecule/pdns-48/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ dependency:
name: galaxy

platforms:
- name: centos-7
- name: oraclelinux-7
groups: ["pdns"]
image: centos:7
image: oraclelinux:7
dockerfile_tpl: centos-systemd

- name: rockylinux-8
Expand Down
4 changes: 2 additions & 2 deletions molecule/pdns-49/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ dependency:
name: galaxy

platforms:
- name: centos-7
- name: oraclelinux-7
groups: ["pdns"]
image: centos:7
image: oraclelinux:7
dockerfile_tpl: centos-systemd

- name: rockylinux-8
Expand Down
4 changes: 2 additions & 2 deletions molecule/pdns-master/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ dependency:
name: galaxy

platforms:
- name: centos-7
- name: oraclelinux-7
groups: ["pdns"]
image: centos:7
image: oraclelinux:7
dockerfile_tpl: centos-systemd

- name: rockylinux-8
Expand Down

0 comments on commit ec8d36e

Please sign in to comment.