From 53773ad4646167576d42c838b7f083ab79bee4ac Mon Sep 17 00:00:00 2001 From: Michael Buluma Date: Fri, 29 Mar 2024 19:12:54 +0300 Subject: [PATCH] Use New Container --- .github/workflows/molecule.yml | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 94ad799..862cc1b 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -54,25 +54,29 @@ jobs: tag: "8" - image: "enterpriselinux" tag: "latest" - - image: "debian-systemd" - tag: "latest" - - image: "debian-systemd" + - image: "docker-molecule-images" + tag: "buster" + - image: "docker-molecule-images" tag: "bullseye" - - image: "fedora-systemd" + - image: "docker-molecule-images" + tag: "37" + - image: "docker-molecule-images" tag: "38" - - image: "fedora-systemd" - tag: "latest" - - image: "fedora-systemd" + - image: "docker-molecule-images" + tag: "39" + - image: "docker-molecule-images" + tag: "40" + - image: "docker-molecule-images" tag: "rawhide" - - image: "docker-opensuse-systemd" - tag: "latest" - - image: "docker-ubuntu-systemd" - tag: "latest" - - image: "docker-ubuntu-systemd" + - image: "docker-molecule-images" + tag: "opensuse" + - image: "docker-molecule-images" tag: "focal" - - image: "docker-ubuntu-systemd" + - image: "docker-molecule-images" tag: "bionic" - - image: "docker-ubuntu-systemd" + - image: "docker-molecule-images" + tag: "jammy" + - image: "docker-molecule-images" tag: "lunar" steps: - name: Checkout Role