woodpecker-ci / autoscaler

Scale your woodpecker agents automatically to the moon and back based on the current load.
Apache License 2.0
30 stars 6 forks source link

Support pinning docker version #168

Closed pat-s closed 3 months ago

pat-s commented 3 months ago

Currently, the most recent one from the system package manager is installed. This might cause problems if there's an issue with the latest one, like recently all the networking issues with docker v27.

xoxys commented 3 months ago

Also something that can be handled by admins already. Just apply a custom cloud-init script that handles version pinning.