fscrawler icon indicating copy to clipboard operation
fscrawler copied to clipboard

chore(build): docker multi-arch images

Open 24601 opened this issue 3 years ago • 1 comments

add buildx config for linux/amd64 and linux/arm64 image build and push

24601 avatar Oct 06 '22 18:10 24601

Thanks a lot for this.

Is there anything the end user has to do when he wants to pull the right image or is it done automatically by Docker based on the processor where Docker is running? (N00b question ;) )

No, the container runtime (and for sure Docker, but also podman, etc) tend to abstract this away from the user and require no special intervention for selecting platform images in most cases. The cases I have seen this does not happen are mostly edge cases in complicated/hybrid systems and architectures that are definitely edge cases. They will almost always pull the platform-appropriate image when it is exists in the repo automatically.

24601 avatar Oct 07 '22 04:10 24601

Hey @24601

Could you rebase your branch on master?

dadoonet avatar Nov 02 '22 11:11 dadoonet

@24601 Would you mild quickly rebasing this so it can be merged

mostpinkest avatar Jul 27 '23 09:07 mostpinkest

Changes made in #1729

dadoonet avatar Oct 17 '23 09:10 dadoonet