We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8825073 + ffc7b5d commit 81a464fCopy full SHA for 81a464f
src/ci/docker/host-x86_64/mingw-check-tidy/Dockerfile
@@ -1,4 +1,6 @@
1
-FROM ubuntu:22.04
+# We use the ghcr base image because ghcr doesn't have a rate limit
2
+# and the mingw-check-tidy job doesn't cache docker images in CI.
3
+FROM ghcr.io/rust-lang/ubuntu:22.04
4
5
ARG DEBIAN_FRONTEND=noninteractive
6
RUN apt-get update && apt-get install -y --no-install-recommends \
0 commit comments