cloudfoundry / bosh-linux-stemcell-builder

BOSH Ubuntu Linux stemcells
Apache License 2.0
41 stars 103 forks source link

[noble] remove_dev_tools currently breaks the vm #360

Closed ramonskie closed 4 months ago

ramonskie commented 4 months ago

currently when settings the remove_dev_tools in the deployment manifest. the vm will break as it probably removes more than it should

ramonskie commented 4 months ago

it maby has something todo with https://github.com/cloudfoundry/bosh-linux-stemcell-builder/commit/db3d7290fd2302908b6e68cffbe3c4785b8d8117

ramonskie commented 4 months ago

libc6 was wreaking havoc and including this removed to many libraries which resulted in the loss of the use of many default applications like cat, ln, which etc

this is now fixed in 30d1704