autoscaling icon indicating copy to clipboard operation
autoscaling copied to clipboard

Alpine base images should be updated

Open sharnoff opened this issue 4 months ago • 3 comments

Problem description / Motivation

We're currently using alpine 3.16. We should update to the latest (3.19).

3.16 EOLs on May 2024-05-23

Feature idea(s) / DoD

All alpine images used are updated to 3.19, or whatever the latest is when this issues is resolved.

Implementation ideas

See previous attempt here: #530.

This is difficult primarily because of the copying of shared libraries that we do in vm-builder. It may be easier to first audit all the commands we use, then run ldd on them to see the shared libraries, and derive a new list from scratch, rather than by trial-and-error.

# Pull Requests
- [ ] #1010
- [ ] #1008

sharnoff avatar Apr 11 '24 14:04 sharnoff