From a0e2ff76e5533f30ff409ce01965d289ddcd358b Mon Sep 17 00:00:00 2001 From: "Daniel A. Wozniak" Date: Wed, 13 Nov 2024 14:06:58 -0700 Subject: [PATCH] Add more systemd containers --- README.md | 4 +- containers.yml | 4 +- custom/testing/README.md | 4 +- custom/testing/rockylinux-9.Dockerfile | 6 +++ custom/testing/systemd-photon-5.Dockerfile | 39 +++++++++++++++ .../testing/systemd-rockylinux-8.Dockerfile | 8 ++- .../testing/systemd-rockylinux-9.Dockerfile | 40 +++++++++++++++ .../testing/systemd-ubuntu-22.04.Dockerfile | 49 ++++++++++++------- 8 files changed, 131 insertions(+), 23 deletions(-) create mode 100644 custom/testing/systemd-photon-5.Dockerfile create mode 100644 custom/testing/systemd-rockylinux-9.Dockerfile diff --git a/README.md b/README.md index b11e260..0334971 100644 --- a/README.md +++ b/README.md @@ -105,12 +105,14 @@ will be commited. - testing:amazonlinux-2023 - `ghcr.io/saltstack/salt-ci-containers/testing:amazonlinux-2023` - testing:debian-11 - `ghcr.io/saltstack/salt-ci-containers/testing:debian-11` - testing:debian-12 - `ghcr.io/saltstack/salt-ci-containers/testing:debian-12` -- testing:debian-13 - `ghcr.io/saltstack/salt-ci-containers/testing:debian-13` - testing:fedora-40 - `ghcr.io/saltstack/salt-ci-containers/testing:fedora-40` - testing:photon-4 - `ghcr.io/saltstack/salt-ci-containers/testing:photon-4` - testing:photon-5 - `ghcr.io/saltstack/salt-ci-containers/testing:photon-5` - testing:rockylinux-8 - `ghcr.io/saltstack/salt-ci-containers/testing:rockylinux-8` - testing:rockylinux-9 - `ghcr.io/saltstack/salt-ci-containers/testing:rockylinux-9` +- testing:systemd-photon-5 - `ghcr.io/saltstack/salt-ci-containers/testing:systemd-photon-5` +- testing:systemd-rockylinux-8 - `ghcr.io/saltstack/salt-ci-containers/testing:systemd-rockylinux-8` +- testing:systemd-rockylinux-9 - `ghcr.io/saltstack/salt-ci-containers/testing:systemd-rockylinux-9` - testing:systemd-ubuntu-22.04 - `ghcr.io/saltstack/salt-ci-containers/testing:systemd-ubuntu-22.04` - testing:ubuntu-20.04 - `ghcr.io/saltstack/salt-ci-containers/testing:ubuntu-20.04` - testing:ubuntu-22.04 - `ghcr.io/saltstack/salt-ci-containers/testing:ubuntu-22.04` diff --git a/containers.yml b/containers.yml index 3128563..9d80263 100644 --- a/containers.yml +++ b/containers.yml @@ -51,12 +51,14 @@ custom: - systemd-ubuntu-22.04 - ubuntu-24.04 - rockylinux-8 + - systemd-rockylinux-8 - rockylinux-9 + - systemd-rockylinux-9 - photon-4 - photon-5 + - systemd-photon-5 - debian-11 - debian-12 - - debian-13 - fedora-40 - amazonlinux-2 - amazonlinux-2023 diff --git a/custom/testing/README.md b/custom/testing/README.md index ec6273c..e049e39 100644 --- a/custom/testing/README.md +++ b/custom/testing/README.md @@ -4,12 +4,14 @@ - testing:amazonlinux-2023 - `ghcr.io/saltstack/salt-ci-containers/testing:amazonlinux-2023` - testing:debian-11 - `ghcr.io/saltstack/salt-ci-containers/testing:debian-11` - testing:debian-12 - `ghcr.io/saltstack/salt-ci-containers/testing:debian-12` -- testing:debian-13 - `ghcr.io/saltstack/salt-ci-containers/testing:debian-13` - testing:fedora-40 - `ghcr.io/saltstack/salt-ci-containers/testing:fedora-40` - testing:photon-4 - `ghcr.io/saltstack/salt-ci-containers/testing:photon-4` - testing:photon-5 - `ghcr.io/saltstack/salt-ci-containers/testing:photon-5` - testing:rockylinux-8 - `ghcr.io/saltstack/salt-ci-containers/testing:rockylinux-8` - testing:rockylinux-9 - `ghcr.io/saltstack/salt-ci-containers/testing:rockylinux-9` +- testing:systemd-photon-5 - `ghcr.io/saltstack/salt-ci-containers/testing:systemd-photon-5` +- testing:systemd-rockylinux-8 - `ghcr.io/saltstack/salt-ci-containers/testing:systemd-rockylinux-8` +- testing:systemd-rockylinux-9 - `ghcr.io/saltstack/salt-ci-containers/testing:systemd-rockylinux-9` - testing:systemd-ubuntu-22.04 - `ghcr.io/saltstack/salt-ci-containers/testing:systemd-ubuntu-22.04` - testing:ubuntu-20.04 - `ghcr.io/saltstack/salt-ci-containers/testing:ubuntu-20.04` - testing:ubuntu-22.04 - `ghcr.io/saltstack/salt-ci-containers/testing:ubuntu-22.04` diff --git a/custom/testing/rockylinux-9.Dockerfile b/custom/testing/rockylinux-9.Dockerfile index 9a0c32a..a09f052 100644 --- a/custom/testing/rockylinux-9.Dockerfile +++ b/custom/testing/rockylinux-9.Dockerfile @@ -4,17 +4,23 @@ COPY golden-pillar-tree golden-pillar-tree COPY golden-state-tree golden-state-tree RUN <