Skip to content

Latest images seem to be built for the wrong architectures #449

@krisrang

Description

@krisrang

On an M1 Mac with Docker Desktop running:

docker run --rm -it ruby:3.3.1-alpine apk --print-arch
armhf
docker run --rm -it ruby:3.3.0-alpine apk --print-arch
aarch64
docker run --rm -it ruby:3.3.1-slim-bookworm dpkg --print-architecture
armel
docker run --rm -it ruby:3.3.0-slim-bookworm dpkg --print-architecture
arm64

Same for amd64, it gives i386 instead.

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