/var/lib/apt/lists has content in partner-images/Docker tarballs, which becomes stale quickly
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
cloud-images |
Fix Released
|
Undecided
|
Unassigned | ||
livecd-rootfs (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Bionic |
New
|
Undecided
|
Unassigned |
Bug Description
In the Docker builds, we explicitly include "rm -rf /var/lib/
We instead recommend users always couple "apt-get update" with their "apt-get install" lines (see https:/
Is there any chance of getting those files excluded or removed from the tarballs themselves? Uncompressed, this would result in a ~30MB size decrease (obviously likely less dramatic for the compressed tarballs). The user-facing result is that users are forced to run "apt-get update" before they can "apt-get install" (which for the Docker images, we already do, so there will be no user-facing effect except that the on-disk image layers will be ~30MB smaller).
See also https:/
Related branches
- Steve Langasek: Approve
-
Diff: 95 lines (+44/-3)2 files modifieddebian/changelog (+10/-0)
live-build/auto/build (+34/-3)
Changed in cloud-images: | |
status: | New → Fix Released |
Where do the build scripts for these images live? I can't seem to find the source.