Fix resolute chiseled expected package lists#7146
Open
lbussell wants to merge 1 commit intodotnet:nightlyfrom
Open
Fix resolute chiseled expected package lists#7146lbussell wants to merge 1 commit intodotnet:nightlyfrom
lbussell wants to merge 1 commit intodotnet:nightlyfrom
Conversation
- Remove openssl-provider-legacy from amd64 expected packages (no longer present in resolute amd64 images) - Add openssl-provider-legacy to arm32 expected packages (now detected by Syft on arm32) - Add tzdata-legacy to the extra packages for resolute chiseled images (present on all architectures) - Rename method to GetResoluteChiseledArchSpecificPackages Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0b8ea0c to
475fecb
Compare
Member
Author
|
/backport to release/2026-04B |
Contributor
|
Started backporting to |
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.
Fixes VerifyInstalledPackages test failures on all resolute (Ubuntu 26.04) chiseled images (10.0 and 11.0, all architectures).
Changes:
openssl-provider-legacy— removed from amd64 expected packages (no longer detected by Syft on amd64).openssl-provider-legacy— added to arm32 expected packages (now detected by Syft on arm32).tzdata-legacy— added to the resolute chiseled extra packages (present on all architectures).Failed build: build#2949989