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

build: change Docker Hub FQDN

parent 06cb3183
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+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
+1 −1
Original line number Diff line number Diff line
@@ -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(