We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 547162b commit 46e8a69Copy full SHA for 46e8a69
Dockerfile
@@ -1,5 +1,6 @@
1
# FROM alpine:3 AS build #alpine镜像make报Operation not permitted https://blog.csdn.net/u014595589/article/details/118693759
2
-FROM registry.cn-shenzhen.aliyuncs.com/infrasync/alpine:3.13.12 AS build
+# FROM registry.cn-shenzhen.aliyuncs.com/infrasync/alpine:3.13.12 AS build
3
+FROM alpine:3.13.12 AS build
4
5
# ARG VERSION="1.23.0"
6
# mainline > stableVer
@@ -162,7 +163,8 @@ RUN \
162
163
# FROM scratch
164
# FROM infrastlabs/alpine-ext:weak
165
# for x64/arm64
-FROM registry.cn-shenzhen.aliyuncs.com/infrasync/alpine:3.13.12
166
+# FROM registry.cn-shenzhen.aliyuncs.com/infrasync/alpine:3.13.12
167
+FROM alpine:3.13.12
168
169
COPY --from=build --chown=10000:10000 /rootfs /rootfs
170
WORKDIR /rootfs/nginx
0 commit comments