Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Provide public Docker image based on java 11 #92

Open
koenigroland opened this issue Jun 21, 2022 · 1 comment
Open

Comments

@koenigroland
Copy link

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?

@joschi
Copy link

joschi commented Oct 19, 2022

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants