KubePi
KubePi copied to clipboard
[Question]能不能更新下官方镜像
请描述您的问题. 我自己尝试打了一下镜像失败了 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