-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
02fce70
commit 791473a
Showing
1 changed file
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,51 @@ | ||
# docker-multitool | ||
![Docker Build Workflow](https://github.com/mike-callahan/docker-multitool/actions/workflows/docker-image.yml/badge.svg) | ||
|
||
## Overview | ||
This tool was created for assisting in debugging kubernetes clusters. The image provides a variety of common linux utilities along with support for kubernetes health checks. | ||
|
||
## Packages | ||
The image is built on the Ubuntu 24.04 Docker image and is intended to offer similar functionality as Ubuntu Server without the overhead of the ubuntu-server apt package. I have added additional packages that enhance productivity as well. Currently the following packages are installed: | ||
|
||
``` | ||
age | ||
apt-utils | ||
bash | ||
bind9-dnsutils | ||
ca-certificates | ||
curl | ||
eza | ||
fdisk | ||
gh | ||
git | ||
gnupg | ||
google-cloud-sdk | ||
htop | ||
iproute2 | ||
iputils-arping | ||
iputils-ping | ||
iputils-tracepath | ||
man-db | ||
mysql-client | ||
less | ||
libterm-readline-gnu-perl | ||
ntfs-3g | ||
openssh-client | ||
openssl | ||
pciutils | ||
perl | ||
postgresql-client | ||
python3 | ||
ripgrep | ||
screen | ||
snapd | ||
thefuck | ||
tmux | ||
tzdata | ||
unzip | ||
vim | ||
wget | ||
xdg-user-dirs | ||
xz-utils | ||
``` |