diff --git a/ci/openshift-ci/images/Dockerfile.buildroot b/ci/openshift-ci/images/Dockerfile.buildroot new file mode 100644 index 000000000..4cdc58e38 --- /dev/null +++ b/ci/openshift-ci/images/Dockerfile.buildroot @@ -0,0 +1,9 @@ +# Copyright (c) 2021 Red Hat, Inc. +# +# SPDX-License-Identifier: Apache-2.0 +# +# This is the build root image for Kata Containers on OpenShift CI. +# +FROM centos:8 + +RUN yum -y update && yum -y install git sudo wget