Dockerfile: variant support in frozen-images stage#44114
Dockerfile: variant support in frozen-images stage#44114thaJeztah merged 1 commit intomoby:masterfrom
Conversation
26192c7 to
65d7bff
Compare
2cc1f4d to
5d2ce80
Compare
|
The problem with using |
I've looked, but I could not find any distro-independent ways to enumerate the supported ABI personalities of a Linux system. Not even |
|
I guess what I'm trying to say is that I don't understand why this PR touches the (already working) |
corhere
left a comment
There was a problem hiding this comment.
I guess what I'm trying to say is that I don't understand why this PR touches the (already working)
get_target_archfunction at all. It doesn't seem relevant to adding support for variants to the script.
Good point! Now that you've pointed it out, I wholeheartedly agree. The modifications to the get_target_arch function are independent and should be split off into a separate PR.
5d2ce80 to
f6737e2
Compare
|
Rebased and revert changes to |
f6737e2 to
fa6e5f7
Compare
corhere
left a comment
There was a problem hiding this comment.
I have a couple of non-blocking nitpicks
using TARGETVARIANT in frozen-images stage implies changes in `download-frozen-image-v2.sh` script to add support for variants so we are able to build against more platforms. Signed-off-by: CrazyMax <[email protected]>
fa6e5f7 to
25dc760
Compare
closes #44005
related #43529
needs #44034 (for testing)- What I did
using
TARGETVARIANTin frozen-images stage implies changes indownload-frozen-image-v2.shscript to add support for variants so we are able to build against more platforms.looking at others issues in this repo, this script seems to be used outside the Dockerfile. I didn't check this case. If it's relevant to also check that then I think using scopeo in the Dockerfile is a better alternative: #44005
- How I did it
- How to verify it
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)