Skip to content

Commit 9ff817c

Browse files
committed
Update mirrors in generic containers
1 parent fdb79eb commit 9ff817c

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

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://alpha.de.repo.voidlinux.org
5+
ARG REPOSITORY=https://repo-us.voidlinux.org
66
ARG ARCH=x86_64
77
RUN XBPS_ARCH=${ARCH} xbps-install -yMUS \
88
--repository=${REPOSITORY}/current \

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://alpha.de.repo.voidlinux.org
5+
ARG REPOSITORY=https://repo-us.voidlinux.org
66
ARG ARCH=x86_64
77
RUN XBPS_ARCH=${ARCH} xbps-install -yMUS \
88
--repository=${REPOSITORY}/current \

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://alpha.de.repo.voidlinux.org
6+
ARG REPOSITORY=https://repo-us.voidlinux.org
77
ARG ARCH=x86_64
88
RUN XBPS_ARCH=${ARCH} xbps-install -yMU \
99
--repository=${REPOSITORY}/current \

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://alpha.de.repo.voidlinux.org
6+
ARG REPOSITORY=https://repo-us.voidlinux.org
77
ARG ARCH=x86_64
88
RUN XBPS_ARCH=${ARCH} xbps-install -yMU \
99
--repository=${REPOSITORY}/current \

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://alpha.de.repo.voidlinux.org
6+
ARG REPOSITORY=https://repo-us.voidlinux.org
77
ARG ARCH=x86_64
88
RUN XBPS_ARCH=${ARCH} xbps-install -yMU \
99
--repository=${REPOSITORY}/current \

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://alpha.de.repo.voidlinux.org
6+
ARG REPOSITORY=https://repo-us.voidlinux.org
77
ARG ARCH=x86_64
88
RUN XBPS_ARCH=${ARCH} xbps-install -yMU \
99
--repository=${REPOSITORY}/current \

0 commit comments

Comments
 (0)