diff --git a/tools/precommit/workflows.py b/tools/precommit/workflows.py index f62213a3443..9bb72a3cfda 100644 --- a/tools/precommit/workflows.py +++ b/tools/precommit/workflows.py @@ -343,14 +343,14 @@ TEST_SALT_PKG_LISTING = PlatformDefinitions( display_name="Photon OS 5", arch="x86_64", pkg_type="rpm", - container="ghcr.io/saltstack/salt-ci-containers/testing:systemd-photon-5", + container="ghcr.io/saltstack/salt-ci-containers/testing:photon-5", ), LinuxPkg( slug="photonos-5-arm64", display_name="Photon OS 5 Arm64", arch="arm64", pkg_type="rpm", - container="ghcr.io/saltstack/salt-ci-containers/testing:systemd-photon-5", + container="ghcr.io/saltstack/salt-ci-containers/testing:photon-5", ), LinuxPkg( slug="photonos-5", @@ -358,7 +358,7 @@ TEST_SALT_PKG_LISTING = PlatformDefinitions( arch="x86_64", pkg_type="rpm", fips=True, - container="ghcr.io/saltstack/salt-ci-containers/testing:systemd-photon-5", + container="ghcr.io/saltstack/salt-ci-containers/testing:photon-5", ), LinuxPkg( slug="photonos-5-arm64", @@ -366,7 +366,7 @@ TEST_SALT_PKG_LISTING = PlatformDefinitions( arch="arm64", pkg_type="rpm", fips=True, - container="ghcr.io/saltstack/salt-ci-containers/testing:systemd-photon-5", + container="ghcr.io/saltstack/salt-ci-containers/testing:photon-5", ), LinuxPkg( slug="ubuntu-20.04", @@ -387,14 +387,14 @@ TEST_SALT_PKG_LISTING = PlatformDefinitions( display_name="Ubuntu 22.04", arch="x86_64", pkg_type="deb", - container="ghcr.io/saltstack/salt-ci-containers/testing:systemd-ubuntu-22.04", + container="ghcr.io/saltstack/salt-ci-containers/testing:ubuntu-22.04", ), LinuxPkg( slug="ubuntu-22.04-arm64", display_name="Ubuntu 22.04 Arm64", arch="arm64", pkg_type="deb", - container="ghcr.io/saltstack/salt-ci-containers/testing:systemd-ubuntu-22.04", + container="ghcr.io/saltstack/salt-ci-containers/testing:ubuntu-22.04", ), LinuxPkg( slug="ubuntu-24.04",