From d2d19a0e38479509775cddc80ca6e13093af54b9 Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 30 May 2024 18:15:21 +1000 Subject: [PATCH] Remove centos7 add ubuntu --- provision.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provision.yaml b/provision.yaml index 001a5de..34e79dd 100644 --- a/provision.yaml +++ b/provision.yaml @@ -1,4 +1,4 @@ --- docker: provisioner: docker - images: ['litmusimage/centos:stream8', 'litmusimage/centos:7'] \ No newline at end of file + images: ['litmusimage/centos:stream8', 'litmusimage/ubuntu:20.04', 'litmusimage/ubuntu:22.04'] \ No newline at end of file