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

[bitnami/jmx-exporter] fix docker entrypoint #75698

Merged
merged 1 commit into from
Dec 12, 2024
Merged

Conversation

samssh
Copy link
Contributor

@samssh samssh commented Dec 11, 2024

In the latest release, the entrypoint command was incorrect, leading to execution errors.

docker run -it bitnami/jmx-exporter:latest

Error:

Error: Unable to access jarfile jmx_prometheus_httpserver.jar

Fix

I resolved this by updating the command to use the correct JAR file:

Impact

This fix allows the JMX Exporter to run without errors. Tested locally and verified.

Signed-off-by: Amirmohammad Sadat Shokouhi <sam.sadat.shokouhi@gmail.com>
@github-actions github-actions bot added jmx-exporter triage Triage is needed labels Dec 11, 2024
@github-actions github-actions bot requested a review from javsalgar December 11, 2024 16:14
@carrodher carrodher added verify Execute verification workflow for these changes in-progress labels Dec 11, 2024
@github-actions github-actions bot removed the triage Triage is needed label Dec 11, 2024
@github-actions github-actions bot removed the request for review from javsalgar December 11, 2024 20:17
@github-actions github-actions bot requested a review from dgomezleon December 11, 2024 20:17
Copy link
Member

@dgomezleon dgomezleon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks for contributing!

@dgomezleon dgomezleon merged commit 1e66cd3 into bitnami:main Dec 12, 2024
23 checks passed
@samssh samssh deleted the patch-1 branch December 12, 2024 10:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
jmx-exporter solved verify Execute verification workflow for these changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bitnami/jmx-exporter:1.1.0 Unable to access jarfile jmx_prometheus_httpserver.jar
4 participants