From 7a0f97fb6cd8f58058cb0370028048d677a0628d Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Mon, 20 May 2024 18:34:14 -0700 Subject: [PATCH] chore: remove override_kernel_check storage-opt --- docker-host/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-host/Dockerfile b/docker-host/Dockerfile index 541d2ed0..37cb81e4 100644 --- a/docker-host/Dockerfile +++ b/docker-host/Dockerfile @@ -36,4 +36,4 @@ COPY remove-exited.sh /remove-exited.sh ENTRYPOINT ["/sbin/tini", "--", "/lagoon/entrypoints.sh"] -CMD ["sh", "-c", "sh /usr/local/bin/dind /usr/local/bin/dockerd --host=tcp://0.0.0.0:2375 --host=unix:///var/run/docker.sock --insecure-registry=${REGISTRY} --insecure-registry=harbor-harbor-core.harbor.svc.cluster.local:80 --bip=${BIP} --storage-driver=overlay2 --storage-opt=overlay2.override_kernel_check=1 --registry-mirror=${REGISTRY_MIRROR}"] +CMD ["sh", "-c", "sh /usr/local/bin/dind /usr/local/bin/dockerd --host=tcp://0.0.0.0:2375 --host=unix:///var/run/docker.sock --insecure-registry=${REGISTRY} --insecure-registry=harbor-harbor-core.harbor.svc.cluster.local:80 --bip=${BIP} --storage-driver=overlay2 --registry-mirror=${REGISTRY_MIRROR}"]