jbang icon indicating copy to clipboard operation
jbang copied to clipboard

feat: introduce clean docker multi java version build

Open maxandersen opened this issue 2 years ago • 0 comments

Why:

  • jbang-action is hardcoded to use a specific java version requiring users to download new java version
  • nicer if can have a docker images that has the java version built in

This change addreses the need by:

  • move jbang-action to a separate distribution (might consider dropping it fully)
  • add a jbang-docker repo that builds a docker image with jbang and java and publishes under jbangdev/jbang:-java-.

maxandersen avatar Jul 19 '23 13:07 maxandersen