FROM openshift/golang-builder:rhel_8_golang_1.15 AS builder
ENV __doozer=update BUILD_RELEASE=202110121415.p0.git.205d4e3.assembly.stream 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-202110121415.p0.git.205d4e3.assembly.stream SOURCE_GIT_TREE_STATE=clean 
ENV __doozer=merge OS_GIT_COMMIT=205d4e3 OS_GIT_VERSION=4.7.0-202110121415.p0.git.205d4e3.assembly.stream-205d4e3 SOURCE_DATE_EPOCH=1627311141 SOURCE_GIT_COMMIT=205d4e3cffb19bda7a658836c84587f2ac78d82c SOURCE_GIT_TAG=205d4e3 SOURCE_GIT_URL=https://github.com/openshift/must-gather 
WORKDIR /go/src/github.com/openshift/must-gather
COPY . .
ENV GO_PACKAGE github.com/openshift/must-gather

FROM openshift/ose-cli:v4.7.0.20211012.144523
ENV __doozer=update BUILD_RELEASE=202110121415.p0.git.205d4e3.assembly.stream 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-202110121415.p0.git.205d4e3.assembly.stream SOURCE_GIT_TREE_STATE=clean 
ENV __doozer=merge OS_GIT_COMMIT=205d4e3 OS_GIT_VERSION=4.7.0-202110121415.p0.git.205d4e3.assembly.stream-205d4e3 SOURCE_DATE_EPOCH=1627311141 SOURCE_GIT_COMMIT=205d4e3cffb19bda7a658836c84587f2ac78d82c SOURCE_GIT_TAG=205d4e3 SOURCE_GIT_URL=https://github.com/openshift/must-gather 
COPY --from=builder /go/src/github.com/openshift/must-gather/collection-scripts/* /usr/bin/

LABEL \
        name="openshift/ose-must-gather" \
        com.redhat.component="ose-must-gather-container" \
        io.openshift.maintainer.product="OpenShift Container Platform" \
        io.openshift.maintainer.component="oc" \
        release="202110121415.p0.git.205d4e3.assembly.stream" \
        io.openshift.build.commit.id="205d4e3cffb19bda7a658836c84587f2ac78d82c" \
        io.openshift.build.source-location="https://github.com/openshift/must-gather" \
        io.openshift.build.commit.url="https://github.com/openshift/must-gather/commit/205d4e3cffb19bda7a658836c84587f2ac78d82c" \
        version="v4.7.0"

