Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ include: # Python template - component: "$CI_SERVER_FQDN/$TBC_NAMESPACE/python/gitlab-ci-python@7" inputs: image: "registry.hub.docker.com/library/python:3.12-slim" image: "docker.io/library/python:3.12-slim" pytest-enabled: true ruff-enabled: true package-enabled: true Loading Dockerfile +1 −1 Original line number Diff line number Diff line FROM registry.hub.docker.com/library/python:3.13-alpine FROM docker.io/library/python:3.13-alpine WORKDIR /code Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ include: # Python template - component: "$CI_SERVER_FQDN/$TBC_NAMESPACE/python/gitlab-ci-python@7" inputs: image: "registry.hub.docker.com/library/python:3.12-slim" image: "docker.io/library/python:3.12-slim" pytest-enabled: true ruff-enabled: true package-enabled: true Loading
Dockerfile +1 −1 Original line number Diff line number Diff line FROM registry.hub.docker.com/library/python:3.13-alpine FROM docker.io/library/python:3.13-alpine WORKDIR /code Loading