sshd container image for ARM64
See original GitHub issueHello,
I’m using withAccessToHost() and Testcontainers.exposeHostPorts() and I realized the sshd container this functionality depends on is built for Intel only. Would it be possible to create also ARM64 build? I see Ryuk now has ARM builds too. I could help with that, but I don’t know how exactly is the sshd container image build. Thank you for this awesome library!
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:15 (15 by maintainers)
 Top Results From Across the Web
Top Results From Across the Web
ebspace/aarch64-debian-sshd - Docker Image
Start the image : docker run -d -p 22000:22 ebspace/aarch64-debian-sshd. Test the image : ssh -p 22000 root@localhost. The root password is root....
Read more >Creating Docker multi-arch images for ARM64 from Windows
In this post I show how to use Docker's buildx command to build docker images that can run on Linux ARM64 processors using...
Read more >linuxserver/openssh-server
This container creates a limited and sandboxed environment that others can ssh into. The users only have access to the folders mapped and...
Read more >Setting Up Docker on macOS M1 Arm64 to Use Debian 10.4 ...
Once we learn about how SSH port forwarding works with the VM, ... However, we'll need to use the arm64 hello world image...
Read more >Running linux server on ROS7.4 (using docker containers)
I've decided to create a generic container image to be able to SSH into it and play around. It is probably not the...
Read more > Top Related Medium Post
Top Related Medium Post
No results found
 Top Related StackOverflow Question
Top Related StackOverflow Question
No results found
 Troubleshoot Live Code
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free Top Related Reddit Thread
Top Related Reddit Thread
No results found
 Top Related Hackernoon Post
Top Related Hackernoon Post
No results found
 Top Related Tweet
Top Related Tweet
No results found
 Top Related Dev.to Post
Top Related Dev.to Post
No results found
 Top Related Hashnode Post
Top Related Hashnode Post
No results found

@jerrinot your contribution is very welcome. I think it make sense to add a GHA to https://github.com/testcontainers/sshd-docker
Thanks, @jerrinot. While it might make sense to switch to a better-maintained SSH client library, I am in favor of first getting it working through changing the
sshdconfig as done in #5486.