Skip to content

Commit

Permalink
Merge pull request #24 from mgfritch/upstream-cve
Browse files Browse the repository at this point in the history
Update build to main branch
  • Loading branch information
mgfritch authored Mar 27, 2024
2 parents 0cf0b36 + 248c36e commit ff0e052
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ARG TAG="2.7.0"
ARG COMMIT="14fbf4a4addb9e946698edc7c5ea4cf20fe498e5"
ARG BCI_IMAGE=registry.suse.com/bci/bci-base
ARG GO_IMAGE=rancher/hardened-build-base:v1.21.8b1

Expand All @@ -12,7 +13,7 @@ ARG TAG
RUN git clone --depth=1 https://github.com/k8snetworkplumbingwg/sriov-cni
WORKDIR sriov-cni
RUN git fetch --all --tags --prune
RUN git checkout tags/${TAG} -b ${TAG}
RUN git checkout ${COMMIT} -b ${TAG}
RUN make clean && make build

# Create the sriov-cni image
Expand Down

0 comments on commit ff0e052

Please sign in to comment.