-
Notifications
You must be signed in to change notification settings - Fork 16
Description
Hi Team,
I am trying to use appsvc/dotnetcore image over ARM64v8 but it seems it does not have an arm64 supported tag in the docker hub
I have tried building it locally but it is failing with “exec format error”. The base image of the package mcr.microsoft.com/oryx/dotnetcore:2.2-20190611.2 is not available for ARM64 platform. I have checked for its source to build the image but unable to find it.
Do you have any plans for releasing an ARM64 image?
May I know how the amd64 image is getting published on Docker hub?
I am happy to help in providing the ARM64 support in appsvc/dotnetcore docker image, but first we require the ARM64 tag of the base image mcr.microsoft.com/oryx/dotnetcore:2.2-20190611.2 or link of the source to build it.
Please provide suggestions on the same.