Skip to content

Commit a8f5058

Browse files
vbvictorgithub-actions[bot]
authored andcommitted
Automerge: [Bolt] Use fully qualified docker image name (NFC) (#162154)
Based on llvm/llvm-project#162007 (comment), we should avoid having short links in docker images.
2 parents 8aaf26b + 578314e commit a8f5058

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bolt/utils/docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:24.04 AS builder
1+
FROM docker.io/library/ubuntu:24.04 AS builder
22

33
ARG DEBIAN_FRONTEND=noninteractive
44
ENV TZ=UTC
@@ -25,6 +25,6 @@ RUN mkdir build && \
2525
ninja check-bolt && \
2626
ninja install-llvm-bolt install-merge-fdata install-bolt_rt
2727

28-
FROM ubuntu:24.04
28+
FROM docker.io/library/ubuntu:24.04
2929

3030
COPY --from=builder /home/bolt/install /usr/local

0 commit comments

Comments
 (0)