feature(controller): remove dockerd executable (#432)

This commit is contained in:
Christoph Brand
2021-04-01 01:50:48 +02:00
committed by GitHub
parent 5b7807d54b
commit 9ed245c85e

View File

@@ -703,7 +703,6 @@ func (r *RunnerReconciler) newPod(runner v1alpha1.Runner) (corev1.Pod, error) {
pod.Spec.Containers = append(pod.Spec.Containers, corev1.Container{
Name: "docker",
Image: r.DockerImage,
Args: []string{"dockerd"},
VolumeMounts: []corev1.VolumeMount{
{
Name: "work",