question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

sshd container image for ARM64

See original GitHub issue

Hello, 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:closed
  • Created a year ago
  • Reactions:1
  • Comments:15 (15 by maintainers)

github_iconTop GitHub Comments

2reactions
eddumelendezcommented, Jun 9, 2022

@jerrinot your contribution is very welcome. I think it make sense to add a GHA to https://github.com/testcontainers/sshd-docker

1reaction
kiviewcommented, Jun 13, 2022

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 sshd config as done in #5486.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found