Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Require Linux/ARM64 docker image for Azure-App-Service/php #78

Open
odidev opened this issue Aug 17, 2021 · 0 comments
Open

Require Linux/ARM64 docker image for Azure-App-Service/php #78

odidev opened this issue Aug 17, 2021 · 0 comments

Comments

@odidev
Copy link

odidev commented Aug 17, 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.

@odidev 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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant