FROM openshift/golang-builder:rhel_8_golang_1.15 AS builder
ENV __doozer=update BUILD_RELEASE=202103202139.p0 BUILD_VERSION=v4.7.0 OS_GIT_MAJOR=4 OS_GIT_MINOR=7 OS_GIT_PATCH=0 OS_GIT_TREE_STATE=clean OS_GIT_VERSION=4.7.0-202103202139.p0 SOURCE_GIT_TREE_STATE=clean 
ENV __doozer=merge OS_GIT_COMMIT=602c274 OS_GIT_VERSION=4.7.0-202103202139.p0-602c274 SOURCE_DATE_EPOCH=1612364745 SOURCE_GIT_COMMIT=602c27477b66fd8752b7c39a13b6b948731e60eb SOURCE_GIT_TAG=602c274 SOURCE_GIT_URL=https://github.com/openshift/vsphere-problem-detector 
WORKDIR /go/src/github.com/openshift/vsphere-problem-detector
COPY . .
ENV GO_PACKAGE github.com/openshift/vsphere-problem-detector
RUN make

FROM openshift/ose-base:v4.7.0.20210320.221641
ENV __doozer=update BUILD_RELEASE=202103202139.p0 BUILD_VERSION=v4.7.0 OS_GIT_MAJOR=4 OS_GIT_MINOR=7 OS_GIT_PATCH=0 OS_GIT_TREE_STATE=clean OS_GIT_VERSION=4.7.0-202103202139.p0 SOURCE_GIT_TREE_STATE=clean 
ENV __doozer=merge OS_GIT_COMMIT=602c274 OS_GIT_VERSION=4.7.0-202103202139.p0-602c274 SOURCE_DATE_EPOCH=1612364745 SOURCE_GIT_COMMIT=602c27477b66fd8752b7c39a13b6b948731e60eb SOURCE_GIT_TAG=602c274 SOURCE_GIT_URL=https://github.com/openshift/vsphere-problem-detector 
COPY --from=builder /go/src/github.com/openshift/vsphere-problem-detector/vsphere-problem-detector /usr/bin/
ENTRYPOINT ["/usr/bin/vsphere-problem-detector"]

LABEL \
        io.openshift.release.operator="true" \
        name="openshift/ose-vsphere-problem-detector" \
        com.redhat.component="ose-vsphere-problem-detector-container" \
        io.openshift.maintainer.product="OpenShift Container Platform" \
        io.openshift.maintainer.component="Storage" \
        io.openshift.maintainer.subcomponent="Operators" \
        release="202103202139.p0" \
        io.openshift.build.commit.id="602c27477b66fd8752b7c39a13b6b948731e60eb" \
        io.openshift.build.source-location="https://github.com/openshift/vsphere-problem-detector" \
        io.openshift.build.commit.url="https://github.com/openshift/vsphere-problem-detector/commit/602c27477b66fd8752b7c39a13b6b948731e60eb" \
        version="v4.7.0"

