From c629ed352a08cd5caa35740cd777ef36db1846c8 Mon Sep 17 00:00:00 2001 From: Brad Cowie Date: Fri, 26 Jan 2024 14:09:02 +1300 Subject: [PATCH] Use custom docker init script on amd64 to fix issue setting ulimits. --- bin/dind.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/dind.sh b/bin/dind.sh index 7bbb7fa..b9b4118 100755 --- a/bin/dind.sh +++ b/bin/dind.sh @@ -12,6 +12,7 @@ case "${arch}" in echo "deb [arch=${arch} signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/${ID} ${VERSION_CODENAME} stable" > /etc/apt/sources.list.d/docker.list ${AG} update ${AG} install docker-ce + mv "${BUILD_DIR}/docker.init.d" /etc/init.d/docker ;; i386) ${AG} install docker.io