This is an automated email from the ASF dual-hosted git repository.
shahar pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-1-test by this push:
new bfcce2ab31d [v3-1-test] ci: replace uv slim-bookworm with debian-slim
(#61600) (#61608)
bfcce2ab31d is described below
commit bfcce2ab31d2d90a1379822eb0a3e19dd96f55a1
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Feb 7 19:40:46 2026 +0200
[v3-1-test] ci: replace uv slim-bookworm with debian-slim (#61600) (#61608)
(cherry picked from commit cba34323a126e1798ab7d877ad601b7a2ed35d31)
Co-authored-by: GPK <[email protected]>
---
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/
\\