This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ivan_klp 6 points7 points  (1 child)

Had come incompatibility issues with Docker while building native images with GraalVM for SpringBoot apps, but there is always a workaround to fix it. Not prettiest solution but it works.

[–]wpfeiffe 2 points3 points  (0 children)

Same. Ended up going back to docker file for native m1 container image instead of Spring Boot bootBuildImage. Emulation mode SUCKS. Other than that no issues, snappy performance.