dockerfile vs jib vs pack vs native image

Abstract

  • need to start up often / instantly responsive native
  • peak performance is king JDK
  • catch-all JLink, JIB, CNB Project used in the presentation: GitHub - chrisnad/mazes: Maze Generator

Reviews

2024-07-12

I tried to use other things than a dockerfile, without much success. I’m guessing another abstraction layer does not appeal much and I’m losing some flexibility by choosing another tool to build the docker image…