distroless
distroless copied to clipboard
multi-arch support for Java/Jetty
Following in the style of https://github.com/GoogleContainerTools/distroless/pull/605 and its predecessors.
cc @loosebazooka @chanseokoh
Watching with interest. :+1:
If I get time I might have a go given there is already an example to take inspiration from. Unless somebody more qualified is already working on this?
I'd also like to see this happen as I'm trying to have a distroless java with buildx to have support for Dockerfile statements like FROM --platform=$BUILDPLATFORM gcr.io/distroless/java11
and then build with docker buildx build . -t my-distroless-java-app
.
Is there any timeline or way to support this?