FROM openshift/golang-builder@sha256:2c34135dc4d4a35fa19775e4e559e2e6f2e476a0ccdc993360e3663729904035 AS builder
ENV __doozer=update BUILD_RELEASE=202201261123.p0.g9ff9965.assembly.stream BUILD_VERSION=v4.8.0 OS_GIT_MAJOR=4 OS_GIT_MINOR=8 OS_GIT_PATCH=0 OS_GIT_TREE_STATE=clean OS_GIT_VERSION=4.8.0-202201261123.p0.g9ff9965.assembly.stream SOURCE_GIT_TREE_STATE=clean 
ENV __doozer=merge OS_GIT_COMMIT=9ff9965 OS_GIT_VERSION=4.8.0-202201261123.p0.g9ff9965.assembly.stream-9ff9965 SOURCE_DATE_EPOCH=1641867307 SOURCE_GIT_COMMIT=9ff996502f4cb87c89985cdaff346754d645b988 SOURCE_GIT_TAG=9ff9965 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.8.0.20220126.114919
ENV __doozer=update BUILD_RELEASE=202201261123.p0.g9ff9965.assembly.stream BUILD_VERSION=v4.8.0 OS_GIT_MAJOR=4 OS_GIT_MINOR=8 OS_GIT_PATCH=0 OS_GIT_TREE_STATE=clean OS_GIT_VERSION=4.8.0-202201261123.p0.g9ff9965.assembly.stream SOURCE_GIT_TREE_STATE=clean 
ENV __doozer=merge OS_GIT_COMMIT=9ff9965 OS_GIT_VERSION=4.8.0-202201261123.p0.g9ff9965.assembly.stream-9ff9965 SOURCE_DATE_EPOCH=1641867307 SOURCE_GIT_COMMIT=9ff996502f4cb87c89985cdaff346754d645b988 SOURCE_GIT_TAG=9ff9965 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="202201261123.p0.g9ff9965.assembly.stream" \
        io.openshift.build.commit.id="9ff996502f4cb87c89985cdaff346754d645b988" \
        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/9ff996502f4cb87c89985cdaff346754d645b988" \
        version="v4.8.0"

