File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
ARG ARCH="amd64"
2
- ARG TAG="v3.6 "
2
+ ARG TAG="v3.7.1 "
3
3
ARG UBI_IMAGE=registry.access.redhat.com/ubi7/ubi-minimal:latest
4
4
ARG GO_IMAGE=rancher/hardened-build-base:v1.15.8b5
5
5
@@ -12,11 +12,11 @@ ARG ARCH
12
12
ARG TAG
13
13
ENV GOARCH ${ARCH}
14
14
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
16
16
WORKDIR multus-cni
17
17
RUN git fetch --all --tags --prune
18
18
RUN git checkout tags/${TAG} -b ${TAG}
19
- RUN ./build
19
+ RUN ./hack/ build-go.sh
20
20
21
21
# Create the multus image
22
22
FROM ${UBI_IMAGE}
Original file line number Diff line number Diff line change 6
6
7
7
BUILD_META =-build$(shell date +% Y% m% d)
8
8
ORG ?= rancher
9
- TAG ?= v3.6 $(BUILD_META )
9
+ TAG ?= v3.7.1 $(BUILD_META )
10
10
11
11
ifneq ($(DRONE_TAG ) ,)
12
12
TAG := $(DRONE_TAG )
You can’t perform that action at this time.
0 commit comments