Skip to content

Commit

Permalink
cpl: dockerfile FROM ${REPO}infrastlabs/x11-base:${COMPILE_IMG} AS ff
Browse files Browse the repository at this point in the history
  • Loading branch information
huapox committed Sep 25, 2024
1 parent 7240a78 commit ce9f437
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compile/src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,8 @@ RUN mkdir -p $TARGETPATH; \
# FROM compile
# FROM ${BASEIMAGE} #导致img嵌套,层次达max;
# FROM registry.cn-shenzhen.aliyuncs.com/infrastlabs/x11-base:${COMPILE_IMG} AS ff
FROM infrastlabs/x11-base:${COMPILE_IMG} AS ff
ARG REPO=
FROM ${REPO}infrastlabs/x11-base:${COMPILE_IMG} AS ff
FROM alpine:3.15
COPY --from=ff /rootfs /rootfs
RUN export domain="mirrors.ustc.edu.cn"; \
Expand Down

0 comments on commit ce9f437

Please sign in to comment.