Hello,
I need help with an error on the pipeline here is the issue:
#12 [stage-0 7/7] RUN pip install -r requirements.txt
#12 22.85 WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘NewConnectionError(’<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f0966487a00>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution’)': /simple/robotframework/
Config.toml file:
[[runners]]
name = “example-gitlab”
url = “https://gitlab.example.com/”
id = 1
token = “***********"
token_obtained_at = 2023-12-01T17:52:18Z
token_expires_at = 0001-01-01T00:00:00Z
executor = “docker”
log_level = “debug”
[runners.custom_build_dir]
[runners.cache]
[runners.cache.s3]
[runners.cache.gcs]
[runners.cache.azure]
[runners.docker]
tls_verify = false
image = “docker:dind”
privileged = true
disable_entrypoint_overwrite = false
oom_kill_disable = false
disable_cache = false
volumes = [“/cache”, “/var/run/docker.sock:/var/run/docker.sock”]
pull_policy = “if-not-present”
shm_size = 0
allowed_images = ["ruby:", "python:", "php:", "node:"]
allowed_services = [“postgres:9”, "redis:", "mysql:", "docker:”]
network_mode = “host”
userns_mode = “host”
Thanks for helping
