cloudfoundry / bosh-linux-stemcell-builder

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

Restore default apt sources once stemcell is built #384

Closed selzoc closed 2 weeks ago

selzoc commented 4 weeks ago

We use the snapshot.ubuntu.com sources for build repeatability, but for products that are built on top of stemcells, we want to be able to get the latest updates to packages.

This adds a stage called "restore_apt_sources" that runs after the stemcell is constructed.

ramonskie commented 3 weeks ago

personally. i thing updating apt and packages for updates on a stemcell is a no go. but i understand the reasoning behind it that sometimes its just needed for a quickfix.