Skip to content

Is the DinD container required? #13

Open
@trentmillar

Description

@trentmillar

First off - Great job on this!

I just deployed and tested a pipeline from the pool created using these steps and the chart. Everything worked as expected but I have a concern about the DinD container so I removed it from the Deployment. After doing so my pipeline still runs fine.

My question is what is the point of this and in what situation is it used? ->

- name: dind
image: "{{ .Values.docker.image.repository }}:{{ .Values.docker.image.tag }}"
securityContext:
privileged: true
env:
- name: DOCKER_TLS_CERTDIR
value: ''
volumeMounts:
- name: dind-storage
mountPath: /var/lib/docker
resources:
requests:
memory: "128Mi"
cpu: "250m"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions