Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added debugging packages to Docker images #13124

Merged
merged 1 commit into from
Jun 3, 2022
Merged

Conversation

fheinecke
Copy link
Contributor

Per issue #13116 this adds several packages/commands to the built container images for debugging purposes:

  • net-tools
    • netstat
    • ifconfig
    • ipmaddr
    • iptunnel
    • mii-tool
    • nameif
    • plipconfig
    • rarp
    • route
    • slattach
    • arp
  • iputils-ping
    • ping
    • ping4
    • ping6
  • inetutils-telnet
    • telnet
  • netcat
    • netcat
  • tcpdump
    • tcpdump
  • busybox (see "busybox --list" for all provided utils)
    • less
    • nslookup
    • vi
    • wget

These changes increase the image size by approximately 6 MB.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants