Skip to content

Commit 643c765

Browse files
authored
Merge pull request #1514 from huww98/rm-inner-dep
remove outdated inner dep
2 parents 9714dba + 4d8a54a commit 643c765

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

build/multi/Dockerfile.multi.asi

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
22
FROM --platform=$BUILDPLATFORM golang:1.24.6 as build
33
WORKDIR /go/src/github.com/kubernetes-sigs/alibaba-cloud-csi-driver
44
COPY . .
5-
RUN --mount=type=ssh \
6-
git config --global url."[email protected]:".insteadOf "https://gitlab.alibaba-inc.com/" && \
7-
ssh-keyscan gitlab.alibaba-inc.com >> /etc/ssh/ssh_known_hosts && \
8-
export GOPROXY=https://goproxy.cn/,http://gomodule-repository.aone.alibaba-inc.com,https://mirrors.aliyun.com/goproxy/,direct && \
9-
export GOPRIVATE="gitlab.alibaba-inc.com" && \
10-
go get gitlab.alibaba-inc.com/idaas/[email protected] && \
11-
go mod tidy && \
12-
go mod vendor
135
ARG TARGETARCH
146
ARG TARGETOS
157
ARG CSI_VERSION=unknown

0 commit comments

Comments
 (0)