Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add bzip2 support to
apt_deb_repository.bzl
(#127)
* Resolves #116 We have to download a package from https://apt-archive.postgresql.org/pub/repos/apt/dists/bookworm-pgdg-archive/main/binary-arm64/index.html, which only provides `Packages.bz2` and does not provide `Packages.xz` or `Packages.gz`. We fixed this by locally patching our copy of `rules_distroless` to include `bz2` support here. This PR upstreams the change we made.
- Loading branch information