Skip to content

Commit 0ef1dee

Browse files
committed
docs
1 parent 60bb8ee commit 0ef1dee

File tree

19 files changed

+38
-0
lines changed

19 files changed

+38
-0
lines changed

packages/service-integration/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ ARG UV_VERSION="0.6"
66
FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_build
77

88
FROM python:${PYTHON_VERSION}-slim-bookworm AS base-arm64
9+
# These environment variables are necessary because of https://github.com/astral-sh/uv/issues/6105
10+
# and until https://gitlab.com/qemu-project/qemu/-/issues/2846 gets fixed
911
ENV UV_CONCURRENT_INSTALLS=1
1012

1113
FROM python:${PYTHON_VERSION}-slim-bookworm AS base-amd64

services/agent/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ ARG UV_VERSION="0.6"
77
FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_build
88

99
FROM python:${PYTHON_VERSION}-slim-bookworm AS base-arm64
10+
# These environment variables are necessary because of https://github.com/astral-sh/uv/issues/6105
11+
# and until https://gitlab.com/qemu-project/qemu/-/issues/2846 gets fixed
1012
ENV UV_CONCURRENT_INSTALLS=1
1113

1214
FROM python:${PYTHON_VERSION}-slim-bookworm AS base-amd64

services/api-server/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ ARG UV_VERSION="0.6"
66
FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_build
77

88
FROM python:${PYTHON_VERSION}-slim-bookworm AS base-arm64
9+
# These environment variables are necessary because of https://github.com/astral-sh/uv/issues/6105
10+
# and until https://gitlab.com/qemu-project/qemu/-/issues/2846 gets fixed
911
ENV UV_CONCURRENT_INSTALLS=1
1012

1113
FROM python:${PYTHON_VERSION}-slim-bookworm AS base-amd64

services/autoscaling/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ ARG UV_VERSION="0.6"
66
FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_build
77

88
FROM python:${PYTHON_VERSION}-slim-bookworm AS base-arm64
9+
# These environment variables are necessary because of https://github.com/astral-sh/uv/issues/6105
10+
# and until https://gitlab.com/qemu-project/qemu/-/issues/2846 gets fixed
911
ENV UV_CONCURRENT_INSTALLS=1
1012

1113
FROM python:${PYTHON_VERSION}-slim-bookworm AS base-amd64

services/catalog/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ ARG UV_VERSION="0.6"
66
FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_build
77

88
FROM python:${PYTHON_VERSION}-slim-bookworm AS base-arm64
9+
# These environment variables are necessary because of https://github.com/astral-sh/uv/issues/6105
10+
# and until https://gitlab.com/qemu-project/qemu/-/issues/2846 gets fixed
911
ENV UV_CONCURRENT_INSTALLS=1
1012

1113
FROM python:${PYTHON_VERSION}-slim-bookworm AS base-amd64

services/clusters-keeper/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ ARG UV_VERSION="0.6"
66
FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_build
77

88
FROM python:${PYTHON_VERSION}-slim-bookworm AS base-arm64
9+
# These environment variables are necessary because of https://github.com/astral-sh/uv/issues/6105
10+
# and until https://gitlab.com/qemu-project/qemu/-/issues/2846 gets fixed
911
ENV UV_CONCURRENT_INSTALLS=1
1012

1113
FROM python:${PYTHON_VERSION}-slim-bookworm AS base-amd64

services/datcore-adapter/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ ARG UV_VERSION="0.6"
66
FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_build
77

88
FROM python:${PYTHON_VERSION}-slim-bookworm AS base-arm64
9+
# These environment variables are necessary because of https://github.com/astral-sh/uv/issues/6105
10+
# and until https://gitlab.com/qemu-project/qemu/-/issues/2846 gets fixed
911
ENV UV_CONCURRENT_INSTALLS=1
1012

1113
FROM python:${PYTHON_VERSION}-slim-bookworm AS base-amd64

services/director-v2/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ ARG UV_VERSION="0.6"
66
FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_build
77

88
FROM python:${PYTHON_VERSION}-slim-bookworm AS base-arm64
9+
# These environment variables are necessary because of https://github.com/astral-sh/uv/issues/6105
10+
# and until https://gitlab.com/qemu-project/qemu/-/issues/2846 gets fixed
911
ENV UV_CONCURRENT_INSTALLS=1
1012

1113
FROM python:${PYTHON_VERSION}-slim-bookworm AS base-amd64

services/director/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ ARG UV_VERSION="0.6"
66
FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_build
77

88
FROM python:${PYTHON_VERSION}-slim-bookworm AS base-arm64
9+
# These environment variables are necessary because of https://github.com/astral-sh/uv/issues/6105
10+
# and until https://gitlab.com/qemu-project/qemu/-/issues/2846 gets fixed
911
ENV UV_CONCURRENT_INSTALLS=1
1012

1113
FROM python:${PYTHON_VERSION}-slim-bookworm AS base-amd64

services/dynamic-scheduler/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ ARG UV_VERSION="0.6"
66
FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_build
77

88
FROM python:${PYTHON_VERSION}-slim-bookworm AS base-arm64
9+
# These environment variables are necessary because of https://github.com/astral-sh/uv/issues/6105
10+
# and until https://gitlab.com/qemu-project/qemu/-/issues/2846 gets fixed
911
ENV UV_CONCURRENT_INSTALLS=1
1012

1113
FROM python:${PYTHON_VERSION}-slim-bookworm AS base-amd64

0 commit comments

Comments
 (0)