From 4535ef330aefa93a9479cf9439758904ee42205a Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Sun, 1 Sep 2024 23:06:06 +0200 Subject: [PATCH] Allow admins to specify priviledged plugins by name **and tag** (#4075) (#4076) --- .../30-administration/10-server-config.md | 2 + .../30-administration/10-server-config.md | 2 + pipeline/frontend/yaml/compiler/convert.go | 2 +- pipeline/frontend/yaml/utils/image.go | 29 ++++- pipeline/frontend/yaml/utils/image_test.go | 106 ++++++++++++++++++ 5 files changed, 139 insertions(+), 2 deletions(-) diff --git a/docs/docs/30-administration/10-server-config.md b/docs/docs/30-administration/10-server-config.md index 1d2e15b26..ec5abeb09 100644 --- a/docs/docs/30-administration/10-server-config.md +++ b/docs/docs/30-administration/10-server-config.md @@ -360,6 +360,8 @@ a user can log into Woodpecker, without re-authentication. Docker images to run in privileged mode. Only change if you are sure what you do! +You should specify the tag of your images too, as this enforces exact matches. +