Skip to content

Publish Multi-Architecture Docker images #2590

Open
@bpholt

Description

@bpholt

I have trouble running the official fthomas/scala-steward:0.14.0 Docker image on the Apple M1-based Mac I've been issued at work. Building an image locally works, but requires the modification of some of the build steps, in addition to using a different base image.

In theory, this project should be able to publish a multi-architecture Docker image, such that users running on different platforms (x86-64, ARM64, etc) would be able to run an image native to their platform.

Is that something this project would be interested in doing, if it required changing from adoptopenjdk/openjdk11:alpine to the non-Alpine variant of Eclipse Temurin? (The Alpine-based Temurin images currently only support AMD64, not ARM64.)

If so, I will try to put together a PR proposing how it could be done, but I thought I'd ask before spending too much time on it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions