meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
git:gitlab:runner:docker [2021/12/22 16:03] – created niziakgit:gitlab:runner:docker [2026/08/20 12:53] (current) niziak
Line 1: Line 1:
 ====== docker executor ====== ====== docker executor ======
 +
 +[[https://jpetazzo.github.io/2015/09/03/do-not-use-docker-in-docker-for-ci/|~jpetazzo/Using Docker-in-Docker for your CI or testing environment? Think twice.]]
 +
 +[[https://engineering.sada.com/generally-not-recommended-docker-in-docker-in-docker-6fe4d7edae95|Generally not recommended: Docker in Docker in Docker…]]
 +
  
 ===== use of closed network connection ===== ===== use of closed network connection =====
Line 32: Line 37:
 Retrying job on the same runner also fails. Retrying job on the same runner also fails.
 Possible solution: remove cached image on runner host to force recreation of layers. Possible solution: remove cached image on runner host to force recreation of layers.
 +
 +  * [[https://github.com/moby/moby/issues/16959|Error Pushing to Docker Hub, several errors: EOF, use of closed network connection, #16959]]
 +  * [[https://github.com/moby/moby/issues/16949|Docker push fails with EOF in private registry 2.0 behind NGINX Proxy #16949]]