Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question]能不能更新下官方镜像 #267

Open
JumpWill opened this issue Aug 29, 2024 · 0 comments
Open

[Question]能不能更新下官方镜像 #267

JumpWill opened this issue Aug 29, 2024 · 0 comments
Assignees

Comments

@JumpWill
Copy link

请描述您的问题.
我自己尝试打了一下镜像失败了 v1.8.0

Step 12/33 : FROM golang:1.22 as stage-bin-build
 ---> e39037e2be1b
Step 13/33 : ENV GOPROXY="https://goproxy.cn,direct"
 ---> Using cache
 ---> 7f7863399b1e
Step 14/33 : ENV CGO_ENABLED=0
 ---> Using cache
 ---> 9a9cb182fff9
Step 15/33 : ENV GO111MODULE=on
 ---> Using cache
 ---> 8c0a94e7fc23
Step 16/33 : LABEL stage=stage-bin-build
 ---> Using cache
 ---> 716b8608cbc6
Step 17/33 : WORKDIR /build/kubepi/bin
 ---> Using cache
 ---> db1e8be695cf
Step 18/33 : COPY --from=stage-web-build /build/kubepi/web .
 ---> ea832729cb96
Step 19/33 : RUN go mod download
 ---> Running in 8ab2f552a4f3
Removing intermediate container 8ab2f552a4f3
 ---> e1c88c6bfc9b
Step 20/33 : RUN make build_gotty
 ---> Running in 394f8fff2e76
make: pwd: Operation not permitted
cd /thirdparty/gotty && make && mkdir -p  /dist/usr/local/bin && mv gotty /dist/usr/local/bin
make: /bin/sh: Operation not permitted
make: *** [Makefile:29: build_gotty] Error 127
The command '/bin/sh -c make build_gotty' returned a non-zero code: 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants