Skip to content

s390x/ppc64le manifest is missing for perl:latest dockerhub image #145

@Basavaraju-G

Description

@Basavaraju-G

latest perl image is not multi-arch. we are unable to run it on ppc64le and s390x arch.

docker pull perl

Getting below error while pull it on s390x machine:

docker pull perl
Using default tag: latest
latest: Pulling from library/perl
no matching manifest for linux/s390x in the manifest list entries

but i was able to pull image with devel tag

docker pull perl:devel-bullseye
devel-bullseye: Pulling from library/perl
Digest: sha256:a2a90da5e4665b36514936299d7a283a69f28af43e6bbd3a542b08e5750d5b15
Status: Image is up to date for perl:devel-bullseye
docker.io/library/perl:devel-bullseye

However with tags image is supports s390x/ppc64le but perl:latest image is missing this archs. would you please build multi-arch for perl:latest image also.

Screenshot 2023-10-04 at 2 03 25 PM

latest is missing additional archs.
Screenshot 2023-10-04 at 2 15 01 PM

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