Open RomainBrault opened 3 years ago
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.
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.
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.
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.