Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit b61aae8

Browse files
committed
use ghcr
1 parent 16a622a commit b61aae8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Fuchsia as an integration test of the toolchain. See the build-fuchsia.sh
33
# script in this directory for more details.
44

5-
FROM ubuntu:22.04
5+
FROM ghcr.io/marcoieni/ubuntu:22.04
66

77
ARG DEBIAN_FRONTEND=noninteractive
88
RUN apt-get update && apt-get install -y --no-install-recommends \

src/ci/docker/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ args="$args --privileged"
285285
# read/written as the same user as the bare-metal user.
286286
if [ -f /.dockerenv ]; then
287287
echo "Dockerenv detected. We are in docker-in-docker scenario."
288-
docker create -v /checkout --name checkout alpine:3.4 /bin/true
288+
docker create -v /checkout --name checkout ghcr.io/marcoieni/alpine:3.4 /bin/true
289289
docker cp . checkout:/checkout
290290
args="$args --volumes-from checkout"
291291
else

0 commit comments

Comments
 (0)