FROM openshift3/ose-cli:v3.11.153-2
# https://errata.devel.redhat.com/advisory/39450/builds

RUN INSTALL_PKGS="kubevirt-web-ui-operator ansible" && \
    yum install -y ${INSTALL_PKGS} && \
    rpm -V ${INSTALL_PKGS} && \
    yum clean all

RUN ln -s /usr/share/kubevirt-web-ui-operator /kubevirt-web-ui-ansible

LABEL \
        io.k8s.description="This is a component of OpenShift Container Platform and provides operator for Container Native Virtualization (CNV) Web User Interface." \
        summary="This is a component of OpenShift Container Platform and provides operator for Container Native Virtualization (CNV) Web User Interface." \
        com.redhat.component="kubevirt-web-ui-operator-container" \
        name="cnv-tech-preview/kubevirt-web-ui-operator" \
        License="GPLv2+" \
        io.k8s.display-name="CNV Web UI Operator" \
        version="v1.4.1" \
        release="3" \
        io.openshift.tags="openshift,console,web-console,kubevirt,cnv,operator" \
        maintainer="mlibra@redhat.com"

