Skip to content

Commit

Permalink
rfs/dockerfile infrasync/library-alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
huapox committed Oct 15, 2024
1 parent 3f4c2f1 commit b9026d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rootfs/src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG REPO=
ARG COMPILE_IMG=alpine-compile
# FROM registry.cn-shenzhen.aliyuncs.com/infrastlabs/x11-base:${COMPILE_IMG} AS bin2
FROM ${REPO}infrastlabs/x11-base:${COMPILE_IMG} AS bin2
FROM registry.cn-shenzhen.aliyuncs.com/infrasync/alpine:3.13.12 AS files1
FROM registry.cn-shenzhen.aliyuncs.com/infrasync/library-alpine:3.13.12 AS files1
# files1: 三方文件, files2: src编译
# xz-utils > xz
ARG TARGETPLATFORM
Expand Down Expand Up @@ -82,7 +82,7 @@ FROM registry.cn-shenzhen.aliyuncs.com/infrasync/alpine:3.13.12 AS files1



FROM registry.cn-shenzhen.aliyuncs.com/infrasync/alpine:3.13.12 AS files2
FROM registry.cn-shenzhen.aliyuncs.com/infrasync/library-alpine:3.13.12 AS files2
ARG TARGETPLATFORM
RUN sed -i "s^dl-cdn.alpinelinux.org^mirrors.tuna.tsinghua.edu.cn^g" /etc/apk/repositories; \
apk add bash curl wget git
Expand Down Expand Up @@ -139,7 +139,7 @@ FROM registry.cn-shenzhen.aliyuncs.com/infrasync/alpine:3.13.12 AS files2
# FROM busybox:1.36.1
# FROM ubuntu:20.04
# FROM alpine:3.13.12
FROM registry.cn-shenzhen.aliyuncs.com/infrasync/alpine:3.13.12
FROM registry.cn-shenzhen.aliyuncs.com/infrasync/library-alpine:3.13.12
# Set multiple labels at once, author,builtdate
LABEL \
github.com.infrastlabs.docker-x11base.vendor=Infrastlabs \
Expand Down

0 comments on commit b9026d7

Please sign in to comment.