Skip to content

Commit 1164072

Browse files
authored
Merge pull request #5 from manuelbuil/k8sNPWG
Move to k8snetworkplumbingwg repo
2 parents 5b4db8f + 510f5a1 commit 1164072

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG ARCH="amd64"
2-
ARG TAG="v3.6"
2+
ARG TAG="v3.7.1"
33
ARG UBI_IMAGE=registry.access.redhat.com/ubi7/ubi-minimal:latest
44
ARG GO_IMAGE=rancher/hardened-build-base:v1.15.8b5
55

@@ -12,11 +12,11 @@ ARG ARCH
1212
ARG TAG
1313
ENV GOARCH ${ARCH}
1414
ENV GOOS "linux"
15-
RUN git clone --depth=1 https://github.com/intel/multus-cni
15+
RUN git clone --depth=1 https://github.com/k8snetworkplumbingwg/multus-cni
1616
WORKDIR multus-cni
1717
RUN git fetch --all --tags --prune
1818
RUN git checkout tags/${TAG} -b ${TAG}
19-
RUN ./build
19+
RUN ./hack/build-go.sh
2020

2121
# Create the multus image
2222
FROM ${UBI_IMAGE}

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ endif
66

77
BUILD_META=-build$(shell date +%Y%m%d)
88
ORG ?= rancher
9-
TAG ?= v3.6$(BUILD_META)
9+
TAG ?= v3.7.1$(BUILD_META)
1010

1111
ifneq ($(DRONE_TAG),)
1212
TAG := $(DRONE_TAG)

0 commit comments

Comments
 (0)