Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,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" ruff-enabled: true pytest-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 ENV PORT=80 WORKDIR /code Loading tests/test_check_var.py +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ KICKER_VAR_IMAGE = helper.make_var_fixture( name="TEST_IMAGE", description="test image", type=checker.TbcVarType.text, default="registry.hub.docker.com/library/test:latest", default="docker.io/library/test:latest", ) KICKER_VAR_IMAGE_W_NO_REGISTRY = helper.make_var_fixture( Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,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" ruff-enabled: true pytest-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 ENV PORT=80 WORKDIR /code Loading
tests/test_check_var.py +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ KICKER_VAR_IMAGE = helper.make_var_fixture( name="TEST_IMAGE", description="test image", type=checker.TbcVarType.text, default="registry.hub.docker.com/library/test:latest", default="docker.io/library/test:latest", ) KICKER_VAR_IMAGE_W_NO_REGISTRY = helper.make_var_fixture( Loading