Dear Support team,
Problem to solve
We have gitlab ultimate version with self managed.
I was create/register a runner inside docker container (run by podman).
ERROR: Failed to remove network for build
ERROR: Preparation failed: getting docker info: Cannot connect to the Docker daemon at unix: ///var/run/docker.sock. Is the docker daemon running? (docker.go:1132:0s)
Configuration
[[runners]]
name = “thiennm-gitlab-runner”
url = “https ://gitlab.amigo.vn”
id = 13
token = “glrt-U25-nBXCBHJfVBbGK_xxxxxx”
token_obtained_at = 2025-08-15T03:51:42Z
token_expires_at = 0001-01-01T00:00:00Z
executor = “docker”
[runners.cache]
MaxUploadedArchiveSize = 0
[runners.cache.s3]
[runners.cache.gcs]
[runners.cache.azure]
[runners.docker]
tls_verify = false
image = “alpine:latest”
privileged = false
disable_entrypoint_overwrite = false
oom_kill_disable = false
disable_cache = false
volumes = [“/cache”]
shm_size = 0
network_mtu = 0
In gitlab-ci.yaml, I would like to make a sast scan for security .
include:
- template: Jobs/SAST.gitlab-ci.yml
Versions
Please add an x whether options apply, and add the version information.
- Self-managed
Versions
- v18.2.1-ee