File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11# 1) use alpine to generate a void environment
22FROM alpine:3.14 as stage0
3- ARG REPOSITORY=https://repo-us .voidlinux.org
3+ ARG REPOSITORY=https://repo-ci .voidlinux.org
44ARG ARCH=x86_64
55COPY keys/* /target/var/db/xbps/keys/
66RUN apk add ca-certificates curl && \
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ ARG BOOTSTRAP_SOURCE=ghcr.io/void-linux/docker-bootstrap
22ARG BOOTSTRAP_VERSION=latest
33FROM ${BOOTSTRAP_SOURCE}:${BOOTSTRAP_VERSION} as build
44COPY keys/* /target/var/db/xbps/keys/
5- ARG REPOSITORY=https://repo-us .voidlinux.org
5+ ARG REPOSITORY=https://repo-ci .voidlinux.org
66ARG ARCH=x86_64
77RUN \
88 case "${ARCH}" in \
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ ARG BOOTSTRAP_SOURCE=ghcr.io/void-linux/docker-bootstrap
22ARG BOOTSTRAP_VERSION=latest
33FROM ${BOOTSTRAP_SOURCE}:${BOOTSTRAP_VERSION} as build
44COPY keys/* /target/var/db/xbps/keys/
5- ARG REPOSITORY=https://repo-us .voidlinux.org
5+ ARG REPOSITORY=https://repo-ci .voidlinux.org
66ARG ARCH=x86_64
77RUN \
88 case "${ARCH}" in \
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ ARG BOOTSTRAP_VERSION=latest
33FROM ${BOOTSTRAP_SOURCE}:${BOOTSTRAP_VERSION} as build
44COPY keys/* /target/var/db/xbps/keys/
55COPY noextract.conf /target/etc/xbps.d/noextract.conf
6- ARG REPOSITORY=https://repo-us .voidlinux.org
6+ ARG REPOSITORY=https://repo-ci .voidlinux.org
77ARG ARCH=x86_64
88RUN \
99 case "${ARCH}" in \
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ ARG BOOTSTRAP_VERSION=latest
33FROM ${BOOTSTRAP_SOURCE}:${BOOTSTRAP_VERSION} as build
44COPY keys/* /target/var/db/xbps/keys/
55COPY noextract.conf /target/etc/xbps.d/noextract.conf
6- ARG REPOSITORY=https://repo-us .voidlinux.org
6+ ARG REPOSITORY=https://repo-ci .voidlinux.org
77ARG ARCH=x86_64
88RUN \
99 case "${ARCH}" in \
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ ARG BOOTSTRAP_VERSION=latest
33FROM ${BOOTSTRAP_SOURCE}:${BOOTSTRAP_VERSION} as build
44COPY keys/* /target/var/db/xbps/keys/
55COPY noextract.conf /target/etc/xbps.d/noextract.conf
6- ARG REPOSITORY=https://repo-us .voidlinux.org
6+ ARG REPOSITORY=https://repo-ci .voidlinux.org
77ARG ARCH=x86_64
88RUN \
99 case "${ARCH}" in \
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ ARG BOOTSTRAP_VERSION=latest
33FROM ${BOOTSTRAP_SOURCE}:${BOOTSTRAP_VERSION} as build
44COPY keys/* /target/var/db/xbps/keys/
55COPY noextract.conf /target/etc/xbps.d/noextract.conf
6- ARG REPOSITORY=https://repo-us .voidlinux.org
6+ ARG REPOSITORY=https://repo-ci .voidlinux.org
77ARG ARCH=x86_64
88RUN \
99 case "${ARCH}" in \
You can’t perform that action at this time.
0 commit comments