update xx to v1.6.1 for compatibility with alpine 3.21 and file 5.46+#11130
Merged
dmcgowan merged 1 commit intocontainerd:mainfrom Dec 11, 2024
Merged
update xx to v1.6.1 for compatibility with alpine 3.21 and file 5.46+#11130dmcgowan merged 1 commit intocontainerd:mainfrom
dmcgowan merged 1 commit intocontainerd:mainfrom
Conversation
This fixes compatibility with alpine 3.21 and file 5.46+ - Fix additional possible `xx-cc`/`xx-cargo` compatibility issue with Alpine 3.21 - Support for Alpine 3.21 - Fix `xx-verify` with `file` 5.46+ - Fix possible error taking lock in `xx-apk` in latest Alpine without `coreutils` full diff: tonistiigi/xx@v1.2.1...v1.6.1 Signed-off-by: Sebastiaan van Stijn <[email protected]>
thaJeztah
commented
Dec 10, 2024
| ARG GO_IMAGE=golang:${GO_VERSION} | ||
| FROM --platform=$BUILDPLATFORM $GO_IMAGE AS go | ||
| FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 AS xx | ||
| FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.6.1@sha256:923441d7c25f1e2eb5789f82d987693c47b8ed987c4ab3b075d6ed2b5d6779a3 AS xx |
Member
Author
There was a problem hiding this comment.
docker buildx imagetools inspect tonistiigi/xx:1.6.1
Name: docker.io/tonistiigi/xx:1.6.1
MediaType: application/vnd.oci.image.index.v1+json
Digest: sha256:923441d7c25f1e2eb5789f82d987693c47b8ed987c4ab3b075d6ed2b5d6779a3
Member
There was a problem hiding this comment.
dmcgowan
approved these changes
Dec 10, 2024
austinvazquez
approved these changes
Dec 10, 2024
Member
|
/cherrypick release/2.0 |
|
@dmcgowan: new pull request created: #11153 DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
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.
This fixes compatibility with alpine 3.21 and file 5.46+
xx-cc/xx-cargocompatibility issue with Alpine 3.21xx-verifywithfile5.46+xx-apkin latest Alpine withoutcoreutilsfull diff: tonistiigi/xx@v1.2.1...v1.6.1