FROM openshift/golang-builder:1.13 AS builder
ENV __doozer=update BUILD_RELEASE=202007291438.p0 BUILD_VERSION=v4.4.0 OS_GIT_MAJOR=4 OS_GIT_MINOR=4 OS_GIT_PATCH=0 OS_GIT_TREE_STATE=clean OS_GIT_VERSION=4.4.0-202007291438.p0 SOURCE_GIT_TREE_STATE=clean 
ENV __doozer=merge OS_GIT_COMMIT=423c3ae OS_GIT_VERSION=4.4.0-202007291438.p0-423c3ae SOURCE_DATE_EPOCH=1594862005 SOURCE_GIT_COMMIT=423c3ae2c110c7eb41f9e7258d4aa4e398bfee07 SOURCE_GIT_TAG=423c3ae2 SOURCE_GIT_URL=https://github.com/openshift/cluster-policy-controller 
WORKDIR /go/src/github.com/openshift/cluster-policy-controller
COPY . .
RUN make build --warn-undefined-variables

FROM openshift/ose-base:v4.4.0.20200729.144748
ENV __doozer=update BUILD_RELEASE=202007291438.p0 BUILD_VERSION=v4.4.0 OS_GIT_MAJOR=4 OS_GIT_MINOR=4 OS_GIT_PATCH=0 OS_GIT_TREE_STATE=clean OS_GIT_VERSION=4.4.0-202007291438.p0 SOURCE_GIT_TREE_STATE=clean 
ENV __doozer=merge OS_GIT_COMMIT=423c3ae OS_GIT_VERSION=4.4.0-202007291438.p0-423c3ae SOURCE_DATE_EPOCH=1594862005 SOURCE_GIT_COMMIT=423c3ae2c110c7eb41f9e7258d4aa4e398bfee07 SOURCE_GIT_TAG=423c3ae2 SOURCE_GIT_URL=https://github.com/openshift/cluster-policy-controller 
COPY --from=builder /go/src/github.com/openshift/cluster-policy-controller/cluster-policy-controller /usr/bin/

LABEL \
        io.k8s.display-name="OpenShift Cluster Policy Controller Command" \
        io.k8s.description="OpenShift is a platform for developing, building, and deploying containerized applications." \
        io.openshift.tags="openshift,cluster-policy-controller" \
        name="openshift/ose-cluster-policy-controller" \
        com.redhat.component="ose-cluster-policy-controller-container" \
        io.openshift.maintainer.product="OpenShift Container Platform" \
        io.openshift.maintainer.component="kube-controller-manager" \
        release="202007291438.p0" \
        io.openshift.build.commit.id="423c3ae2c110c7eb41f9e7258d4aa4e398bfee07" \
        io.openshift.build.source-location="https://github.com/openshift/cluster-policy-controller" \
        io.openshift.build.commit.url="https://github.com/openshift/cluster-policy-controller/commit/423c3ae2c110c7eb41f9e7258d4aa4e398bfee07" \
        version="v4.4.0"

