devshawn / kafka-gitops

šŸš€Manage Apache Kafka topics and generate ACLs through a desired state file.

Home Page:https://devshawn.github.io/kafka-gitops

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: Provide public Docker image based on java 11

koenigroland opened this issue Ā· 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 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