File tree Expand file tree Collapse file tree 19 files changed +38
-0
lines changed
packages/service-integration Expand file tree Collapse file tree 19 files changed +38
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ ARG UV_VERSION="0.6"
66FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_build
77
88FROM 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
911ENV UV_CONCURRENT_INSTALLS=1
1012
1113FROM python:${PYTHON_VERSION}-slim-bookworm AS base-amd64
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ ARG UV_VERSION="0.6"
77FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_build
88
99FROM 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
1012ENV UV_CONCURRENT_INSTALLS=1
1113
1214FROM python:${PYTHON_VERSION}-slim-bookworm AS base-amd64
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ ARG UV_VERSION="0.6"
66FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_build
77
88FROM 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
911ENV UV_CONCURRENT_INSTALLS=1
1012
1113FROM python:${PYTHON_VERSION}-slim-bookworm AS base-amd64
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ ARG UV_VERSION="0.6"
66FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_build
77
88FROM 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
911ENV UV_CONCURRENT_INSTALLS=1
1012
1113FROM python:${PYTHON_VERSION}-slim-bookworm AS base-amd64
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ ARG UV_VERSION="0.6"
66FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_build
77
88FROM 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
911ENV UV_CONCURRENT_INSTALLS=1
1012
1113FROM python:${PYTHON_VERSION}-slim-bookworm AS base-amd64
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ ARG UV_VERSION="0.6"
66FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_build
77
88FROM 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
911ENV UV_CONCURRENT_INSTALLS=1
1012
1113FROM python:${PYTHON_VERSION}-slim-bookworm AS base-amd64
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ ARG UV_VERSION="0.6"
66FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_build
77
88FROM 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
911ENV UV_CONCURRENT_INSTALLS=1
1012
1113FROM python:${PYTHON_VERSION}-slim-bookworm AS base-amd64
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ ARG UV_VERSION="0.6"
66FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_build
77
88FROM 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
911ENV UV_CONCURRENT_INSTALLS=1
1012
1113FROM python:${PYTHON_VERSION}-slim-bookworm AS base-amd64
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ ARG UV_VERSION="0.6"
66FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_build
77
88FROM 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
911ENV UV_CONCURRENT_INSTALLS=1
1012
1113FROM python:${PYTHON_VERSION}-slim-bookworm AS base-amd64
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ ARG UV_VERSION="0.6"
66FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_build
77
88FROM 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
911ENV UV_CONCURRENT_INSTALLS=1
1012
1113FROM python:${PYTHON_VERSION}-slim-bookworm AS base-amd64
You can’t perform that action at this time.
0 commit comments