mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 17:50:20 +00:00
No longer use any systemd specific containers
This commit is contained in:
parent
ae050ab8ab
commit
d6ed893beb
1 changed files with 6 additions and 6 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue