Skip to content

tgotwig/dev-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

36 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

dev-images

A collection of minimal, ready-to-use Docker images with essential CLI tools for developers (amd64 and arm64).

Image OS CMD
alpine alpine 3.21 docker run -it --rm tgotwig/alpine
java java 25 (azul zulu openjdk) docker run -it --rm tgotwig/java
node debian 12 (bookworm) docker run -it --rm tgotwig/node
rhel rhel ubi 9.7 docker run -it --rm tgotwig/rhel
ubuntu ubuntu 24.04 docker run -it --rm tgotwig/ubuntu
πŸ“ƒ List of commands which should be everywhere (click me)
Command Note Sample
asdf For installing programming languages.
atuin For shell history. atuin search git
bat For syntax-highlighted cat. bat file.txt
cc For compiling C code. cc main.c -o main
curl
docker For container CLI. docker ps
dust For disk usage. dust .
fd For fast file search. fd "*.md"
fish Bash replacement with lots of auto-completions.
git
gnupg For managing GPG keys. gpg --list-keys
ip For getting host IPs. ip a
jq For querying JSON. jq . file.json
less For paging long output. less file.txt
lsd For modern ls. lsd -la
mediainfo For inspecting media metadata. mediainfo file.mp4
micro Lightweight terminal editor. micro file.txt
nc For chatting or to check if port is open. nc -zv <host> <port>
nmap
nslookup For getting IPs from dns name. nslookup github.com <alt-dns-server>
ping
rg For fast text search. rg "todo"
sd For modern sed. sd "foo" "bar" file.txt
ssh For remote access. ssh user@host
starship For making the terminal prompt pretty 😊
stow For managing dotfiles with symlinks. stow */
task For having a task runner.
tree tree <folder>
unzip For extracting zip files. unzip archive.zip
wget For downloading files. wget <url>
z For jumping into previously visited folders. z <part-of-folders-path>

Implementation status

Command Alpine Java Node RHEL Ubuntu
asdf βœ… βœ… βœ… βœ… βœ…
atuin βœ… βœ… βœ… βœ… βœ…
bat βœ… βœ… βœ… βœ… βœ…
cc βœ… βœ… βœ… βœ… βœ…
curl βœ… βœ… βœ… βœ… βœ…
docker βœ… βœ… βœ… βœ… βœ…
dust βœ… βœ… βœ… βœ… βœ…
fd βœ… βœ… βœ… βœ… βœ…
fish βœ… βœ… βœ… βœ… βœ…
git βœ… βœ… βœ… βœ… βœ…
gnupg βœ… βœ… βœ… βœ… βœ…
ip βœ… βœ… βœ… βœ… βœ…
jq βœ… βœ… βœ… βœ… βœ…
less βœ… βœ… βœ… βœ… βœ…
lsd βœ… βœ… βœ… βœ… βœ…
mediainfo βœ… βœ… βœ… βœ… βœ…
micro βœ… βœ… βœ… βœ… βœ…
nc βœ… βœ… βœ… βœ… βœ…
nmap βœ… βœ… βœ… βœ… βœ…
nslookup βœ… βœ… βœ… βœ… βœ…
ping βœ… βœ… βœ… βœ… βœ…
rg βœ… βœ… βœ… βœ… βœ…
sd βœ… βœ… βœ… βœ… βœ…
ssh βœ… βœ… βœ… βœ… βœ…
starship βœ… βœ… βœ… βœ… βœ…
stow βœ… βœ… βœ… βœ… βœ…
task βœ… βœ… βœ… βœ… βœ…
tree βœ… βœ… βœ… βœ… βœ…
unzip βœ… βœ… βœ… βœ… βœ…
wget βœ… βœ… βœ… βœ… βœ…
z βœ… βœ… βœ… βœ… βœ…

Commands which look different:

  • nc
  • nslookup
  • ping
  • wget

About

πŸ’Ώ alpine, node, ubuntu

Resources

Stars

Watchers

Forks

Contributors