Skip to content

[fix] fix Dockerfile directory creation error#4143

Merged
Aias00 merged 1 commit into
apache:masterfrom
Duansg:fixci
May 22, 2026
Merged

[fix] fix Dockerfile directory creation error#4143
Aias00 merged 1 commit into
apache:masterfrom
Duansg:fixci

Conversation

@Duansg
Copy link
Copy Markdown
Member

@Duansg Duansg commented May 22, 2026

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

  • I have read the Contributing 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 and all cases have passed.

@Aias00 Aias00 merged commit 9d8924f into apache:master May 22, 2026
2 checks passed
@Duansg Duansg deleted the fixci branch May 22, 2026 07:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants