This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new cba34323a12 ci: replace uv slim-bookworm  with debian-slim (#61600)
cba34323a12 is described below

commit cba34323a126e1798ab7d877ad601b7a2ed35d31
Author: GPK <[email protected]>
AuthorDate: Sat Feb 7 16:53:33 2026 +0000

    ci: replace uv slim-bookworm  with debian-slim (#61600)
---
 dev/breeze/src/airflow_breeze/commands/ci_image_commands.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/breeze/src/airflow_breeze/commands/ci_image_commands.py 
b/dev/breeze/src/airflow_breeze/commands/ci_image_commands.py
index 42a77bf2569..67eb457b20c 100644
--- a/dev/breeze/src/airflow_breeze/commands/ci_image_commands.py
+++ b/dev/breeze/src/airflow_breeze/commands/ci_image_commands.py
@@ -936,7 +936,7 @@ def export_mount_cache(
     make_sure_builder_configured(params=BuildCiParams(builder=builder))
     dockerfile = f"""
     # syntax=docker/dockerfile:1.4
-    FROM ghcr.io/astral-sh/uv:{UV_VERSION}-bookworm-slim
+    FROM ghcr.io/astral-sh/uv:{UV_VERSION}-debian-slim
     ARG TARGETARCH
     ARG DEPENDENCY_CACHE_EPOCH=<REPLACE_FROM_DOCKER_CI>
     RUN 
--mount=type=cache,id=ci-$TARGETARCH-$DEPENDENCY_CACHE_EPOCH,target=/root/.cache/
 \\

Reply via email to