Skip to content

Commit 7af4a14

Browse files
committed
Dockerfile.*: use repo-ci instead of repo-us by default
1 parent 19905c4 commit 7af4a14

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

Dockerfile.bootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 1) use alpine to generate a void environment
22
FROM alpine:3.14 as stage0
3-
ARG REPOSITORY=https://repo-us.voidlinux.org
3+
ARG REPOSITORY=https://repo-ci.voidlinux.org
44
ARG ARCH=x86_64
55
COPY keys/* /target/var/db/xbps/keys/
66
RUN apk add ca-certificates curl && \

Dockerfile.full

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG BOOTSTRAP_SOURCE=ghcr.io/void-linux/docker-bootstrap
22
ARG BOOTSTRAP_VERSION=latest
33
FROM ${BOOTSTRAP_SOURCE}:${BOOTSTRAP_VERSION} as build
44
COPY keys/* /target/var/db/xbps/keys/
5-
ARG REPOSITORY=https://repo-us.voidlinux.org
5+
ARG REPOSITORY=https://repo-ci.voidlinux.org
66
ARG ARCH=x86_64
77
RUN \
88
case "${ARCH}" in \

Dockerfile.masterdir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG BOOTSTRAP_SOURCE=ghcr.io/void-linux/docker-bootstrap
22
ARG BOOTSTRAP_VERSION=latest
33
FROM ${BOOTSTRAP_SOURCE}:${BOOTSTRAP_VERSION} as build
44
COPY keys/* /target/var/db/xbps/keys/
5-
ARG REPOSITORY=https://repo-us.voidlinux.org
5+
ARG REPOSITORY=https://repo-ci.voidlinux.org
66
ARG ARCH=x86_64
77
RUN \
88
case "${ARCH}" in \

Dockerfile.mini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG BOOTSTRAP_VERSION=latest
33
FROM ${BOOTSTRAP_SOURCE}:${BOOTSTRAP_VERSION} as build
44
COPY keys/* /target/var/db/xbps/keys/
55
COPY noextract.conf /target/etc/xbps.d/noextract.conf
6-
ARG REPOSITORY=https://repo-us.voidlinux.org
6+
ARG REPOSITORY=https://repo-ci.voidlinux.org
77
ARG ARCH=x86_64
88
RUN \
99
case "${ARCH}" in \

Dockerfile.mini-bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG BOOTSTRAP_VERSION=latest
33
FROM ${BOOTSTRAP_SOURCE}:${BOOTSTRAP_VERSION} as build
44
COPY keys/* /target/var/db/xbps/keys/
55
COPY noextract.conf /target/etc/xbps.d/noextract.conf
6-
ARG REPOSITORY=https://repo-us.voidlinux.org
6+
ARG REPOSITORY=https://repo-ci.voidlinux.org
77
ARG ARCH=x86_64
88
RUN \
99
case "${ARCH}" in \

Dockerfile.thin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG BOOTSTRAP_VERSION=latest
33
FROM ${BOOTSTRAP_SOURCE}:${BOOTSTRAP_VERSION} as build
44
COPY keys/* /target/var/db/xbps/keys/
55
COPY noextract.conf /target/etc/xbps.d/noextract.conf
6-
ARG REPOSITORY=https://repo-us.voidlinux.org
6+
ARG REPOSITORY=https://repo-ci.voidlinux.org
77
ARG ARCH=x86_64
88
RUN \
99
case "${ARCH}" in \

Dockerfile.thin-bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG BOOTSTRAP_VERSION=latest
33
FROM ${BOOTSTRAP_SOURCE}:${BOOTSTRAP_VERSION} as build
44
COPY keys/* /target/var/db/xbps/keys/
55
COPY noextract.conf /target/etc/xbps.d/noextract.conf
6-
ARG REPOSITORY=https://repo-us.voidlinux.org
6+
ARG REPOSITORY=https://repo-ci.voidlinux.org
77
ARG ARCH=x86_64
88
RUN \
99
case "${ARCH}" in \

0 commit comments

Comments
 (0)