FROM quay.io/centos/centos:stream9
LABEL summary="Provides root image for openstack-k8s-operators projects in Prow" maintainer="CI Framework"

USER root
# workaround for RHBZ#2184640
RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
RUN dnf update -y && dnf install -y git python3-pip python3-netaddr make gcc sudo rsync && yum clean all
RUN mkdir -p /home/zuul/src/github.com/openstack-k8s-operators
RUN git clone https://github.com/openstack-k8s-operators/install_yamls /home/zuul/src/github.com/openstack-k8s-operators/install_yamls
