about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorMarcoIeni <11428655+MarcoIeni@users.noreply.github.com>2025-01-17 13:14:51 +0100
committerMarcoIeni <11428655+MarcoIeni@users.noreply.github.com>2025-01-17 13:14:51 +0100
commitffc7b5dc2097a002a7040a148aa85596d063fdfd (patch)
tree94d9b8f4ab374235481e4926f5db54a3817c114e /src
parent0c2c096e1ac471b0c34629f9820a7cb1e6d4695d (diff)
downloadrust-ffc7b5dc2097a002a7040a148aa85596d063fdfd.tar.gz
rust-ffc7b5dc2097a002a7040a148aa85596d063fdfd.zip
ci: use ghcr ubuntu image for mingw-check-tidy
Diffstat (limited to 'src')
-rw-r--r--src/ci/docker/host-x86_64/mingw-check-tidy/Dockerfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ci/docker/host-x86_64/mingw-check-tidy/Dockerfile b/src/ci/docker/host-x86_64/mingw-check-tidy/Dockerfile
index f52e306974c..9ca8cc740a5 100644
--- a/src/ci/docker/host-x86_64/mingw-check-tidy/Dockerfile
+++ b/src/ci/docker/host-x86_64/mingw-check-tidy/Dockerfile
@@ -1,4 +1,6 @@
-FROM ubuntu:22.04
+# We use the ghcr base image because ghcr doesn't have a rate limit
+# and the mingw-check-tidy job doesn't cache docker images in CI.
+FROM ghcr.io/rust-lang/ubuntu:22.04
 
 ARG DEBIAN_FRONTEND=noninteractive
 RUN apt-get update && apt-get install -y --no-install-recommends \