Skip to content

fix: use the same docker version in service as in image to ensure compatibility

Michael requested to merge fix/docker-service-with-version into master

Docker published version 20.10 as docker:dind recently. This leads to connection issues in the pipeline like Cannot connect to the Docker daemon at tcp://0.0.0.0:2375. Is the docker daemon running?.

Merge request reports