gravitational / teleport

The easiest, and most secure way to access and protect all of your infrastructure.
https://goteleport.com
GNU Affero General Public License v3.0
17.33k stars 1.74k forks source link

Add basic troubleshooting tools to Teleport Docker images #13116

Closed r0mant closed 2 years ago

r0mant commented 2 years ago

Teleport images currently lack any of the Linux binaries you would normally use when troubleshooting connections issues. Let's make sure our images have the following tools installed, they're small and should not increase the image size too much:

Currently, the only way to troubleshoot is to spin up another "debug" container with a base image that has them or lets you install them as you can't even install these with apt in our image currently for some reason (and it wouldn't be always possible if public network is not available).

fheinecke commented 2 years ago

Closed/added with https://github.com/gravitational/teleport/pull/13124