File tree 4 files changed +4
-4
lines changed
src/ci/docker/host-x86_64
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- FROM ubuntu:22.04
1
+ FROM ghcr.io/marcoieni/ ubuntu:22.04
2
2
3
3
COPY scripts/cross-apt-packages.sh /scripts/
4
4
RUN sh /scripts/cross-apt-packages.sh
Original file line number Diff line number Diff line change 1
- FROM ubuntu:22.04
1
+ FROM ghcr.io/marcoieni/ ubuntu:22.04
2
2
3
3
COPY scripts/cross-apt-packages.sh /scripts/
4
4
RUN sh /scripts/cross-apt-packages.sh
Original file line number Diff line number Diff line change 2
2
# CentOS 7 has headers for kernel 3.10, but that's fine as long as we don't
3
3
# actually use newer APIs in rustc or std without a fallback. It's more
4
4
# important that we match glibc for ELF symbol versioning.
5
- FROM centos:7
5
+ FROM ghcr.io/marcoieni/ centos:7
6
6
7
7
WORKDIR /build
8
8
Original file line number Diff line number Diff line change 1
- FROM ubuntu:22.04
1
+ FROM ghcr.io/marcoieni/ ubuntu:22.04
2
2
3
3
ARG DEBIAN_FRONTEND=noninteractive
4
4
RUN apt-get update && apt-get install -y --no-install-recommends \
You can’t perform that action at this time.
0 commit comments