2
0
mirror of https://github.com/linka-cloud/d2vm.git synced 2025-04-20 01:27:40 +00:00

tests: fix manifest for centos:latest not found

Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
Adphi 2025-04-10 11:21:33 +02:00
parent 85b144fe63
commit b7e95d73b1
Signed by: adphi
GPG Key ID: F2159213400E50AB

View File

@ -116,10 +116,6 @@ func TestConfig(t *testing.T) {
image: "centos:8", image: "centos:8",
config: configCentOS, config: configCentOS,
}, },
{
image: "centos:latest",
config: configCentOS,
},
{ {
image: "quay.io/centos/centos:stream9", image: "quay.io/centos/centos:stream9",
config: configCentOS, config: configCentOS,