Skip to content

Commit 2b57ebb

Browse files
authored
[libc++][CI] Improves updating Docker image. (#134497)
This makes it easier to build a new Docker image in the CI. Since the new image is not used automatically it's safe to commit these changes directly to main. Then use a PR to test the new image.
1 parent 9f2bcc7 commit 2b57ebb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

libcxx/utils/ci/Dockerfile

+6
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@
4444
ARG BASE_IMAGE
4545
FROM $BASE_IMAGE AS builder-base
4646

47+
# Changing this file causes a rebuild of the image in a GitHub action.
48+
# However, it does not cause the CI runners to switch to that image
49+
# automatically, that must be done by updating the SHA in the Github workflow
50+
# file. The date uses the ISO format YYYY-MM-DD.
51+
RUN echo "Last forced update executed on 2025-04-28."
52+
4753
# Make sure apt-get doesn't try to prompt for stuff like our time zone, etc.
4854
ENV DEBIAN_FRONTEND=noninteractive
4955

0 commit comments

Comments
 (0)