Commit 985f813e authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

ci: use python-slim image

parent 24147e01
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ include:
    file: "templates/gitlab-ci-docker.yml"
  # Python template
  - project: "$TBC_NAMESPACE/python"
    ref: "6.7"
    ref: "7.0"
    file: "/templates/gitlab-ci-python.yml"
  # semantic-release template
  - project: "$TBC_NAMESPACE/semantic-release"
@@ -14,7 +14,7 @@ include:
    file: "templates/gitlab-ci-semrel.yml"

variables:
  PYTHON_IMAGE: "registry.hub.docker.com/library/python:3.11"
  PYTHON_IMAGE: "registry.hub.docker.com/library/python:3.11-slim"
  PYTHON_SBOM_DISABLED: "true"
  VALID_GCP_OIDC_PROVIDER: $GCP_OIDC_PROVIDER
  VALID_GCP_OIDC_ACCOUNT: $GCP_OIDC_ACCOUNT