You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
May I know the releases process used to push docker Image to the Docker hub?
Do you have any plans for releasing arm64 image?
I am happy to contribute and raise PR if you are interested.
The text was updated successfully, but these errors were encountered:
odidev
changed the title
Require Linux/ARM64 docker image for Azure-App-Service/php.
Azure-App-Service/php is missing an official docker image for Linux/ARM64
Aug 25, 2021
odidev
changed the title
Azure-App-Service/php is missing an official docker image for Linux/ARM64
Require Linux/ARM64 docker image for Azure-App-Service/php
Aug 25, 2021
Hi Team,
I have successfully built the Azure-App-Service/php docker image on Linux/ARM64 environment by using the below command :
docker buildx build $USERNAME/$REPO:$COMMITID -- platform linux/arm64,linux/amd64 --push $SOURCEREPO
I have used buildx in the build.sh file to build and push the docker images for both AMD64 and ARM64 architectures.
Please have a look at the changes here.
May I know the releases process used to push docker Image to the Docker hub?
Do you have any plans for releasing arm64 image?
I am happy to contribute and raise PR if you are interested.
The text was updated successfully, but these errors were encountered: