FROM openshift/golang-builder:rhel_8_golang_1.16 AS builder
ENV __doozer=update BUILD_RELEASE=202110262219.p0.git.c02283d.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-202110262219.p0.git.c02283d.assembly.stream SOURCE_GIT_TREE_STATE=clean 
ENV __doozer=merge OS_GIT_COMMIT=c02283d OS_GIT_VERSION=4.8.0-202110262219.p0.git.c02283d.assembly.stream-c02283d SOURCE_DATE_EPOCH=1626818600 SOURCE_GIT_COMMIT=c02283d6c979f4e63b76945951272b1cfd134c32 SOURCE_GIT_TAG=c02283d 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.20211026.222920
ENV __doozer=update BUILD_RELEASE=202110262219.p0.git.c02283d.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-202110262219.p0.git.c02283d.assembly.stream SOURCE_GIT_TREE_STATE=clean 
ENV __doozer=merge OS_GIT_COMMIT=c02283d OS_GIT_VERSION=4.8.0-202110262219.p0.git.c02283d.assembly.stream-c02283d SOURCE_DATE_EPOCH=1626818600 SOURCE_GIT_COMMIT=c02283d6c979f4e63b76945951272b1cfd134c32 SOURCE_GIT_TAG=c02283d 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="202110262219.p0.git.c02283d.assembly.stream" \
        io.openshift.build.commit.id="c02283d6c979f4e63b76945951272b1cfd134c32" \
        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/c02283d6c979f4e63b76945951272b1cfd134c32" \
        version="v4.8.0"

