Skip to content

Support multiarchitecture images in Docker #24

@aarroyoc

Description

@aarroyoc

Currently Docker supports multiarchitecture images, where the appropiate image for the architecture is chosen at runtime (https://developer.ibm.com/linuxonpower/2017/07/27/create-multi-architecture-docker-image/).

I found out that in Raspberry Pi just using this:

docker pull swipl:8.16

downloads the amd64 image instead of the arm32v7 image. However, Docker supports multiple architectures by combining manifests, so that command will download the arm32v7 image on my Raspberry.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions