Created
January 8, 2020 19:34
-
-
Save foo4u/18f3d1603eeaa3a33c41223b2cfb75c7 to your computer and use it in GitHub Desktop.
Building Multi-Architecture Docker Images on ARM 64
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ docker buildx imagetools inspect foo4u/demo-mutliarch:2 | |
Name: docker.io/foo4u/demo-mutliarch:2 | |
MediaType: application/vnd.docker.distribution.manifest.list.v2+json | |
Digest: sha256:3b4e4135b92017e5214421543b813e83a77fcea759af8067c685b70a5d978497 | |
Manifests: | |
Name: docker.io/foo4u/demo-mutliarch:2@sha256:cb54200a7c04dded134ca9e3e6a0e434c2fdf851fb3a7226941d0983ad5bfb88 | |
MediaType: application/vnd.docker.distribution.manifest.v2+json | |
Platform: linux/amd64 | |
Name: docker.io/foo4u/demo-mutliarch:2@sha256:6f4fe17def66ef5bc79279448e1cb77a1642d460ed58d5dc60d0e472c023e2eb | |
MediaType: application/vnd.docker.distribution.manifest.v2+json | |
Platform: linux/arm64 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment