You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the kitchen-docker on Ubuntu 2204 I get stuck in this permanent loop where it cannot connect to the container through SSH. Worth noting that this worked just fine on Ubuntu 1804
Waiting for SSH service on localhost:49714, retrying in 3 seconds
Waiting for SSH service on localhost:49714, retrying in 3 seconds
Waiting for SSH service on localhost:49714, retrying in 3 seconds
Waiting for SSH service on localhost:49714, retrying in 3 seconds
Waiting for SSH service on localhost:49714, retrying in 3 seconds
👻 Brief Description
When I run the kitchen-docker on Ubuntu 2204 I get stuck in this permanent loop where it cannot connect to the container through SSH. Worth noting that this worked just fine on Ubuntu 1804
Version
kitchen-docker (2.13.0)
Environment
OS: macOS 13.1
.kitchen.yml
Scenario
I want to test my ansible playbook on a ubuntu 22.04 image
Steps to Reproduce
clone https://github.com/Terkea/ansible-beats
git checkout ubuntu22_support
make converge
Expected Result
Run the ansible playbook on the docker container
Actual Result
You should get stuck in that infinite loop where it cannot SSH
➕ Additional context
I have seen this was an issue a few years ago, but I haven't managed to identify how people fixed it
The text was updated successfully, but these errors were encountered: