FROM openshift/ose-must-gather:v4.10.0-202202160843.p0.ga42fad8.assembly.stream AS builder
ENV __doozer=update BUILD_RELEASE=202202241648.p0.g4573968.assembly.stream BUILD_VERSION=v4.10.0 OS_GIT_MAJOR=4 OS_GIT_MINOR=10 OS_GIT_PATCH=0 OS_GIT_TREE_STATE=clean OS_GIT_VERSION=4.10.0-202202241648.p0.g4573968.assembly.stream SOURCE_GIT_TREE_STATE=clean 
ENV __doozer=merge OS_GIT_COMMIT=4573968 OS_GIT_VERSION=4.10.0-202202241648.p0.g4573968.assembly.stream-4573968 SOURCE_DATE_EPOCH=1645715440 SOURCE_GIT_COMMIT=45739680f56946eb5410ccca4c9bf33951076b0e SOURCE_GIT_TAG=45739680 SOURCE_GIT_URL=https://github.com/openshift/local-storage-operator 
WORKDIR /go/src/github.com/openshift/local-storage-operator
COPY . .

FROM openshift/ose-cli:v4.10.0-202202160843.p0.gf93da17.assembly.stream
ENV __doozer=update BUILD_RELEASE=202202241648.p0.g4573968.assembly.stream BUILD_VERSION=v4.10.0 OS_GIT_MAJOR=4 OS_GIT_MINOR=10 OS_GIT_PATCH=0 OS_GIT_TREE_STATE=clean OS_GIT_VERSION=4.10.0-202202241648.p0.g4573968.assembly.stream SOURCE_GIT_TREE_STATE=clean 
ENV __doozer=merge OS_GIT_COMMIT=4573968 OS_GIT_VERSION=4.10.0-202202241648.p0.g4573968.assembly.stream-4573968 SOURCE_DATE_EPOCH=1645715440 SOURCE_GIT_COMMIT=45739680f56946eb5410ccca4c9bf33951076b0e SOURCE_GIT_TAG=45739680 SOURCE_GIT_URL=https://github.com/openshift/local-storage-operator 
COPY --from=builder /go/src/github.com/openshift/local-storage-operator/must-gather/* /usr/bin/
RUN chmod +x /usr/bin/gather

ENTRYPOINT /usr/bin/gather

LABEL \
        name="openshift/ose-local-storage-mustgather" \
        com.redhat.component="ose-local-storage-mustgather-container" \
        io.openshift.maintainer.product="OpenShift Container Platform" \
        io.openshift.maintainer.component="Storage" \
        io.openshift.maintainer.subcomponent="Local Storage Operator" \
        release="202202241648.p0.g4573968.assembly.stream" \
        io.openshift.build.commit.id="45739680f56946eb5410ccca4c9bf33951076b0e" \
        io.openshift.build.source-location="https://github.com/openshift/local-storage-operator" \
        io.openshift.build.commit.url="https://github.com/openshift/local-storage-operator/commit/45739680f56946eb5410ccca4c9bf33951076b0e" \
        version="v4.10.0"

