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

fix(docker): extend (not override) base image entrypoint #2023

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

erikgb
Copy link
Contributor

@erikgb erikgb commented Dec 18, 2024

In the image build we currently override the base image ENTRYPOINT. This makes it harder to get CA certificates added to the JVM truststore, ref. Eclipse Temurin feature.

My use case is to use OIDC providers using private PKI certificates.

I have verified that I am able to use the Eclipse Temurin feature by overriding both the command and args in my AKHQ Kubernetes workload. But I had to use the akhq:dev image.

@tchiotludo Would it be possible to get a new AKHQ release soon? With or without this PR included. 😉 I want to use the Eclipse Temurin feature, and the latest tag (0.25.1) is just too old.....

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

Successfully merging this pull request may close these issues.

1 participant