You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add md5sums file list to distroless container (bazelbuild#2065)
* Add md5sums file list to distroless container
This ensures that a "distroless" container layer tarball built from
Debian packages contains not only the control file of each package, but
also the md5sums file that lists original files included in a package.
If present, we extract the md5sums file and save is side-by-side with
the package control file under this path:
var/lib/dpkg/status.d/<package-name>.md5sums
Reference: bazelbuild#1876
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* Remove trailing whitespaces
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
0 commit comments