From c7fab7e51eb9e9f194831249396732e14e4e9301 Mon Sep 17 00:00:00 2001 From: "oep-renovate[bot]" <212772560+oep-renovate[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 02:49:55 +0000 Subject: [PATCH] chore(deps): update pin dependencies Signed-off-by: oep-renovate[bot] <212772560+oep-renovate[bot]@users.noreply.github.com> --- interactive_ai/migration_job/Dockerfile | 2 +- interactive_ai/services/auto_train/Dockerfile | 2 +- interactive_ai/services/dataset_ie/Dockerfile | 2 +- interactive_ai/services/director/Dockerfile | 2 +- interactive_ai/services/inference_gateway/Dockerfile | 2 +- interactive_ai/services/jobs/Dockerfile | 2 +- interactive_ai/services/media/Dockerfile | 2 +- interactive_ai/services/model_registration/Dockerfile | 2 +- interactive_ai/services/project_ie/Dockerfile | 2 +- interactive_ai/services/resource/Dockerfile | 2 +- interactive_ai/services/visual_prompt/Dockerfile | 2 +- interactive_ai/workflows/dataset_ie/Dockerfile | 2 +- interactive_ai/workflows/model_test/Dockerfile | 2 +- interactive_ai/workflows/optimize/Dockerfile | 2 +- interactive_ai/workflows/project_ie/Dockerfile | 2 +- interactive_ai/workflows/train/Dockerfile | 2 +- interactive_ai/workflows/train/trainer/gpu/Dockerfile | 4 ++-- interactive_ai/workflows/train/trainer/xpu/Dockerfile | 4 ++-- platform/services/account/Dockerfile | 2 +- platform/services/auth_proxy/Dockerfile | 2 +- platform/services/credit/Dockerfile | 2 +- platform/services/initial_user/Dockerfile | 2 +- platform/services/notifier/Dockerfile | 2 +- platform/services/observability/Dockerfile | 2 +- platform/services/onboarding/Dockerfile | 2 +- platform/services/platform_cleaner/Dockerfile | 2 +- platform/services/user_directory/Dockerfile | 2 +- platform/services/weights_uploader/Dockerfile | 2 +- web_ui/dex_templates/Dockerfile | 2 +- 29 files changed, 31 insertions(+), 31 deletions(-) diff --git a/interactive_ai/migration_job/Dockerfile b/interactive_ai/migration_job/Dockerfile index 245a146014..e78a4ed294 100644 --- a/interactive_ai/migration_job/Dockerfile +++ b/interactive_ai/migration_job/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-slim-bookworm@sha256:a8d56efd3a77aecc8d4dcc58a6e6e1f54b282c519221bd111fff02b6374db772 AS base +FROM python:3.10-slim-bookworm@sha256:6e343dac46beda4a69e708bfc21d1a91504b7bdb6cef357ba963b4220dec2189 AS base FROM base AS build diff --git a/interactive_ai/services/auto_train/Dockerfile b/interactive_ai/services/auto_train/Dockerfile index b7f30a8b5b..95e1c49d31 100644 --- a/interactive_ai/services/auto_train/Dockerfile +++ b/interactive_ai/services/auto_train/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-slim-bookworm@sha256:a8d56efd3a77aecc8d4dcc58a6e6e1f54b282c519221bd111fff02b6374db772 AS base +FROM python:3.10-slim-bookworm@sha256:6e343dac46beda4a69e708bfc21d1a91504b7bdb6cef357ba963b4220dec2189 AS base FROM base AS build diff --git a/interactive_ai/services/dataset_ie/Dockerfile b/interactive_ai/services/dataset_ie/Dockerfile index d98dfe4800..f4a7a41d17 100644 --- a/interactive_ai/services/dataset_ie/Dockerfile +++ b/interactive_ai/services/dataset_ie/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-slim-bookworm@sha256:a8d56efd3a77aecc8d4dcc58a6e6e1f54b282c519221bd111fff02b6374db772 AS base +FROM python:3.10-slim-bookworm@sha256:6e343dac46beda4a69e708bfc21d1a91504b7bdb6cef357ba963b4220dec2189 AS base FROM base AS build diff --git a/interactive_ai/services/director/Dockerfile b/interactive_ai/services/director/Dockerfile index 71fbf3b3cc..6fb2f065fa 100644 --- a/interactive_ai/services/director/Dockerfile +++ b/interactive_ai/services/director/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-slim-bookworm@sha256:a8d56efd3a77aecc8d4dcc58a6e6e1f54b282c519221bd111fff02b6374db772 AS base +FROM python:3.10-slim-bookworm@sha256:6e343dac46beda4a69e708bfc21d1a91504b7bdb6cef357ba963b4220dec2189 AS base FROM base AS build diff --git a/interactive_ai/services/inference_gateway/Dockerfile b/interactive_ai/services/inference_gateway/Dockerfile index 469ca4eeba..9d17a4c045 100644 --- a/interactive_ai/services/inference_gateway/Dockerfile +++ b/interactive_ai/services/inference_gateway/Dockerfile @@ -32,7 +32,7 @@ RUN --mount=type=cache,target=/go/pkg/mod/ \ go-licenses save . --save_path /THIRD_PARTY_NOTICES || true # Production image -FROM debian:bookworm-slim@sha256:b4aa902587c2e61ce789849cb54c332b0400fe27b1ee33af4669e1f7e7c3e22f AS runtime +FROM debian:bookworm-slim@sha256:e899040a73d36e2b36fa33216943539d9957cba8172b858097c2cabcdb20a3e2 AS runtime # Install ffmpeg RUN apt-get update && \ diff --git a/interactive_ai/services/jobs/Dockerfile b/interactive_ai/services/jobs/Dockerfile index f1edd9facd..765cf1e4f9 100644 --- a/interactive_ai/services/jobs/Dockerfile +++ b/interactive_ai/services/jobs/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-slim-bookworm@sha256:a8d56efd3a77aecc8d4dcc58a6e6e1f54b282c519221bd111fff02b6374db772 AS base +FROM python:3.10-slim-bookworm@sha256:6e343dac46beda4a69e708bfc21d1a91504b7bdb6cef357ba963b4220dec2189 AS base FROM base AS build diff --git a/interactive_ai/services/media/Dockerfile b/interactive_ai/services/media/Dockerfile index 88b0f5bc41..109f6e85d5 100644 --- a/interactive_ai/services/media/Dockerfile +++ b/interactive_ai/services/media/Dockerfile @@ -29,7 +29,7 @@ RUN --mount=type=cache,target=/go/pkg/mod/ \ go-licenses save . --save_path /THIRD_PARTY_NOTICES || true # Production image -FROM gcr.io/distroless/static-debian12:nonroot@sha256:e8a4044e0b4ae4257efa45fc026c0bc30ad320d43bd4c1a7d5271bd241e386d0 AS runtime +FROM gcr.io/distroless/static-debian12:nonroot@sha256:2b7c93f6d6648c11f0e80a48558c8f77885eb0445213b8e69a6a0d7c89fc6ae4 AS runtime COPY --link --from=build /build/interactive_ai/service/media_ms . COPY --from=build /THIRD_PARTY_NOTICES /THIRD_PARTY_NOTICES diff --git a/interactive_ai/services/model_registration/Dockerfile b/interactive_ai/services/model_registration/Dockerfile index 704c3b2572..5176f797be 100644 --- a/interactive_ai/services/model_registration/Dockerfile +++ b/interactive_ai/services/model_registration/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-slim-bookworm@sha256:a8d56efd3a77aecc8d4dcc58a6e6e1f54b282c519221bd111fff02b6374db772 AS base +FROM python:3.10-slim-bookworm@sha256:6e343dac46beda4a69e708bfc21d1a91504b7bdb6cef357ba963b4220dec2189 AS base FROM base AS build diff --git a/interactive_ai/services/project_ie/Dockerfile b/interactive_ai/services/project_ie/Dockerfile index 6e25aecb2d..608a29a936 100644 --- a/interactive_ai/services/project_ie/Dockerfile +++ b/interactive_ai/services/project_ie/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-slim-bookworm@sha256:a8d56efd3a77aecc8d4dcc58a6e6e1f54b282c519221bd111fff02b6374db772 AS base +FROM python:3.10-slim-bookworm@sha256:6e343dac46beda4a69e708bfc21d1a91504b7bdb6cef357ba963b4220dec2189 AS base FROM base AS build diff --git a/interactive_ai/services/resource/Dockerfile b/interactive_ai/services/resource/Dockerfile index 4a7826de8a..95651de893 100644 --- a/interactive_ai/services/resource/Dockerfile +++ b/interactive_ai/services/resource/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-slim-bookworm@sha256:a8d56efd3a77aecc8d4dcc58a6e6e1f54b282c519221bd111fff02b6374db772 AS base +FROM python:3.10-slim-bookworm@sha256:6e343dac46beda4a69e708bfc21d1a91504b7bdb6cef357ba963b4220dec2189 AS base FROM base AS build diff --git a/interactive_ai/services/visual_prompt/Dockerfile b/interactive_ai/services/visual_prompt/Dockerfile index 7e0c0eafb3..e4baf82559 100644 --- a/interactive_ai/services/visual_prompt/Dockerfile +++ b/interactive_ai/services/visual_prompt/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-slim-bookworm@sha256:a8d56efd3a77aecc8d4dcc58a6e6e1f54b282c519221bd111fff02b6374db772 AS base +FROM python:3.10-slim-bookworm@sha256:6e343dac46beda4a69e708bfc21d1a91504b7bdb6cef357ba963b4220dec2189 AS base FROM base AS build diff --git a/interactive_ai/workflows/dataset_ie/Dockerfile b/interactive_ai/workflows/dataset_ie/Dockerfile index b5876b961a..a22e0ed14f 100644 --- a/interactive_ai/workflows/dataset_ie/Dockerfile +++ b/interactive_ai/workflows/dataset_ie/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-slim-bookworm@sha256:a8d56efd3a77aecc8d4dcc58a6e6e1f54b282c519221bd111fff02b6374db772 AS base +FROM python:3.10-slim-bookworm@sha256:6e343dac46beda4a69e708bfc21d1a91504b7bdb6cef357ba963b4220dec2189 AS base FROM base AS build diff --git a/interactive_ai/workflows/model_test/Dockerfile b/interactive_ai/workflows/model_test/Dockerfile index 784a33a150..489ef19fce 100644 --- a/interactive_ai/workflows/model_test/Dockerfile +++ b/interactive_ai/workflows/model_test/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-slim-bookworm@sha256:a8d56efd3a77aecc8d4dcc58a6e6e1f54b282c519221bd111fff02b6374db772 AS base +FROM python:3.10-slim-bookworm@sha256:6e343dac46beda4a69e708bfc21d1a91504b7bdb6cef357ba963b4220dec2189 AS base FROM base AS build diff --git a/interactive_ai/workflows/optimize/Dockerfile b/interactive_ai/workflows/optimize/Dockerfile index 90eba22b30..12590a009a 100644 --- a/interactive_ai/workflows/optimize/Dockerfile +++ b/interactive_ai/workflows/optimize/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-slim-bookworm@sha256:a8d56efd3a77aecc8d4dcc58a6e6e1f54b282c519221bd111fff02b6374db772 AS base +FROM python:3.10-slim-bookworm@sha256:6e343dac46beda4a69e708bfc21d1a91504b7bdb6cef357ba963b4220dec2189 AS base FROM base AS build diff --git a/interactive_ai/workflows/project_ie/Dockerfile b/interactive_ai/workflows/project_ie/Dockerfile index 56c1ddf8a2..64850bdfb3 100644 --- a/interactive_ai/workflows/project_ie/Dockerfile +++ b/interactive_ai/workflows/project_ie/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-slim-bookworm@sha256:a8d56efd3a77aecc8d4dcc58a6e6e1f54b282c519221bd111fff02b6374db772 AS base +FROM python:3.10-slim-bookworm@sha256:6e343dac46beda4a69e708bfc21d1a91504b7bdb6cef357ba963b4220dec2189 AS base FROM base AS build diff --git a/interactive_ai/workflows/train/Dockerfile b/interactive_ai/workflows/train/Dockerfile index 7c9a3e7018..f4fd15a754 100644 --- a/interactive_ai/workflows/train/Dockerfile +++ b/interactive_ai/workflows/train/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-slim-bookworm@sha256:a8d56efd3a77aecc8d4dcc58a6e6e1f54b282c519221bd111fff02b6374db772 AS base +FROM python:3.10-slim-bookworm@sha256:6e343dac46beda4a69e708bfc21d1a91504b7bdb6cef357ba963b4220dec2189 AS base FROM base AS build diff --git a/interactive_ai/workflows/train/trainer/gpu/Dockerfile b/interactive_ai/workflows/train/trainer/gpu/Dockerfile index 3b507c672c..8c7690d6ec 100644 --- a/interactive_ai/workflows/train/trainer/gpu/Dockerfile +++ b/interactive_ai/workflows/train/trainer/gpu/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-slim-bookworm@sha256:a8d56efd3a77aecc8d4dcc58a6e6e1f54b282c519221bd111fff02b6374db772 AS base +FROM python:3.10-slim-bookworm@sha256:6e343dac46beda4a69e708bfc21d1a91504b7bdb6cef357ba963b4220dec2189 AS base # step 1: get cuda dependencies FROM base AS cuda @@ -100,7 +100,7 @@ RUN rm -rf /interactive_ai/workflows/train/trainer/.venv/lib/python3.10/site-pac /interactive_ai/workflows/train/trainer/.venv/lib/python3.10/site-packages/nvidia/cuda_nvrtc/lib/libnvrtc.alt.so.12 \ /interactive_ai/workflows/train/trainer/.venv/lib/python3.10/site-packages/nvidia/cuda_nvrtc/lib/libnvrtc-builtins.alt.so.12.8 -FROM python:3.10-slim-bookworm@sha256:a8d56efd3a77aecc8d4dcc58a6e6e1f54b282c519221bd111fff02b6374db772 AS runtime +FROM python:3.10-slim-bookworm@sha256:6e343dac46beda4a69e708bfc21d1a91504b7bdb6cef357ba963b4220dec2189 AS runtime RUN ulimit -n 65536 diff --git a/interactive_ai/workflows/train/trainer/xpu/Dockerfile b/interactive_ai/workflows/train/trainer/xpu/Dockerfile index c429d0eb6b..c33515c2ef 100644 --- a/interactive_ai/workflows/train/trainer/xpu/Dockerfile +++ b/interactive_ai/workflows/train/trainer/xpu/Dockerfile @@ -2,7 +2,7 @@ # --device /dev/dri # Intel GPU access # -v /dev/dri/by-path:/dev/dri/by-path # Device path mapping -FROM python:3.10-slim-bookworm@sha256:a8d56efd3a77aecc8d4dcc58a6e6e1f54b282c519221bd111fff02b6374db772 AS python_dependencies +FROM python:3.10-slim-bookworm@sha256:6e343dac46beda4a69e708bfc21d1a91504b7bdb6cef357ba963b4220dec2189 AS python_dependencies COPY --link --from=libs . libs @@ -21,7 +21,7 @@ RUN uv pip install torch==2.8.0 torchvision==0.23.0 --default-index https://down RUN rm -rf /interactive_ai/workflows/train/trainer/.venv/lib/python3.10/site-packages/nvidia \ /interactive_ai/workflows/train/trainer/.venv/lib/python3.10/site-packages/triton/backends/nvidia/ -FROM python:3.10-slim-bookworm@sha256:a8d56efd3a77aecc8d4dcc58a6e6e1f54b282c519221bd111fff02b6374db772 AS base +FROM python:3.10-slim-bookworm@sha256:6e343dac46beda4a69e708bfc21d1a91504b7bdb6cef357ba963b4220dec2189 AS base ENV UV_COMPILE_BYTECODE=1 ENV UV_LINK_MODE=copy diff --git a/platform/services/account/Dockerfile b/platform/services/account/Dockerfile index 4d062af04f..4802d1b50e 100644 --- a/platform/services/account/Dockerfile +++ b/platform/services/account/Dockerfile @@ -31,7 +31,7 @@ RUN --mount=type=cache,target=/go/pkg/mod/ \ go-licenses save . --save_path /THIRD_PARTY_NOTICES || true # Production image -FROM gcr.io/distroless/static-debian12:nonroot@sha256:e8a4044e0b4ae4257efa45fc026c0bc30ad320d43bd4c1a7d5271bd241e386d0 AS runtime +FROM gcr.io/distroless/static-debian12:nonroot@sha256:2b7c93f6d6648c11f0e80a48558c8f77885eb0445213b8e69a6a0d7c89fc6ae4 AS runtime COPY --link --from=build /build/control_plane/account_service/account_service . COPY --from=build /THIRD_PARTY_NOTICES /THIRD_PARTY_NOTICES diff --git a/platform/services/auth_proxy/Dockerfile b/platform/services/auth_proxy/Dockerfile index a31f6be394..caf523ee54 100644 --- a/platform/services/auth_proxy/Dockerfile +++ b/platform/services/auth_proxy/Dockerfile @@ -29,7 +29,7 @@ RUN --mount=type=cache,target=/go/pkg/mod/ \ go-licenses save . --save_path /THIRD_PARTY_NOTICES || true # Production image -FROM gcr.io/distroless/static-debian12:nonroot@sha256:e8a4044e0b4ae4257efa45fc026c0bc30ad320d43bd4c1a7d5271bd241e386d0 AS runtime +FROM gcr.io/distroless/static-debian12:nonroot@sha256:2b7c93f6d6648c11f0e80a48558c8f77885eb0445213b8e69a6a0d7c89fc6ae4 AS runtime COPY --link --from=build /build/control_plane/auth_proxy/auth_proxy . COPY --from=build /THIRD_PARTY_NOTICES /THIRD_PARTY_NOTICES diff --git a/platform/services/credit/Dockerfile b/platform/services/credit/Dockerfile index 3947f5bb54..07a11e2b7f 100644 --- a/platform/services/credit/Dockerfile +++ b/platform/services/credit/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-slim-bookworm@sha256:a8d56efd3a77aecc8d4dcc58a6e6e1f54b282c519221bd111fff02b6374db772 AS base +FROM python:3.10-slim-bookworm@sha256:6e343dac46beda4a69e708bfc21d1a91504b7bdb6cef357ba963b4220dec2189 AS base FROM base AS build diff --git a/platform/services/initial_user/Dockerfile b/platform/services/initial_user/Dockerfile index 27aefc1e10..482379fcf1 100644 --- a/platform/services/initial_user/Dockerfile +++ b/platform/services/initial_user/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-slim-bookworm@sha256:a8d56efd3a77aecc8d4dcc58a6e6e1f54b282c519221bd111fff02b6374db772 AS base +FROM python:3.10-slim-bookworm@sha256:6e343dac46beda4a69e708bfc21d1a91504b7bdb6cef357ba963b4220dec2189 AS base FROM base AS build diff --git a/platform/services/notifier/Dockerfile b/platform/services/notifier/Dockerfile index f0fc88a6e2..ff23928e43 100644 --- a/platform/services/notifier/Dockerfile +++ b/platform/services/notifier/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-slim-bookworm@sha256:a8d56efd3a77aecc8d4dcc58a6e6e1f54b282c519221bd111fff02b6374db772 AS base +FROM python:3.10-slim-bookworm@sha256:6e343dac46beda4a69e708bfc21d1a91504b7bdb6cef357ba963b4220dec2189 AS base FROM base AS build diff --git a/platform/services/observability/Dockerfile b/platform/services/observability/Dockerfile index 384f097847..ca593878e2 100644 --- a/platform/services/observability/Dockerfile +++ b/platform/services/observability/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-slim-bookworm@sha256:a8d56efd3a77aecc8d4dcc58a6e6e1f54b282c519221bd111fff02b6374db772 AS base +FROM python:3.10-slim-bookworm@sha256:6e343dac46beda4a69e708bfc21d1a91504b7bdb6cef357ba963b4220dec2189 AS base FROM base AS build diff --git a/platform/services/onboarding/Dockerfile b/platform/services/onboarding/Dockerfile index 86a4d2a68e..52eb2260a6 100644 --- a/platform/services/onboarding/Dockerfile +++ b/platform/services/onboarding/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-slim-bookworm@sha256:a8d56efd3a77aecc8d4dcc58a6e6e1f54b282c519221bd111fff02b6374db772 AS base +FROM python:3.10-slim-bookworm@sha256:6e343dac46beda4a69e708bfc21d1a91504b7bdb6cef357ba963b4220dec2189 AS base FROM base AS build diff --git a/platform/services/platform_cleaner/Dockerfile b/platform/services/platform_cleaner/Dockerfile index 6739198854..84d7f92278 100644 --- a/platform/services/platform_cleaner/Dockerfile +++ b/platform/services/platform_cleaner/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-slim-bookworm@sha256:a8d56efd3a77aecc8d4dcc58a6e6e1f54b282c519221bd111fff02b6374db772 AS base +FROM python:3.10-slim-bookworm@sha256:6e343dac46beda4a69e708bfc21d1a91504b7bdb6cef357ba963b4220dec2189 AS base FROM base AS build diff --git a/platform/services/user_directory/Dockerfile b/platform/services/user_directory/Dockerfile index ccfe039eb2..c20e898aae 100644 --- a/platform/services/user_directory/Dockerfile +++ b/platform/services/user_directory/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-slim-bookworm@sha256:a8d56efd3a77aecc8d4dcc58a6e6e1f54b282c519221bd111fff02b6374db772 AS base +FROM python:3.10-slim-bookworm@sha256:6e343dac46beda4a69e708bfc21d1a91504b7bdb6cef357ba963b4220dec2189 AS base FROM base AS build diff --git a/platform/services/weights_uploader/Dockerfile b/platform/services/weights_uploader/Dockerfile index 05226ea80d..17ec736650 100644 --- a/platform/services/weights_uploader/Dockerfile +++ b/platform/services/weights_uploader/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-slim-bookworm@sha256:a8d56efd3a77aecc8d4dcc58a6e6e1f54b282c519221bd111fff02b6374db772 AS base +FROM python:3.10-slim-bookworm@sha256:6e343dac46beda4a69e708bfc21d1a91504b7bdb6cef357ba963b4220dec2189 AS base FROM base AS build diff --git a/web_ui/dex_templates/Dockerfile b/web_ui/dex_templates/Dockerfile index c16944609f..8f799f7dcc 100644 --- a/web_ui/dex_templates/Dockerfile +++ b/web_ui/dex_templates/Dockerfile @@ -1,4 +1,4 @@ # syntax=docker/dockerfile:1.7 -FROM debian:bookworm-slim@sha256:b4aa902587c2e61ce789849cb54c332b0400fe27b1ee33af4669e1f7e7c3e22f AS dex_templates +FROM debian:bookworm-slim@sha256:e899040a73d36e2b36fa33216943539d9957cba8172b858097c2cabcdb20a3e2 AS dex_templates COPY --link . /dex_templates/