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

Change ENTRYPOINT to CMD for a debug tool #32

Merged
merged 3 commits into from
Oct 14, 2024
Merged

Conversation

rgroemmer
Copy link

@rgroemmer rgroemmer commented Sep 27, 2024

/kind enhancement

Why this change?

I think it's more convenient to be able to overwrite the ENTRYPOINT of a debug tool instead of forcing it.
Now it will be able to have the same functionality as before, but with a single command instead of multiple.

Now it's also possible to exec one-shoot commands:

docker run --rm -it --name multitool multitool curl stackit.de

What has changed

  • Changed in Dockerfile: ENTRYPOINT to CMD
  • Updated Readme.md

@dergeberl dergeberl enabled auto-merge (rebase) October 14, 2024 12:37
@dergeberl dergeberl merged commit fd0915c into dergeberl:main Oct 14, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants