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/amazonlinux-2.Dockerfile b/custom/testing/amazonlinux-2.Dockerfile index ab3b73b..e164ba9 100644 --- a/custom/testing/amazonlinux-2.Dockerfile +++ b/custom/testing/amazonlinux-2.Dockerfile @@ -1,7 +1,31 @@ FROM amazonlinux:2 -RUN yum update -y \ - && yum install -y python3 python3-devel python3-pip openssl git rpmdevtools rpmlint \ - systemd-units git gnupg2 jq createrepo rpm-sign epel-release rustc cargo \ - curl wget \ - && yum install -y patchelf +COPY golden-pillar-tree golden-pillar-tree +COPY golden-state-tree golden-state-tree + +SHELL ["/bin/bash", "-c"] + +RUN <