diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3249e3f2d6d..1eb0bbe45fd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,6 +11,9 @@ updates: - sanderegg assignees: - pcrespov + - sanderegg + labels: + - t:maintenance ignore: - dependency-name: docker-compose versions: @@ -26,32 +29,10 @@ updates: - dependency-name: httpx versions: - 0.17.0 - - package-ecosystem: pip - directory: "/packages/service-library" - schedule: - interval: weekly - time: "04:00" - open-pull-requests-limit: 10 - reviewers: - - pcrespov - - sanderegg - assignees: - - pcrespov - ignore: - dependency-name: openapi-core versions: - "> 0.12.0, < 1" - - package-ecosystem: pip - directory: "/packages/postgres-database" - schedule: - interval: weekly - time: "04:00" - open-pull-requests-limit: 10 - reviewers: - - pcrespov - - sanderegg - assignees: - - pcrespov + - package-ecosystem: "github-actions" directory: "/" schedule: @@ -62,3 +43,5 @@ updates: - pcrespov assignees: - sanderegg + labels: + - t:maintenance diff --git a/.github/workflows/ci-testing-deploy.yml b/.github/workflows/ci-testing-deploy.yml index 8d17f75b933..54e2dee1fe5 100644 --- a/.github/workflows/ci-testing-deploy.yml +++ b/.github/workflows/ci-testing-deploy.yml @@ -1730,7 +1730,6 @@ jobs: matrix: python: ["3.11"] os: [ubuntu-22.04] - docker_buildx: [v0.10.4] fail-fast: false steps: - uses: actions/checkout@v4 @@ -1738,7 +1737,6 @@ jobs: id: buildx uses: docker/setup-buildx-action@v3 with: - version: ${{ matrix.docker_buildx }} driver: docker-container - name: setup python environment uses: actions/setup-python@v5 diff --git a/packages/postgres-database/docker/Dockerfile b/packages/postgres-database/docker/Dockerfile index ba5a04156af..f94aee47272 100644 --- a/packages/postgres-database/docker/Dockerfile +++ b/packages/postgres-database/docker/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 ARG PYTHON_VERSION="3.11.9" -ARG UV_VERSION="0.4" +ARG UV_VERSION="0.5" FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_build # we docker image is built based on debian FROM python:${PYTHON_VERSION}-slim-bookworm AS base diff --git a/packages/postgres-database/scripts/erd/Dockerfile b/packages/postgres-database/scripts/erd/Dockerfile index 168c5522290..f7be931afff 100644 --- a/packages/postgres-database/scripts/erd/Dockerfile +++ b/packages/postgres-database/scripts/erd/Dockerfile @@ -2,7 +2,7 @@ # Define arguments in the global scope ARG PYTHON_VERSION="3.11.9" -ARG UV_VERSION="0.4" +ARG UV_VERSION="0.5" FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_build # we docker image is built based on debian FROM python:${PYTHON_VERSION}-slim-bookworm AS base diff --git a/packages/service-integration/Dockerfile b/packages/service-integration/Dockerfile index e62c0a5271e..83e6b3672f0 100644 --- a/packages/service-integration/Dockerfile +++ b/packages/service-integration/Dockerfile @@ -2,7 +2,7 @@ # Define arguments in the global scope ARG PYTHON_VERSION="3.11.9" -ARG UV_VERSION="0.4" +ARG UV_VERSION="0.5" FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_build # we docker image is built based on debian FROM python:${PYTHON_VERSION}-slim-bookworm AS base diff --git a/requirements/tools/Dockerfile b/requirements/tools/Dockerfile index 1d5638b363b..842c5ddca8a 100644 --- a/requirements/tools/Dockerfile +++ b/requirements/tools/Dockerfile @@ -9,7 +9,7 @@ # # ARG PYTHON_VERSION="3.11.9" -ARG UV_VERSION="0.4" +ARG UV_VERSION="0.5" FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_build # we docker image is built based on debian FROM python:${PYTHON_VERSION}-slim-bookworm AS base diff --git a/scripts/erd/Dockerfile b/scripts/erd/Dockerfile index 8289d6ab16c..7aeb5cdfbb8 100644 --- a/scripts/erd/Dockerfile +++ b/scripts/erd/Dockerfile @@ -8,7 +8,7 @@ # ARG PYTHON_VERSION="3.11.9" -ARG UV_VERSION="0.4" +ARG UV_VERSION="0.5" FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_build # we docker image is built based on debian FROM python:${PYTHON_VERSION}-slim-bookworm AS base diff --git a/scripts/maintenance/migrate_project/Dockerfile b/scripts/maintenance/migrate_project/Dockerfile index b215ed0886d..047280c0086 100644 --- a/scripts/maintenance/migrate_project/Dockerfile +++ b/scripts/maintenance/migrate_project/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1 -ARG UV_VERSION="0.4" +ARG UV_VERSION="0.5" FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_build # we docker image is built based on debian FROM python:3.11.9-buster diff --git a/scripts/openapi/oas_resolver/Dockerfile b/scripts/openapi/oas_resolver/Dockerfile index 19ffedfdc16..744e7f183bf 100644 --- a/scripts/openapi/oas_resolver/Dockerfile +++ b/scripts/openapi/oas_resolver/Dockerfile @@ -2,7 +2,7 @@ # Usage: # docker build . -t oas_resolver # docker run -v /path/to/api:/input -v /path/to/compiled/file:/output oas_resolver /input/path/to/openapi.yaml /output/output_file.yaml -ARG UV_VERSION="0.4" +ARG UV_VERSION="0.5" FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_build # we docker image is built based on debian FROM python:3.6-alpine diff --git a/scripts/pydeps-docker/Dockerfile b/scripts/pydeps-docker/Dockerfile index 51d24208672..df2a9602f50 100644 --- a/scripts/pydeps-docker/Dockerfile +++ b/scripts/pydeps-docker/Dockerfile @@ -9,7 +9,7 @@ # # ARG PYTHON_VERSION="3.11.9" -ARG UV_VERSION="0.4" +ARG UV_VERSION="0.5" FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_build # we docker image is built based on debian FROM python:${PYTHON_VERSION}-slim-bookworm AS base diff --git a/services/agent/Dockerfile b/services/agent/Dockerfile index e2920791520..5e557c107d4 100644 --- a/services/agent/Dockerfile +++ b/services/agent/Dockerfile @@ -2,7 +2,7 @@ # Define arguments in the global scope ARG PYTHON_VERSION="3.11.9" -ARG UV_VERSION="0.4" +ARG UV_VERSION="0.5" FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_build # we docker image is built based on debian diff --git a/services/api-server/Dockerfile b/services/api-server/Dockerfile index 52bb197a36d..7eec1cbd11c 100644 --- a/services/api-server/Dockerfile +++ b/services/api-server/Dockerfile @@ -2,7 +2,7 @@ # Define arguments in the global scope ARG PYTHON_VERSION="3.11.9" -ARG UV_VERSION="0.4" +ARG UV_VERSION="0.5" FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_build # we docker image is built based on debian FROM python:${PYTHON_VERSION}-slim-bookworm AS base diff --git a/services/autoscaling/Dockerfile b/services/autoscaling/Dockerfile index f094e802b04..13c10a4d2b8 100644 --- a/services/autoscaling/Dockerfile +++ b/services/autoscaling/Dockerfile @@ -2,7 +2,7 @@ # Define arguments in the global scope ARG PYTHON_VERSION="3.11.9" -ARG UV_VERSION="0.4" +ARG UV_VERSION="0.5" FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_build # we docker image is built based on debian FROM python:${PYTHON_VERSION}-slim-bookworm AS base diff --git a/services/catalog/Dockerfile b/services/catalog/Dockerfile index cea9aac8e52..14fd625dc47 100644 --- a/services/catalog/Dockerfile +++ b/services/catalog/Dockerfile @@ -2,7 +2,7 @@ # Define arguments in the global scope ARG PYTHON_VERSION="3.11.9" -ARG UV_VERSION="0.4" +ARG UV_VERSION="0.5" FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_build # we docker image is built based on debian FROM python:${PYTHON_VERSION}-slim-bookworm AS base diff --git a/services/clusters-keeper/Dockerfile b/services/clusters-keeper/Dockerfile index 7011f9b527c..cebb38a130e 100644 --- a/services/clusters-keeper/Dockerfile +++ b/services/clusters-keeper/Dockerfile @@ -2,7 +2,7 @@ # Define arguments in the global scope ARG PYTHON_VERSION="3.11.9" -ARG UV_VERSION="0.4" +ARG UV_VERSION="0.5" FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_build # we docker image is built based on debian FROM python:${PYTHON_VERSION}-slim-bookworm AS base diff --git a/services/dask-sidecar/Dockerfile b/services/dask-sidecar/Dockerfile index 38ff5e5bcb7..cf4a9adf48c 100644 --- a/services/dask-sidecar/Dockerfile +++ b/services/dask-sidecar/Dockerfile @@ -2,7 +2,7 @@ # Define arguments in the global scope ARG PYTHON_VERSION="3.11.9" -ARG UV_VERSION="0.4" +ARG UV_VERSION="0.5" FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_build # we docker image is built based on debian FROM --platform=${TARGETPLATFORM} python:${PYTHON_VERSION}-slim-bookworm AS base diff --git a/services/datcore-adapter/Dockerfile b/services/datcore-adapter/Dockerfile index f2ddebe5382..cb0f6f52acd 100644 --- a/services/datcore-adapter/Dockerfile +++ b/services/datcore-adapter/Dockerfile @@ -2,7 +2,7 @@ # Define arguments in the global scope ARG PYTHON_VERSION="3.11.9" -ARG UV_VERSION="0.4" +ARG UV_VERSION="0.5" FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_build # we docker image is built based on debian FROM python:${PYTHON_VERSION}-slim-bookworm AS base diff --git a/services/director-v2/Dockerfile b/services/director-v2/Dockerfile index 3093c28134f..f2705d5440b 100644 --- a/services/director-v2/Dockerfile +++ b/services/director-v2/Dockerfile @@ -2,7 +2,7 @@ # Define arguments in the global scope ARG PYTHON_VERSION="3.11.9" -ARG UV_VERSION="0.4" +ARG UV_VERSION="0.5" FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_build # we docker image is built based on debian FROM python:${PYTHON_VERSION}-slim-bookworm AS base diff --git a/services/director/Dockerfile b/services/director/Dockerfile index 5d9bdcad811..09e02fa278a 100644 --- a/services/director/Dockerfile +++ b/services/director/Dockerfile @@ -2,7 +2,7 @@ # Define arguments in the global scope ARG PYTHON_VERSION="3.11.9" -ARG UV_VERSION="0.4" +ARG UV_VERSION="0.5" FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_build # we docker image is built based on debian FROM python:${PYTHON_VERSION}-slim-bookworm AS base diff --git a/services/dynamic-scheduler/Dockerfile b/services/dynamic-scheduler/Dockerfile index f99fca55598..f4ea5419ff4 100644 --- a/services/dynamic-scheduler/Dockerfile +++ b/services/dynamic-scheduler/Dockerfile @@ -2,7 +2,7 @@ # Define arguments in the global scope ARG PYTHON_VERSION="3.11.9" -ARG UV_VERSION="0.4" +ARG UV_VERSION="0.5" FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_build # we docker image is built based on debian FROM python:${PYTHON_VERSION}-slim-bookworm AS base diff --git a/services/dynamic-sidecar/Dockerfile b/services/dynamic-sidecar/Dockerfile index 5ccdceb43ad..def973cacc1 100644 --- a/services/dynamic-sidecar/Dockerfile +++ b/services/dynamic-sidecar/Dockerfile @@ -2,7 +2,7 @@ # Define arguments in the global scope ARG PYTHON_VERSION="3.11.9" -ARG UV_VERSION="0.4" +ARG UV_VERSION="0.5" FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_build # we docker image is built based on debian FROM python:${PYTHON_VERSION}-slim-bookworm AS base diff --git a/services/efs-guardian/Dockerfile b/services/efs-guardian/Dockerfile index e4341d48e02..275c1c09767 100644 --- a/services/efs-guardian/Dockerfile +++ b/services/efs-guardian/Dockerfile @@ -2,7 +2,7 @@ # Define arguments in the global scope ARG PYTHON_VERSION="3.11.9" -ARG UV_VERSION="0.4" +ARG UV_VERSION="0.5" FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_build # we docker image is built based on debian FROM python:${PYTHON_VERSION}-slim-bookworm AS base diff --git a/services/invitations/Dockerfile b/services/invitations/Dockerfile index c17ce3f3bbb..d190bade261 100644 --- a/services/invitations/Dockerfile +++ b/services/invitations/Dockerfile @@ -2,7 +2,7 @@ # Define arguments in the global scope ARG PYTHON_VERSION="3.11.9" -ARG UV_VERSION="0.4" +ARG UV_VERSION="0.5" FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_build # we docker image is built based on debian FROM python:${PYTHON_VERSION}-slim-bookworm AS base diff --git a/services/migration/Dockerfile b/services/migration/Dockerfile index 33b55d7d5ce..0264e3e9e66 100644 --- a/services/migration/Dockerfile +++ b/services/migration/Dockerfile @@ -2,7 +2,7 @@ # Define arguments in the global scope ARG PYTHON_VERSION="3.11.9" -ARG UV_VERSION="0.4" +ARG UV_VERSION="0.5" FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_build # we docker image is built based on debian FROM python:${PYTHON_VERSION}-slim-bookworm AS base diff --git a/services/payments/Dockerfile b/services/payments/Dockerfile index c7d3ef40026..ebcf1a02ef1 100644 --- a/services/payments/Dockerfile +++ b/services/payments/Dockerfile @@ -2,7 +2,7 @@ # Define arguments in the global scope ARG PYTHON_VERSION="3.11.9" -ARG UV_VERSION="0.4" +ARG UV_VERSION="0.5" FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_build # we docker image is built based on debian FROM python:${PYTHON_VERSION}-slim-bookworm AS base diff --git a/services/resource-usage-tracker/Dockerfile b/services/resource-usage-tracker/Dockerfile index 14a0583afee..ae0bfcc4aa4 100644 --- a/services/resource-usage-tracker/Dockerfile +++ b/services/resource-usage-tracker/Dockerfile @@ -2,7 +2,7 @@ # Define arguments in the global scope ARG PYTHON_VERSION="3.11.9" -ARG UV_VERSION="0.4" +ARG UV_VERSION="0.5" FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_build # we docker image is built based on debian FROM python:${PYTHON_VERSION}-slim-bookworm AS base diff --git a/services/storage/Dockerfile b/services/storage/Dockerfile index 5eb25f4e9a3..65560dbb1f4 100644 --- a/services/storage/Dockerfile +++ b/services/storage/Dockerfile @@ -2,7 +2,7 @@ # Define arguments in the global scope ARG PYTHON_VERSION="3.11.9" -ARG UV_VERSION="0.4" +ARG UV_VERSION="0.5" FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_build # we docker image is built based on debian FROM python:${PYTHON_VERSION}-slim-bookworm AS base diff --git a/services/web/Dockerfile b/services/web/Dockerfile index 5ccdef01f15..e0475b5587c 100644 --- a/services/web/Dockerfile +++ b/services/web/Dockerfile @@ -2,7 +2,7 @@ # Define arguments in the global scope ARG PYTHON_VERSION="3.11.9" -ARG UV_VERSION="0.4" +ARG UV_VERSION="0.5" FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_build # we docker image is built based on debian FROM python:${PYTHON_VERSION}-slim-bookworm AS base diff --git a/tests/performance/docker/Dockerfile b/tests/performance/docker/Dockerfile index 02020a86506..48358dc1e7f 100644 --- a/tests/performance/docker/Dockerfile +++ b/tests/performance/docker/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1 ARG PYTHON_VERSION="3.11.9" -ARG UV_VERSION="0.4" +ARG UV_VERSION="0.5" FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_build FROM python:${PYTHON_VERSION}-slim-bookworm AS base