dockersamples / example-voting-app

Example distributed app composed of multiple containers for Docker, Compose, Swarm, and Kubernetes
Apache License 2.0
4.75k stars 11k forks source link

Improve to use multi-arch images when building services #250

Closed glours closed 1 year ago

glours commented 2 years ago

I updated redis, postgres images and all the base images used in Docker files Also rename docker-compose-* files to compose-* to follow the Compose specification. And used --platform=BUILDPLATFORM to be sure the user platform will be use when building the stack

mikesir87 commented 1 year ago

Hey all! Thanks for the PR @glours and the conversation. Seeing there are unresolved conversations, a lot of updates in a single PR, and the PR is in conflict, we're going to go ahead and close this one. But, there are several pieces to this PR we do want to bring forward in future PRs.

BretFisher commented 1 year ago

Thanks, @glours and @thaJeztah for this effort. We've resolved some of the issues addressed in this PR over the last few weeks and are creating tasking to ensure we include the rest of @glours ideas.