From 3c2a156220e29791b585132ec8b6cc391ce546f7 Mon Sep 17 00:00:00 2001 From: Guillermo Pages Date: Thu, 23 Oct 2025 15:35:49 +0200 Subject: [PATCH] fix: use plugins-docker without version tag to match privileged images list The Docker daemon was failing to start because the image registry.sn48.zivili.ch/library/plugins-docker:24.0.0 wasn't in the DRONE_RUNNER_PRIVILEGED_IMAGES list. Changed to use the image without version tag to match the privileged configuration. --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 926414a..dde360e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,8 +21,7 @@ steps: - tag - name: publish - # image: plugins/docker - image: registry.sn48.zivili.ch/library/plugins-docker:24.0.0 + image: registry.sn48.zivili.ch/library/plugins-docker # CRITICAL: Enable BuildKit at step environment level (not build_args!) environment: DOCKER_BUILDKIT: "1"