You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After you've built all the seperate images, you create a manifest that refers to each arch. Then docker will automatically pull the correct arch image for the local machine.
If you want to inspect a image yourself, you can do it like this: docker manifest inspect openjdk
In case of multiarch, you would see manifests per arch and not docker layers.
You can have 1 dockerfile and parameterize it, or create one per arch.
Could you please provide multiarch containers (docker manifest) for amd64, arm and aarch64? Currently its only amd64.
The text was updated successfully, but these errors were encountered: