neondatabase / autoscaling

Postgres vertical autoscaling in k8s
Apache License 2.0
164 stars 21 forks source link

vm-builder: Use fresh base for 'builder' stage #1086

Closed sharnoff closed 1 month ago

sharnoff commented 1 month ago

The builder stage doesn't need anything from runtime, and previously only depended on 'vm-runtime' because of the installed disk-related binaries, but installing those has already been moved into 'builder' with #1077.