Commit beadc12e authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

ci: use python-slim image

parent 83ff4b99
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"
@@ -26,7 +26,7 @@ stages:
  - production

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"
  DOCKER_BUILD_ARGS: "--cache-ttl=6h"
  DOCKER_PROD_PUBLISH_STRATEGY: "auto"