Skip to content

Commit eb5018a

Browse files
committed
use ghcr
1 parent c3a30ea commit eb5018a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/ci/docker/host-x86_64/dist-arm-linux/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:22.04
1+
FROM ghcr.io/marcoieni/ubuntu:22.04
22

33
COPY scripts/cross-apt-packages.sh /scripts/
44
RUN sh /scripts/cross-apt-packages.sh

src/ci/docker/host-x86_64/dist-powerpc64le-linux/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:22.04
1+
FROM ghcr.io/marcoieni/ubuntu:22.04
22

33
COPY scripts/cross-apt-packages.sh /scripts/
44
RUN sh /scripts/cross-apt-packages.sh

src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# CentOS 7 has headers for kernel 3.10, but that's fine as long as we don't
33
# actually use newer APIs in rustc or std without a fallback. It's more
44
# important that we match glibc for ELF symbol versioning.
5-
FROM centos:7
5+
FROM ghcr.io/marcoieni/centos:7
66

77
WORKDIR /build
88

src/ci/docker/host-x86_64/x86_64-gnu/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:22.04
1+
FROM ghcr.io/marcoieni/ubuntu:22.04
22

33
ARG DEBIAN_FRONTEND=noninteractive
44
RUN apt-get update && apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)