Duansg opened a new pull request, #4143:
URL: https://github.com/apache/hertzbeat/pull/4143

   ## What's changed?
   
   This PR fixes the Docker image build failure caused by `mkdir /var/run/sshd`.
   
   The base image `eclipse-temurin:25-jdk` is a floating tag and now resolves 
to an Ubuntu 26.04/resolute based image. With the current `openssh-server` 
package, `/run/sshd` is already created during package installation. Since 
`/var/run` points to `/run`, running `mkdir /var/run/sshd` fails with: mkdir: 
/var/run/sshd: File exists
   
   
   ## Checklist
   
   - [x]  I have read the [Contributing 
Guide](https://hertzbeat.apache.org/docs/community/code_style_and_quality_guide)
   - [ ]  I have written the necessary doc or comment.
   - [ ]  I have added the necessary unit tests and all cases have passed.
   
   ## Add or update API
   
   - [ ] I have added the necessary [e2e 
tests](https://github.com/apache/hertzbeat/tree/master/e2e) and all cases have 
passed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to