-
Notifications
You must be signed in to change notification settings - Fork 60
Closed
Description
We want to be able to build Dockerfiles and samples with newer Docker functionality (multi-platform builds, etc). See dotnet/dotnet-docker#4742.
We previously tried to enable BuildKit in ImageBuilder, but encountered an issue where multi-stage Dockerfiles will lose their variant (e.g. arm64v8 becomes arm64), likely due to us building all arm32v7 and arm64v8 Dockerfiles on an arm64 host, and not specifying the build target for the final stage in the Dockerfile build. See #1132 and #1136.
Now we should investigate whether or not we can install and use buildx on our build agents to resolve this issue.
Metadata
Metadata
Assignees
Type
Projects
Status
Done