Containers: support building multi-arch with podman.#53333
Open
tmds wants to merge 3 commits intodotnet:mainfrom
Open
Containers: support building multi-arch with podman.#53333tmds wants to merge 3 commits intodotnet:mainfrom
tmds wants to merge 3 commits intodotnet:mainfrom
Conversation
tmds
commented
Mar 9, 2026
| @@ -1522,7 +1522,7 @@ public void EnforcesOciSchemaForMultiRIDTarballOutput() | |||
| "/p:EnableSdkContainerSupport=true", | |||
| "/p:ContainerArchiveOutputPath=archive.tar.gz", | |||
| "-getProperty:GeneratedImageIndex", | |||
| "-getItem:GeneratedContainers", | |||
| "-getItem:GeneratedContainer", | |||
Member
Author
There was a problem hiding this comment.
This test is probably not running in CI and it seems it regressed a bit. The changes should also be needed to make this pass with docker.
Member
Author
|
@baronfel @dotnet/sdk-container-builds-maintainers ptal. |
Member
Author
|
@lbussell I look forward to see this land in a preview near me. |
lbussell
reviewed
Mar 31, 2026
Member
lbussell
left a comment
There was a problem hiding this comment.
@tmds What's the minimum version of podman required for this, do you know? From my limited research it looks like it's available in Ubuntu 22.04, Debian 12, supported Fedoras, and RHEL 8+ AppStream. I want to make sure we don't have some new unexpected behavior if a user tries this on a distro that we still technically support.
src/Containers/Microsoft.NET.Build.Containers/LocalDaemons/DockerCli.cs
Outdated
Show resolved
Hide resolved
src/Containers/Microsoft.NET.Build.Containers/LocalDaemons/DockerCli.cs
Outdated
Show resolved
Hide resolved
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 #52634.
@dotnet/sdk-container-builds-maintainers ptal.