Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add bzip2 support to apt_deb_repository.bzl #127

Merged
merged 1 commit into from
Dec 5, 2024

Conversation

jthemphill
Copy link
Contributor

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.

* Resolves GoogleContainerTools#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.
@thesayyn thesayyn merged commit fc95904 into GoogleContainerTools:main Dec 5, 2024
10 checks passed
@jthemphill jthemphill deleted the patch-1 branch December 5, 2024 21:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FR: Add bzip2 support to apt_deb_repository.bzl
2 participants