Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Require Linux/ARM64 Docker Image for front-end #141

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

Require Linux/ARM64 Docker Image for front-end #141

odidev opened this issue Aug 4, 2021 · 0 comments

Comments

@odidev
Copy link

odidev commented Aug 4, 2021

Hi Team,
I have been working on building Linux/ARM64 docker image for front-end.
Buildx is a utility to build and push docker images for both amd64 and arm64 in a same tag, I have used it and successfully built and pushed the image to docker hub. Please have a look at the changes here.
For using buildx we must merge both build.sh and push.sh scripts into one script and I have used below command to build and push.

$DOCKER_CMD buildx build -t ajv21/$REPO:$TAG --platform linux/arm64,linux/amd64 --push .

Do you have any plans for releasing arm64 image?
If interested, I will raise a PR.

@odidev odidev changed the title microservices-demo/front-end is missing an official docker image for Linux/ARM64 Require Linux/ARM64 Docker Image for microservices-demo/front-end Aug 4, 2021
@odidev odidev changed the title Require Linux/ARM64 Docker Image for microservices-demo/front-end Require Linux/ARM64 Docker Image for front-end Aug 4, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant