distroless icon indicating copy to clipboard operation
distroless copied to clipboard

multi-arch support for Java/Jetty

Open mattmoor opened this issue 4 years ago • 2 comments

Following in the style of https://github.com/GoogleContainerTools/distroless/pull/605 and its predecessors.

cc @loosebazooka @chanseokoh

mattmoor avatar Oct 01 '20 17:10 mattmoor

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?

cablespaghetti avatar Nov 30 '20 12:11 cablespaghetti

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?

reppners avatar Jul 27 '22 07:07 reppners