Merge pull request #39 from dougbtv/rhel8-skip-git

sets a VERSION environment variable for RHEL8
This commit is contained in:
OpenShift Merge Robot 2019-11-09 03:31:16 +01:00 committed by GitHub
commit 6d83c7f552
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ ADD . /usr/src/multus-cni
WORKDIR /usr/src/multus-cni
ENV CGO_ENABLED=1
ENV GO111MODULE=off
RUN yum install -y git
ENV VERSION=rhel8
RUN ./build && \
cd /usr/src/multus-cni/bin
WORKDIR /