[llvm] [Github][CI] Add separate container for code-format premerge job (PR #161083)

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 4 12:24:56 PDT 2025


================
@@ -0,0 +1,72 @@
+FROM docker.io/library/ubuntu:24.04 AS llvm-downloader
----------------
boomanaiden154 wrote:

This can just be `ubuntu:24.04`. Most container runtimes will by default use `docker.io` as the default registry, and that's the convention we use everywhere else.

https://github.com/llvm/llvm-project/pull/161083


More information about the llvm-commits mailing list