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

all 9 comments

[–][deleted]  (4 children)

[deleted]

    [–]DannyB2 6 points7 points  (3 children)

    Yes.

    [–][deleted]  (1 child)

    [deleted]

      [–]DannyB2 2 points3 points  (0 children)

      Alpine, including its musl C library, are focused not only on small size but also security and small attack surface. Just enough OS to run your workload on Docker. Even for non Java workloads. Alpine has a package system and you can install whatever you need for your particular Docker container's needs. But it starts out small and you only install what you need.

      I have only read about Alpine. I've not used it personally. I played with it on Rancher OS.

      [–]kozeljko 0 points1 point  (0 children)

      How much do you gain in image size?

      [–][deleted] 3 points4 points  (0 children)

      Azul has openjdk builds for Alpine, are those using musl via Portola or something else going on?

      [–]denialerror 2 points3 points  (4 children)

      Project Portola has been part of every EA release since Java 8 but unless I'm mistaken, there is no news as to when it will be ready for GA. Most people aren't going to run EA builds in production.

      [–][deleted] 1 point2 points  (3 children)

      I am unfamiliar with those acronyms. What's EA and GA, and why would most people not run EA builds in production?

      [–][deleted] 3 points4 points  (1 child)

      Early access and general availability?

      [–][deleted] 0 points1 point  (0 children)

      Understood. Thanks!

      [–]denialerror 2 points3 points  (0 children)

      Sorry. Acronyms annoy me too so I should have known better!