kafka-gitops icon indicating copy to clipboard operation
kafka-gitops copied to clipboard

Feature Request: Provide public Docker image based on java 11

Open koenigroland opened this issue 3 years ago • 1 comments

Currently the public Docker image (https://hub.docker.com/r/devshawn/kafka-gitops) is based on java 8.

To use the tool in a CI/CD pipeline, together with other tools, it would be practical to be able to use language features of newer java versions (at least java 11). Is it possible to provide the public Docker image with a more recent java version?

koenigroland avatar Jun 21 '22 21:06 koenigroland

@koenigroland If you're still interested, there's an image of this project with a few bug fixes and dependency update (for example Java 11) at https://github.com/joschi/kafka-gitops/pkgs/container/kafka-gitops/46491150?tag=0.2.16.

Pull from the command line:

docker pull ghcr.io/joschi/kafka-gitops:0.2.16

Use as base image in Dockerfile:

FROM ghcr.io/joschi/kafka-gitops:0.2.16

joschi avatar Oct 19 '22 21:10 joschi