GitLab CI – docker compose to remote host fails with: Host key verification failed
I’m getting this error when a GitLab CI job is attempting to ‘docker compose up’ to a remote context: $ docker –context remote compose -f docker-compose-remote-db.yml up -d –pull alwaysunable to get image ‘10.0.10.3:5000/my-image:latest’: error during connect: Get “http://docker.example.com/v1.51/images/10.0.10.3:5000/adsb-dashboard:latest/json”: command [ssh -l gitlab-runner -o ConnectTimeout=30 -T — 10.0.10.3 docker system dial-stdio] has exited with exit …
