From fb70685bdb407fe237544aa66e0218c48ca55abe Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Thu, 2 Apr 2020 15:26:46 -0700 Subject: [PATCH] Add CentOS 8 build node Add a CentOS 8 build node. The ansible roles have not been vetted for CentOS 8 as a docker node. This is partly because docker is not available in the standard CentOS 8 upstream repos as RedHat has removed it from RHEL in preference to using buildah, podman, and skopeo Change-Id: I4786e60dca910c1fc82e533ef4d86cd93542d21f Signed-off-by: Andrew Grimberg --- jjb/ci-management/ci-packer.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/jjb/ci-management/ci-packer.yaml b/jjb/ci-management/ci-packer.yaml index 19d91f94..cec36e49 100644 --- a/jjb/ci-management/ci-packer.yaml +++ b/jjb/ci-management/ci-packer.yaml @@ -25,6 +25,7 @@ templates: builder platforms: - centos-7 + - centos-8 - ubuntu-18.04 - project: -- 2.16.6