[release-1.16] feat: add gzip to container image for logrotate compression - #7239
Merged
zhangzujian merged 1 commit intoAug 15, 2026
Merged
Conversation
Signed-off-by: Max Weiss <maxweiss@microsoft.com> (cherry picked from commit 615893a)
Coverage Report for CI Build 31857809789Coverage decreased (-0.004%) to 30.385%Details
Uncovered ChangesNo uncovered changes found. Coverage Regressions2 previously-covered lines in 1 file lost coverage.
Coverage Stats
💛 - Coveralls |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request
What type of this PR
What this PR does
Backport merged PR #7217 to
release-1.16.Explicitly install
gzipin both the standard and DPDK runtime base images so the existing logrotate configurations can honor theircompressdirective.Testing
615893ac27f1572cdcd85ff38d53eeae73a3b853dist/images/Dockerfile.baseanddist/images/Dockerfile.base-dpdkchangegzip logrotatedeclarationdist/images/logrotate/*configurations enablecompressgit diff --check origin/release-1.16...HEADFull-repository
make lint CI=truewas run under the required 2 GiB local memory limit. CRD generation and verification passed; the Go lint stage could not complete within the local resource limit. This backport changes only runtime package lists, and GitHub Actions will run the branch checks.Which issue(s) this PR fixes
N/A
Backport of #7217.