Hello!
As i was searching for some explanation on the source code of drone, i found out that the variable i was looking for is DRONE_RUNNER_PRIVILEGED_IMAGES as i need to create a custom image wrapping a trusted image. i tried solving this by only adding commands to plugins/ecr (which is the privileged image i need to use) but looks like it looses its privilege…
also when i looked at where it is used, the documentation says it will be deprecated!
so my question is, what are the plans for this feature?
any plans on adding glob/wildcard support on the privileged images? supposing that i should trust every image on my private docker registry it makes sense for me (probably not for everyone else, but it may be a nice feature).