Skip to content

Fix Docker image by updating Debian base and SSH setup#1424

Open
sobrito wants to merge 1 commit intomarkshust:release/nextfrom
if-sb:release/next
Open

Fix Docker image by updating Debian base and SSH setup#1424
sobrito wants to merge 1 commit intomarkshust:release/nextfrom
if-sb:release/next

Conversation

@sobrito
Copy link
Copy Markdown

@sobrito sobrito commented Apr 6, 2026

This PR fixes the Docker build failure caused by using an unsupported Debian version (buster).

  • Updated base image to a supported Debian version
  • Fixed apt repository errors
  • Switched to openssh-server
  • Cleaned up Dockerfile

@dosubot dosubot Bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Apr 6, 2026
@what-the-diff
Copy link
Copy Markdown

what-the-diff Bot commented Apr 6, 2026

PR Summary

  • Upgraded Base Server Image
    In this change, we have updated the foundation of our server from debian:buster-slim to the newer debian:bookworm-slim. This brings various improvements including bug fixes and better performance.

  • Specific SSH Server Installation
    We have adjusted our system installation to include openssh-server directly and removed the old ssh package. This gives us a more reliable and secure connection system.

  • Optimized Image Size
    We've included a cleanup process after our server setup that deletes the APT list files. This reduces the total size of our server image, making it leaner and faster to deploy.

  • Preparation for SSH Daemon
    Lastly, we created a specific directory (/var/run/sshd) to ensure the SSH daemon (the system that handles secure connections) can start and run properly.

@dosubot dosubot Bot added the bug label Apr 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug size:S This PR changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant