File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
host-x86_64/x86_64-fuchsia Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
77ARG DEBIAN_FRONTEND=noninteractive
88RUN apt-get update && apt-get install -y --no-install-recommends \
Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ args="$args --privileged"
285285# read/written as the same user as the bare-metal user.
286286if [ -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"
291291else
You can’t perform that action at this time.
0 commit comments