dependabot-script icon indicating copy to clipboard operation
dependabot-script copied to clipboard

Docker in docker #579

Open RomainBrault opened this issue 4 years ago • 3 comments

#579 might break existing pipelines (For instance mine and @timbru31).

Moreover in my opinion forcing user to use dind is not the best idea: many users might want to disable the service for security reasons as it requires running docker in privilege mode.

RomainBrault avatar Apr 19 '21 13:04 RomainBrault

You can use kaniko to build a docker-image without docker-in-docker or socket binding and then push it to a docker registry. I don't understand why there is no official docker image on docker hub.

hupling avatar May 17 '21 20:05 hupling

This also broke my pipeline - the image should be pushed to docker hub if you really want to use docker. This also limits options regarding other OCI implementations like buildah.

commodis avatar May 20 '21 06:05 commodis

Broke my pipeline as well. Building the image locally in one stage and trying to use it another is problematic, dind creates a new instance between stages.

matteosantama avatar Jun 16 '21 14:06 matteosantama