KAFKA-17834 Improvement the Dockerfile#17554
Merged
mimaison merged 10 commits intoapache:trunkfrom Sep 22, 2025
Merged
Conversation
Member
|
reference:
|
chia7712
reviewed
Nov 18, 2024
|
|
||
| USER ducker | ||
|
|
||
| CMD sudo service ssh start && tail -f /dev/null |
Member
There was a problem hiding this comment.
we use the tail to make the container alive, and that can be replaced by detaching the sshd. Hence, could you please try to use CMD ["sudo", "service", "ssh", "start", "-D"] instaead?
Collaborator
Author
Member
|
@m1a2st Could you please rebase code? |
3 tasks
Member
|
@chia7712 Did you have other comments? |
jim0987795064
pushed a commit
to jim0987795064/kafka
that referenced
this pull request
Sep 25, 2025
Reviewers: Mickael Maison <mickael.maison@gmail.com>, Chia-Ping Tsai <chia7712@gmail.com>
eduwercamacaro
pushed a commit
to littlehorse-enterprises/kafka
that referenced
this pull request
Nov 12, 2025
Reviewers: Mickael Maison <mickael.maison@gmail.com>, Chia-Ping Tsai <chia7712@gmail.com>
shashankhs11
pushed a commit
to shashankhs11/kafka
that referenced
this pull request
Dec 15, 2025
Reviewers: Mickael Maison <mickael.maison@gmail.com>, Chia-Ping Tsai <chia7712@gmail.com>
gaurav-narula
pushed a commit
to gaurav-narula/kafka
that referenced
this pull request
Apr 2, 2026
Reviewers: Mickael Maison <mickael.maison@gmail.com>, Chia-Ping Tsai <chia7712@gmail.com>
fvaleri
pushed a commit
to fvaleri/kafka
that referenced
this pull request
Apr 7, 2026
Reviewers: Mickael Maison <mickael.maison@gmail.com>, Chia-Ping Tsai <chia7712@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Jira: https://issues.apache.org/jira/browse/KAFKA-17834
This PR fixed thress dockerfile warning:
If have any warning, It will show in console like
I ran on my local machine: It won't show any warning
The e2e test also can run and pass