Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is the DinD container required? #13

Open
trentmillar opened this issue Jun 20, 2024 · 0 comments
Open

Is the DinD container required? #13

trentmillar opened this issue Jun 20, 2024 · 0 comments

Comments

@trentmillar
Copy link

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant